Advertisement
Guest User

retroarch --disable-netplay

a guest
Oct 22nd, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. sam@gorbachov:/usr/src/RetroArch$ make -j3
  2. CC file.c
  3. CC file_path.c
  4. CC hash.c
  5. CC driver.c
  6. CC settings.c
  7. CC message.c
  8. CC rewind.c
  9. CC retroarch.c
  10. CC dynamic.c
  11. CC gfx/gfx_common.c
  12. CC input/input_common.c
  13. CC fifo_buffer.c
  14. CC patch.c
  15. CC compat/compat.c
  16. CC audio/null.c
  17. CC gfx/null.c
  18. CC input/null.c
  19. CC screenshot.c
  20. CC gfx/scaler/scaler.c
  21. CC gfx/scaler/scaler_int.c
  22. CC gfx/scaler/pixconv.c
  23. CC gfx/scaler/filter.c
  24. CC input/linuxraw_input.c
  25. CC input/linuxraw_joypad.c
  26. CC thread.c
  27. CC autosave.c
  28. command.c: In function ‘rarch_cmd_new’:
  29. command.c:131:10: error: ‘rarch_cmd_t’ has no member named ‘net_fd’
  30. make: *** [command.o] Error 1
  31. make: *** Waiting for unfinished jobs....
  32. CC movie.c
  33. CC conf/config_file.c
  34. sam@gorbachov:/usr/src/RetroArch$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement