Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. conflicts: 1 shift/reduce, 3 reduce/reduce
  2. /bin/sh: pkg-config: command not found
  3. /bin/sh: pkg-config: command not found
  4. /bin/sh: pkg-config: command not found
  5. /bin/sh: pkg-config: command not found
  6. /bin/sh: pkg-config: command not found
  7. /bin/sh: pkg-config: command not found
  8. /bin/sh: pkg-config: command not found
  9. /bin/sh: pkg-config: command not found
  10. /bin/sh: pkg-config: command not found
  11. /bin/sh: pkg-config: command not found
  12. /bin/sh: pkg-config: command not found
  13. /bin/sh: pkg-config: command not found
  14. /bin/sh: pkg-config: command not found
  15. /bin/sh: pkg-config: command not found
  16. /bin/sh: pkg-config: command not found
  17. /bin/sh: pkg-config: command not found
  18. /bin/sh: pkg-config: command not found
  19. /bin/sh: pkg-config: command not found
  20. /bin/sh: pkg-config: command not found
  21. /bin/sh: pkg-config: command not found
  22. /bin/sh: pkg-config: command not found
  23. /bin/sh: pkg-config: command not found
  24. /bin/sh: pkg-config: command not found
  25. /bin/sh: pkg-config: command not found
  26. /bin/sh: pkg-config: command not found
  27. /bin/sh: pkg-config: command not found
  28. /bin/sh: pkg-config: command not found
  29. /bin/sh: pkg-config: command not found
  30. /bin/sh: pkg-config: command not found
  31. /bin/sh: pkg-config: command not found
  32. Undefined symbols for architecture x86_64:
  33. "_png_create_info_struct", referenced from:
  34. _initialize_png in makepng.o
  35. _output_png_file in makepng.o
  36. "_png_create_read_struct", referenced from:
  37. _initialize_png in makepng.o
  38. "_png_create_write_struct", referenced from:
  39. _output_png_file in makepng.o
  40. "_png_data_freer", referenced from:
  41. _rgba_PLTE_palette in makepng.o
  42. "_png_destroy_read_struct", referenced from:
  43. _input_png_file in makepng.o
  44. "_png_destroy_write_struct", referenced from:
  45. _output_png_file in makepng.o
  46. "_png_free_data", referenced from:
  47. _get_text in makepng.o
  48. "_png_get_PLTE", referenced from:
  49. _indexed_png_to_raw in makepng.o
  50. _rgba_PLTE_palette in makepng.o
  51. "_png_get_bit_depth", referenced from:
  52. _initialize_png in makepng.o
  53. "_png_get_color_type", referenced from:
  54. _initialize_png in makepng.o
  55. "_png_get_image_height", referenced from:
  56. _initialize_png in makepng.o
  57. "_png_get_image_width", referenced from:
  58. _initialize_png in makepng.o
  59. "_png_get_rowbytes", referenced from:
  60. _read_png in makepng.o
  61. "_png_get_tRNS", referenced from:
  62. _indexed_png_to_raw in makepng.o
  63. "_png_get_text", referenced from:
  64. _get_text in makepng.o
  65. "_png_get_valid", referenced from:
  66. _truecolor_png_to_raw in makepng.o
  67. _rgba_png_palette in makepng.o
  68. "_png_init_io", referenced from:
  69. _initialize_png in makepng.o
  70. _output_png_file in makepng.o
  71. "_png_read_end", referenced from:
  72. _read_png in makepng.o
  73. "_png_read_image", referenced from:
  74. _read_png in makepng.o
  75. "_png_read_info", referenced from:
  76. _initialize_png in makepng.o
  77. "_png_read_update_info", referenced from:
  78. _read_png in makepng.o
  79. "_png_set_IHDR", referenced from:
  80. _output_png_file in makepng.o
  81. "_png_set_PLTE", referenced from:
  82. _output_png_file in makepng.o
  83. "_png_set_add_alpha", referenced from:
  84. _truecolor_png_to_raw in makepng.o
  85. "_png_set_expand_gray_1_2_4_to_8", referenced from:
  86. _grayscale_png_to_raw in makepng.o
  87. "_png_set_gray_to_rgb", referenced from:
  88. _grayscale_png_to_raw in makepng.o
  89. "_png_set_longjmp_fn", referenced from:
  90. _initialize_png in makepng.o
  91. _output_png_file in makepng.o
  92. "_png_set_packing", referenced from:
  93. _indexed_png_to_raw in makepng.o
  94. "_png_set_scale_16", referenced from:
  95. _truecolor_png_to_raw in makepng.o
  96. "_png_set_tRNS_to_alpha", referenced from:
  97. _truecolor_png_to_raw in makepng.o
  98. "_png_set_text", referenced from:
  99. _get_text in makepng.o
  100. _set_text in makepng.o
  101. "_png_write_end", referenced from:
  102. _output_png_file in makepng.o
  103. "_png_write_image", referenced from:
  104. _output_png_file in makepng.o
  105. "_png_write_info", referenced from:
  106. _output_png_file in makepng.o
  107. ld: symbol(s) not found for architecture x86_64
  108. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  109. make: *** [rgbgfx] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement