Guest User

draeath

a guest
May 25th, 2009
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. make -C SPK/zlib -f Makefile
  2. make[1]: Entering directory `/home/paul/SPKUtil-1.00/src/SPK/zlib'
  3. 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
  4. makedepend: warning: crc32.c (reading zutil.h, line 21): cannot find include file "stddef.h"
  5. not in ./stddef.h
  6. not in ../include/stddef.h
  7. not in /usr/local/include/stddef.h
  8. not in /usr/include/stddef.h
  9. makedepend: warning: crc32.c (reading /usr/include/string.h, line 33): cannot find include file "stddef.h"
  10. not in ./stddef.h
  11. not in ../include/stddef.h
  12. not in /usr/local/include/stddef.h
  13. not in /usr/include/stddef.h
  14. makedepend: warning: crc32.c (reading /usr/include/stdlib.h, line 33): cannot find include file "stddef.h"
  15. not in ./stddef.h
  16. not in ../include/stddef.h
  17. not in /usr/local/include/stddef.h
  18. not in /usr/include/stddef.h
  19. makedepend: warning: crc32.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"
  20. not in ./stddef.h
  21. not in ../include/stddef.h
  22. not in /usr/local/include/stddef.h
  23. not in /usr/include/stddef.h
  24. makedepend: warning: crc32.c (reading /usr/include/alloca.h, line 25): cannot find include file "stddef.h"
  25. not in ./stddef.h
  26. not in ../include/stddef.h
  27. not in /usr/local/include/stddef.h
  28. not in /usr/include/stddef.h
  29. makedepend: warning: crc32.c (reading /usr/include/limits.h, line 125): cannot find include file "limits.h"
  30. makedepend: warning: gzio.c (reading /usr/include/stdio.h, line 34): cannot find include file "stddef.h"
  31. not in ./stddef.h
  32. not in ../include/stddef.h
  33. not in /usr/local/include/stddef.h
  34. not in /usr/include/stddef.h
  35. makedepend: warning: gzio.c (reading /usr/include/_G_config.h, line 15): cannot find include file "stddef.h"
  36. not in ./stddef.h
  37. not in ../include/stddef.h
  38. not in /usr/local/include/stddef.h
  39. not in /usr/include/stddef.h
  40. makedepend: warning: gzio.c (reading /usr/include/wchar.h, line 52): cannot find include file "stddef.h"
  41. not in ./stddef.h
  42. not in ../include/stddef.h
  43. not in /usr/local/include/stddef.h
  44. not in /usr/include/stddef.h
  45. makedepend: warning: gzio.c (reading /usr/include/libio.h, line 53): cannot find include file "stdarg.h"
  46. not in ./stdarg.h
  47. not in ../include/stdarg.h
  48. not in /usr/local/include/stdarg.h
  49. not in /usr/include/stdarg.h
  50. makedepend: warning: gzio.c, line 601: cannot find include file "stdarg.h"
  51. not in ./stdarg.h
  52. not in ../include/stdarg.h
  53. not in /usr/local/include/stdarg.h
  54. not in /usr/include/stdarg.h
  55. cc -c -o adler32.o adler32.c
  56. cc -c -o compress.o compress.c
  57. make[1]: *** No rule to make target `/usr/include/stddef.h', needed by `crc32.o'. Stop.
  58. make[1]: Leaving directory `/home/paul/SPKUtil-1.00/src/SPK/zlib'
  59. make: *** [SPK/libz.a] Error 2
  60. rm -rf *.o
  61. rm -rf SPK/*.o
  62. rm -rf SPK/*.a
  63. rm -rf SPK/zlib/*.o
  64. rm -rf SPK/ansi7zip/*.o
Advertisement
Add Comment
Please, Sign In to add comment