Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. littlecat@littlecat-HP-15-Notebook-PC:~/Dev/SRB2$ make -C src LINUX64=1
  2. make: Entering directory `/home/littlecat/Dev/SRB2/src'
  3. Creating dependency file, depend.dep
  4. Created dependency file, depend.dep
  5. make: Leaving directory `/home/littlecat/Dev/SRB2/src'
  6. make: Entering directory `/home/littlecat/Dev/SRB2/src'
  7. In file included from /usr/include/libpng12/png.h:536:0,
  8. from hardware/hw_draw.c:700:
  9. /usr/include/zlib.h:1673:5: error: unknown type name ‘off64_t’
  10. z_off64_t pos;
  11. ^
  12. /usr/include/zlib.h:1693:4: error: unknown type name ‘off64_t’
  13. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  14. ^
  15. In file included from /usr/include/zlib.h:34:0,
  16. from /usr/include/libpng12/png.h:536,
  17. from hardware/hw_draw.c:700:
  18. /usr/include/zlib.h:1693:51: error: unknown type name ‘off64_t’
  19. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  20. ^
  21. In file included from /usr/include/libpng12/png.h:536:0,
  22. from hardware/hw_draw.c:700:
  23. /usr/include/zlib.h:1694:4: error: unknown type name ‘off64_t’
  24. ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
  25. ^
  26. /usr/include/zlib.h:1695:4: error: unknown type name ‘off64_t’
  27. ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
  28. ^
  29. In file included from /usr/include/zlib.h:34:0,
  30. from /usr/include/libpng12/png.h:536,
  31. from hardware/hw_draw.c:700:
  32. /usr/include/zlib.h:1696:62: error: unknown type name ‘off64_t’
  33. ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
  34. ^
  35. /usr/include/zlib.h:1697:60: error: unknown type name ‘off64_t’
  36. ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
  37. ^
  38. make: *** [../objs/Linux64/SDL/Release/hw_draw.o] Error 1
  39. make: Leaving directory `/home/littlecat/Dev/SRB2/src'
  40. littlecat@littlecat-HP-15-Notebook-PC:~/Dev/SRB2$ make -k -C src LINUX64=1
  41. make: Entering directory `/home/littlecat/Dev/SRB2/src'
  42. In file included from /usr/include/libpng12/png.h:536:0,
  43. from hardware/hw_draw.c:700:
  44. /usr/include/zlib.h:1673:5: error: unknown type name ‘off64_t’
  45. z_off64_t pos;
  46. ^
  47. /usr/include/zlib.h:1693:4: error: unknown type name ‘off64_t’
  48. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  49. ^
  50. In file included from /usr/include/zlib.h:34:0,
  51. from /usr/include/libpng12/png.h:536,
  52. from hardware/hw_draw.c:700:
  53. /usr/include/zlib.h:1693:51: error: unknown type name ‘off64_t’
  54. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  55. ^
  56. In file included from /usr/include/libpng12/png.h:536:0,
  57. from hardware/hw_draw.c:700:
  58. /usr/include/zlib.h:1694:4: error: unknown type name ‘off64_t’
  59. ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
  60. ^
  61. /usr/include/zlib.h:1695:4: error: unknown type name ‘off64_t’
  62. ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
  63. ^
  64. In file included from /usr/include/zlib.h:34:0,
  65. from /usr/include/libpng12/png.h:536,
  66. from hardware/hw_draw.c:700:
  67. /usr/include/zlib.h:1696:62: error: unknown type name ‘off64_t’
  68. ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
  69. ^
  70. /usr/include/zlib.h:1697:60: error: unknown type name ‘off64_t’
  71. ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
  72. ^
  73. make: *** [../objs/Linux64/SDL/Release/hw_draw.o] Error 1
  74. hardware/hw_main.c: In function ‘HWR_RenderPolyObjectPlane’:
  75. hardware/hw_main.c:2654:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat=]
  76. CONS_Debug(DBG_RENDER, "polygon size of %d exceeds max value of %d vertices\n", nrPlaneVerts, UINT16_MAX);
  77. ^
  78. In file included from /usr/include/libpng12/png.h:536:0,
  79. from hardware/hw_md2.c:60:
  80. /usr/include/zlib.h:1673:5: error: unknown type name ‘off64_t’
  81. z_off64_t pos;
  82. ^
  83. /usr/include/zlib.h:1693:4: error: unknown type name ‘off64_t’
  84. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  85. ^
  86. In file included from /usr/include/zlib.h:34:0,
  87. from /usr/include/libpng12/png.h:536,
  88. from hardware/hw_md2.c:60:
  89. /usr/include/zlib.h:1693:51: error: unknown type name ‘off64_t’
  90. ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
  91. ^
  92. In file included from /usr/include/libpng12/png.h:536:0,
  93. from hardware/hw_md2.c:60:
  94. /usr/include/zlib.h:1694:4: error: unknown type name ‘off64_t’
  95. ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
  96. ^
  97. /usr/include/zlib.h:1695:4: error: unknown type name ‘off64_t’
  98. ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
  99. ^
  100. In file included from /usr/include/zlib.h:34:0,
  101. from /usr/include/libpng12/png.h:536,
  102. from hardware/hw_md2.c:60:
  103. /usr/include/zlib.h:1696:62: error: unknown type name ‘off64_t’
  104. ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
  105. ^
  106. /usr/include/zlib.h:1697:60: error: unknown type name ‘off64_t’
  107. ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
  108. ^
  109. make: *** [../objs/Linux64/SDL/Release/hw_md2.o] Error 1
  110. make: Target `all' not remade because of errors.
  111. make: Leaving directory `/home/littlecat/Dev/SRB2/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement