Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ubuntu@ip-10-202-63-252:~/RetroArch$ make -f Makefile.nacl
  2. CC frontend/frontend.c
  3. CC frontend/frontend_context.c
  4. CC retroarch.c
  5. retroarch.c: In function ‘set_savestate_auto_index’:
  6. retroarch.c:1765: warning: array subscript has type ‘char’
  7. At top level:
  8. cc1: warning: unrecognized command line option "-Wno-unused-result"
  9. CC file.c
  10. CC file_path.c
  11. file_path.c: In function ‘path_resolve_realpath’:
  12. file_path.c:559: warning: implicit declaration of function ‘realpath’
  13. At top level:
  14. cc1: warning: unrecognized command line option "-Wno-unused-result"
  15. CC hash.c
  16. CC driver.c
  17. CC settings.c
  18. In file included from settings.c:23:
  19. input/input_common.h:73: error: redefinition of typedef ‘rarch_joypad_driver_t’
  20. driver.h:327: note: previous declaration of ‘rarch_joypad_driver_t’ was here
  21. cc1: warning: unrecognized command line option "-Wno-unused-result"
  22. make: *** [settings.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement