Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make -C SPK/zlib -f Makefile
- make[1]: Entering directory `/home/paul/SPKUtil-1.00/src/SPK/zlib'
- makedepend -- -- -I. -I../include/ -I/usr/local/include adler32.c compress.c crc32.c deflate.c infback.c inffast.c inflate.c inftrees.c gzio.c trees.c uncompr.c zutil.c
- makedepend: warning: crc32.c (reading zutil.h, line 21): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: crc32.c (reading /usr/include/string.h, line 33): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: crc32.c (reading /usr/include/stdlib.h, line 33): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: crc32.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: crc32.c (reading /usr/include/alloca.h, line 25): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: crc32.c (reading /usr/include/limits.h, line 125): cannot find include file "limits.h"
- makedepend: warning: gzio.c (reading /usr/include/stdio.h, line 34): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: gzio.c (reading /usr/include/_G_config.h, line 15): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: gzio.c (reading /usr/include/wchar.h, line 52): cannot find include file "stddef.h"
- not in ./stddef.h
- not in ../include/stddef.h
- not in /usr/local/include/stddef.h
- not in /usr/include/stddef.h
- makedepend: warning: gzio.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
- not in ./stdarg.h
- not in ../include/stdarg.h
- not in /usr/local/include/stdarg.h
- not in /usr/include/stdarg.h
- makedepend: warning: gzio.c, line 601: cannot find include file "stdarg.h"
- not in ./stdarg.h
- not in ../include/stdarg.h
- not in /usr/local/include/stdarg.h
- not in /usr/include/stdarg.h
- cc -c -o adler32.o adler32.c
- cc -c -o compress.o compress.c
- make[1]: *** No rule to make target `/usr/include/stddef.h', needed by `crc32.o'. Stop.
- make[1]: Leaving directory `/home/paul/SPKUtil-1.00/src/SPK/zlib'
- make: *** [SPK/libz.a] Error 2
- rm -rf *.o
- rm -rf SPK/*.o
- rm -rf SPK/*.a
- rm -rf SPK/zlib/*.o
- rm -rf SPK/ansi7zip/*.o
Advertisement
Add Comment
Please, Sign In to add comment