Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. make all-am
  2. make[1]: Entering directory `/mingw/libpng-1.2.44'
  3. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -g -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c -o libpng12_la-png.lo `test -f 'png.c' || echo './'`png.c
  4. libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPNG_CONFIGURE_LIBPNG -g -O2 -MT libpng12_la-png.lo -MD -MP -MF .deps/libpng12_la-png.Tpo -c png.c -DDLL_EXPORT -DPIC -o .libs/libpng12_la-png.o
  5. In file included from png.c:17:
  6. png.h:514:18: error: zlib.h: No such file or directory
  7. In file included from png.h:518,
  8. from png.c:17:
  9. pngconf.h:1360: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  10. pngconf.h:1361: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  11. pngconf.h:1362: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  12. In file included from png.c:17:
  13. png.h:1270: error: expected specifier-qualifier-list before 'z_stream'
  14. png.h:3141: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'png_zalloc'
  15. png.h:3145: error: expected ')' before 'png_ptr'
  16. png.c: In function 'png_set_sig_bytes':
  17. png.c:109: error: 'png_struct' has no member named 'sig_bytes'
  18. png.c: At top level:
  19. png.c:158: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'png_zalloc'
  20. png.c:202: error: expected ')' before 'png_ptr'
  21. png.c: In function 'png_reset_crc':
  22. png.c:213: error: 'png_struct' has no member named 'crc'
  23. png.c:213: error: 'Z_NULL' undeclared (first use in this function)
  24. png.c:213: error: (Each undeclared identifier is reported only once
  25. png.c:213: error: for each function it appears in.)
  26. png.c: In function 'png_calculate_crc':
  27. png.c:226: error: 'png_struct' has no member named 'chunk_name'
  28. png.c:239: error: 'png_struct' has no member named 'crc'
  29. png.c:239: error: 'png_struct' has no member named 'crc'
  30. png.c:239: error: 'uInt' undeclared (first use in this function)
  31. png.c:239: error: expected ')' before 'length'
  32. png.c: In function 'png_create_info_struct':
  33. png.c:260: error: 'png_struct' has no member named 'malloc_fn'
  34. png.c:260: error: 'png_struct' has no member named 'mem_ptr'
  35. png.c: In function 'png_destroy_info_struct':
  36. png.c:293: error: 'png_struct' has no member named 'free_fn'
  37. png.c:294: error: 'png_struct' has no member named 'mem_ptr'
  38. png.c: In function 'png_free_data':
  39. png.c:508: error: 'png_struct' has no member named 'unknown_chunk'
  40. png.c:510: error: 'png_struct' has no member named 'unknown_chunk'
  41. png.c:511: error: 'png_struct' has no member named 'unknown_chunk'
  42. png.c: In function 'png_info_destroy':
  43. png.c:621: error: 'png_struct' has no member named 'num_chunk_list'
  44. png.c:623: error: 'png_struct' has no member named 'chunk_list'
  45. png.c:624: error: 'png_struct' has no member named 'chunk_list'
  46. png.c:625: error: 'png_struct' has no member named 'num_chunk_list'
  47. png.c: In function 'png_convert_to_rfc1123':
  48. png.c:678: error: 'png_struct' has no member named 'time_buffer'
  49. png.c:680: error: 'png_struct' has no member named 'time_buffer'
  50. png.c:706: error: 'png_struct' has no member named 'time_buffer'
  51. png.c:712: error: 'png_struct' has no member named 'time_buffer'
  52. png.c: In function 'png_handle_as_unknown':
  53. png.c:789: error: 'png_struct' has no member named 'num_chunk_list'
  54. png.c:791: error: 'png_struct' has no member named 'chunk_list'
  55. png.c:791: error: 'png_struct' has no member named 'num_chunk_list'
  56. png.c:792: error: 'png_struct' has no member named 'num_chunk_list'
  57. png.c: In function 'png_reset_zstream':
  58. png.c:804: error: 'Z_STREAM_ERROR' undeclared (first use in this function)
  59. png.c:805: error: 'png_struct' has no member named 'zstream'
  60. png.c: In function 'png_check_IHDR':
  61. png.c:981: error: 'png_struct' has no member named 'user_width_max'
  62. png.c:991: error: 'png_struct' has no member named 'user_height_max'
  63. png.c:1067: error: 'png_struct' has no member named 'mng_features_permitted'
  64. png.c:1072: error: 'png_struct' has no member named 'mng_features_permitted'
  65. make[1]: *** [libpng12_la-png.lo] Error 1
  66. make[1]: Leaving directory `/mingw/libpng-1.2.44'
  67. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement