When compiling unzip-6.0 using unix/Makefile and the generic_zlib and unzipsfx targets with flags as seen below, compilation of funzip fails. The same flags worked with 5.52.
gmake[1]: `unzip' is up to date. cc -c -I/usr/include -O2 -DBSD -I. -DUNIX -Dunix -DUSE_UNSHRINK -I/usr/include -DUSE_ZLIB -DFUNZIP -o inflatef.o inflate.c inflate.c: In function 'UZinflate': inflate.c:541: error: 'Uz_Globs' has no member named 'disk_full' gmake[1]: *** [inflatef.o] Error 1
Any ideas?
Thanks, Thomas |