Advertisement
Guest User

pcsx2 compilation error

a guest
Apr 17th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 KB | None | 0 0
  1. Scanning dependencies of target spu2x-2.0.0
  2. In file included from /home/robert/Downloads/pcsx2/plugins/onepad/onepad.h:51:0,
  3. from /home/robert/Downloads/pcsx2/plugins/onepad/controller.cpp:22:
  4. /home/robert/Downloads/pcsx2/plugins/onepad/joystick.h:26:22: fatal error: SDL2/SDL.h: No such file or directory
  5. #include "SDL2/SDL.h"
  6. ^
  7. compilation terminated.
  8. [ 20%] Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/PS2E-spu2.cpp.o
  9. make[2]: *** [plugins/onepad/CMakeFiles/onepad-1.1.0.dir/controller.cpp.o] Error 1
  10. make[1]: *** [plugins/onepad/CMakeFiles/onepad-1.1.0.dir/all] Error 2
  11. make[1]: *** Waiting for unfinished jobs....
  12. [ 20%] Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/SndOut_SDL.cpp.o
  13. /home/robert/Downloads/pcsx2/plugins/spu2-x/src/SndOut_SDL.cpp:32:22: fatal error: SDL2/SDL.h: No such file or directory
  14. #include <SDL2/SDL.h>
  15. ^
  16. compilation terminated.
  17. In file included from /home/robert/Downloads/pcsx2/plugins/CDVDnull/CDVD.cpp:19:0:
  18. /home/robert/Downloads/pcsx2/plugins/CDVDnull/CDVD.cpp: In function 'char* PS2EgetLibName()':
  19. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  20. #define SVN_REV ll
  21. ^
  22. /home/robert/Downloads/pcsx2/plugins/CDVDnull/CDVD.cpp:32:55: note: in expansion of macro 'SVN_REV'
  23. snprintf( libraryName, 255, "CDVDnull Driver %lld%s",SVN_REV, SVN_MODS ? "m" : "");
  24. ^
  25. make[2]: *** [plugins/CDVDnull/CMakeFiles/CDVDnull.dir/CDVD.cpp.o] Error 1
  26. make[1]: *** [plugins/CDVDnull/CMakeFiles/CDVDnull.dir/all] Error 2
  27. [ 20%] Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/Linux/Config.cpp.o
  28. In file included from /home/robert/Downloads/pcsx2/plugins/FWnull/FW.cpp:24:0:
  29. /home/robert/Downloads/pcsx2/plugins/FWnull/FW.cpp: In function 'char* PS2EgetLibName()':
  30. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  31. #define SVN_REV ll
  32. ^
  33. /home/robert/Downloads/pcsx2/plugins/FWnull/FW.cpp:69:53: note: in expansion of macro 'SVN_REV'
  34. snprintf( libraryName, 255, "FWnull Driver %lld%s",SVN_REV, SVN_MODS ? "m" : "");
  35. ^
  36. make[2]: *** [plugins/FWnull/CMakeFiles/FWnull-0.7.0.dir/FW.cpp.o] Error 1
  37. make[1]: *** [plugins/FWnull/CMakeFiles/FWnull-0.7.0.dir/all] Error 2
  38. [ 20%] Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/Linux/ConfigDebug.cpp.o
  39. In file included from /home/robert/Downloads/pcsx2/plugins/dev9null/DEV9.cpp:34:0:
  40. /home/robert/Downloads/pcsx2/plugins/dev9null/DEV9.cpp: In function 'char* PS2EgetLibName()':
  41. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  42. #define SVN_REV ll
  43. ^
  44. /home/robert/Downloads/pcsx2/plugins/dev9null/DEV9.cpp:80:55: note: in expansion of macro 'SVN_REV'
  45. snprintf( libraryName, 255, "DEV9null Driver %lld%s",SVN_REV, SVN_MODS ? "m" : "");
  46. ^
  47. In file included from /home/robert/Downloads/pcsx2/plugins/USBnull/USB.cpp:19:0:
  48. /home/robert/Downloads/pcsx2/plugins/USBnull/USB.cpp: In function 'char* PS2EgetLibName()':
  49. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  50. #define SVN_REV ll
  51. ^
  52. /home/robert/Downloads/pcsx2/plugins/USBnull/USB.cpp:63:54: note: in expansion of macro 'SVN_REV'
  53. snprintf( libraryName, 255, "USBnull Driver %lld%s",SVN_REV, SVN_MODS ? "m" : "");
  54. ^
  55. make[2]: *** [plugins/dev9null/CMakeFiles/dev9null-0.5.0.dir/DEV9.cpp.o] Error 1
  56. make[1]: *** [plugins/dev9null/CMakeFiles/dev9null-0.5.0.dir/all] Error 2
  57. make[2]: *** [plugins/USBnull/CMakeFiles/USBnull-0.7.0.dir/USB.cpp.o] Error 1
  58. make[1]: *** [plugins/USBnull/CMakeFiles/USBnull-0.7.0.dir/all] Error 2
  59. [ 20%] [ 21%] Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/Linux/ConfigSoundTouch.cpp.o
  60. Building CXX object plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/Linux/Dialogs.cpp.o
  61. make[2]: *** [plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/SndOut_SDL.cpp.o] Error 1
  62. make[2]: *** Waiting for unfinished jobs....
  63. Scanning dependencies of target pcsx2
  64. make[1]: *** [plugins/spu2-x/src/CMakeFiles/spu2x-2.0.0.dir/all] Error 2
  65. [ 21%] [ 22%] [ 22%] [ 22%] [ 22%] [ 22%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/R5900OpcodeImpl.cpp.o
  66. Building CXX object pcsx2/CMakeFiles/pcsx2.dir/PluginManager.cpp.o
  67. [ 23%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/R5900OpcodeTables.cpp.o
  68. Building CXX object pcsx2/CMakeFiles/pcsx2.dir/SaveState.cpp.o
  69. Building CXX object pcsx2/CMakeFiles/pcsx2.dir/ShiftJisToUnicode.cpp.o
  70. Building CXX object pcsx2/CMakeFiles/pcsx2.dir/Sif0.cpp.o
  71. Building CXX object pcsx2/CMakeFiles/pcsx2.dir/Sif.cpp.o
  72. Linking CXX shared library libGSdx-0.1.16.so
  73. [ 36%] Built target GSdx-0.1.16
  74. [ 36%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/Sif1.cpp.o
  75. In file included from /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp:29:0:
  76. /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp: In member function 'virtual void SysCorePlugins::Load(const wxString (&)[7])':
  77. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  78. #define SVN_REV ll
  79. ^
  80. /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp:1009:42: note: in expansion of macro 'SVN_REV'
  81. { 0, PCSX2_VersionHi, PCSX2_VersionLo, SVN_REV },
  82. ^
  83. [ 36%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/sif2.cpp.o
  84. [ 36%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/Sio.cpp.o
  85. [ 36%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/SourceLog.cpp.o
  86. [ 37%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/SPR.cpp.o
  87. make[2]: *** [pcsx2/CMakeFiles/pcsx2.dir/PluginManager.cpp.o] Error 1
  88. make[2]: *** Waiting for unfinished jobs....
  89. make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
  90. make: *** [all] Error 2
  91. [ 4%] Built target translations_pcsx2_Iconized
  92. [ 9%] Built target translations_pcsx2_Main
  93. [ 15%] Built target Utilities
  94. [ 17%] Built target x86emitter
  95. [ 17%] Building CXX object pcsx2/CMakeFiles/pcsx2.dir/PluginManager.cpp.o
  96. In file included from /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp:29:0:
  97. /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp: In member function 'virtual void SysCorePlugins::Load(const wxString (&)[7])':
  98. /home/robert/Downloads/pcsx2/build/common/include/svnrev.h:1:17: error: 'll' was not declared in this scope
  99. #define SVN_REV ll
  100. ^
  101. /home/robert/Downloads/pcsx2/pcsx2/PluginManager.cpp:1009:42: note: in expansion of macro 'SVN_REV'
  102. { 0, PCSX2_VersionHi, PCSX2_VersionLo, SVN_REV },
  103. ^
  104. make[2]: *** [pcsx2/CMakeFiles/pcsx2.dir/PluginManager.cpp.o] Error 1
  105. make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
  106. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement