Advertisement
Guest User

Untitled

a guest
Jul 20th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. pi@raspberrypi ~/retro/RetroArch-Rpi $ make
  2. CC retroarch.c
  3. CC file.c
  4. CC file_path.c
  5. CC hash.c
  6. CC driver.c
  7. CC settings.c
  8. CC dynamic.c
  9. CC message.c
  10. CC rewind.c
  11. CC gfx/gfx_common.c
  12. CC patch.c
  13. CC compat/compat.c
  14. In file included from /usr/include/libpng12/png.h:538:0,
  15. from screenshot.c:30:
  16. /usr/include/libpng12/pngconf.h:371:21: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â.â token
  17. /usr/include/libpng12/pngconf.h:372:12: error: unknown type name â__dont__â
  18. /usr/include/libpng12/pngconf.h:372:29: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âitâ
  19. /usr/include/libpng12/pngconf.h:372:29: error: unknown type name âitâ
  20. make: *** [screenshot.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement