Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. make: Entering directory `/home/littlecat/SRB2/src'
  2. In file included from /usr/include/libpng12/png.h:536:0,
  3. from hardware/hw_draw.c:700:
  4. /usr/include/zlib.h:1673:5: error: unknown type name ‘off64_t’
  5. z_off64_t pos;
  6. ^
  7. /usr/include/zlib.h:1693:4: error: unknown type name ‘off64_t’
  8. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  9. ^
  10. In file included from /usr/include/zlib.h:34:0,
  11. from /usr/include/libpng12/png.h:536,
  12. from hardware/hw_draw.c:700:
  13. /usr/include/zlib.h:1693:51: error: unknown type name ‘off64_t’
  14. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  15. ^
  16. In file included from /usr/include/libpng12/png.h:536:0,
  17. from hardware/hw_draw.c:700:
  18. /usr/include/zlib.h:1694:4: error: unknown type name ‘off64_t’
  19. ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
  20. ^
  21. /usr/include/zlib.h:1695:4: error: unknown type name ‘off64_t’
  22. ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
  23. ^
  24. In file included from /usr/include/zlib.h:34:0,
  25. from /usr/include/libpng12/png.h:536,
  26. from hardware/hw_draw.c:700:
  27. /usr/include/zlib.h:1696:62: error: unknown type name ‘off64_t’
  28. ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
  29. ^
  30. /usr/include/zlib.h:1697:60: error: unknown type name ‘off64_t’
  31. ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
  32. ^
  33. make: *** [../objs/Linux64/SDL/Release/hw_draw.o] Error 1
  34. make: Leaving directory `/home/littlecat/SRB2/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement