Advertisement
Guest User

PCSX2 Cmake compile

a guest
Jun 29th, 2010
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. cmake ../CMakeLists.txt -DCMAKE_BUILD_TYPE=Release
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Enable the stripping by default in Release build !!!
  13. -- Use internal version of Soundtouch by default.
  14. Note: There have been issues in the past with sound quality depending on the version of Soundtouch
  15. Use -DFORCE_INTERNAL_SOUNDTOUCH=FALSE at your own risk
  16. CMake Error at cmake/SearchForStuff.cmake:9 (find_package):
  17. Could not find module FindGTK2.cmake or a configuration file for package
  18. GTK2.
  19.  
  20. Adjust CMAKE_MODULE_PATH to find FindGTK2.cmake or set GTK2_DIR to the
  21. directory containing a CMake configuration file for GTK2. The file will
  22. have one of the following names:
  23.  
  24. GTK2Config.cmake
  25. gtk2-config.cmake
  26.  
  27. Call Stack (most recent call first):
  28. CMakeLists.txt:29 (include)
  29.  
  30.  
  31. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  32. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  33. -- Looking for gethostbyname
  34. -- Looking for gethostbyname - found
  35. -- Looking for connect
  36. -- Looking for connect - found
  37. -- Looking for remove
  38. -- Looking for remove - found
  39. -- Looking for shmat
  40. -- Looking for shmat - found
  41. -- Looking for IceConnectionNumber in ICE
  42. -- Looking for IceConnectionNumber in ICE - found
  43. -- Found X11: /usr/lib/libX11.so
  44. CMake Warning at cmake/SearchForStuff.cmake:16 (find_package):
  45. Could not find module FindALSA.cmake or a configuration file for package
  46. ALSA.
  47.  
  48. Adjust CMAKE_MODULE_PATH to find FindALSA.cmake or set ALSA_DIR to the
  49. directory containing a CMake configuration file for ALSA. The file will
  50. have one of the following names:
  51.  
  52. ALSAConfig.cmake
  53. alsa-config.cmake
  54.  
  55. Call Stack (most recent call first):
  56. CMakeLists.txt:29 (include)
  57.  
  58.  
  59. -- Found BZip2: /usr/lib/libbz2.so
  60. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
  61. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
  62. -- Found JPEG: /usr/lib/libjpeg.so
  63. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  64. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  65. -- Looking for pthread_create in pthreads
  66. -- Looking for pthread_create in pthreads - not found
  67. -- Looking for pthread_create in pthread
  68. -- Looking for pthread_create in pthread - found
  69. -- Found Threads: TRUE
  70. -- Found wxWidgets: TRUE
  71. -- Found ZLIB: /usr/lib/libz.so
  72. -- Found A52: /usr/lib/liba52.so
  73. -- Found Cg: /usr/lib/libCg.so;/usr/lib/libCgGL.so
  74. -- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARIES PORTAUDIO_INCLUDE_DIR)
  75. -- Could NOT find SparseHash (missing: SPARSEHASH_INCLUDE_DIR)
  76. -- Use internal pcsx2 SoundTouch library
  77. -- Skip build of common libraries: miss some dependencies
  78. -- check these libraries -> wxWidgets (>=2.8.10), sparsehash (>=1.5)
  79. -- Skip build of pcsx2 core: miss some dependencies
  80. -- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs
  81. -- Skip build of pcsx2 core: miss some dependencies
  82. -- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs
  83. -- Skip build of zzogl: miss some dependencies
  84. -- check these libraries -> glew (>=1.5), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
  85. -- Skip build of spu2-x: miss some dependencies
  86. -- check these libraries -> soundtouch (>=1.5), alsa, portaudio (>=1.9), a52 (>= 0.7.4), pcsx2 common libs
  87. -- Skip build of zerospu2: miss some dependencies
  88. -- check these libraries -> soundtouch (>=1.5), alsa
  89. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement