Advertisement
Guest User

Untitled

a guest
Feb 14th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. -- The C compiler identification is GNU
  2. -- The CXX compiler identification is GNU
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /usr/bin/c++
  8. -- Check for working CXX compiler: /usr/bin/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Disable the stripping by default in Debug build !!!
  12. -- Disable the building of po files by default in Debug build !!!
  13. -- Internal SDL is a development snapshot of libsdl 1.3
  14. Crashes can be expected and no support will be provided
  15. -- Found Freetype: /usr/lib/libfreetype.so
  16. -- Found GTK2_GTK: /usr/lib/libgtk-x11-2.0.so
  17. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  18. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  19. -- Looking for gethostbyname
  20. -- Looking for gethostbyname - found
  21. -- Looking for connect
  22. -- Looking for connect - found
  23. -- Looking for remove
  24. -- Looking for remove - found
  25. -- Looking for shmat
  26. -- Looking for shmat - found
  27. -- Looking for IceConnectionNumber in ICE
  28. -- Looking for IceConnectionNumber in ICE - found
  29. -- Found X11: /usr/lib/libX11.so
  30. -- Found ALSA: /usr/lib/libasound.so
  31. -- Found BZip2: /usr/lib/libbz2.so
  32. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
  33. -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
  34. -- Found Gettext: /usr/bin/msgmerge
  35. -- Found JPEG: /usr/lib/libjpeg.so
  36. -- Found OpenGL: /usr/lib/libGL.so
  37. -- Found Subversion: /usr/bin/svn (found version "1.7.2")
  38. -- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
  39. -- Found ZLIB: /usr/lib/libz.so (found version "1.2.6")
  40. -- Found Cg: /usr/lib/libCg.so;/usr/lib/libCgGL.so
  41. -- Found GLEW: /usr/lib/libGLEW.so
  42. -- Found Libc: /usr/lib/librt.so;/usr/lib/libdl.so;/usr/lib/libm.so
  43. -- Found PortAudio: /usr/lib/libportaudio.so
  44. -- Found SoundTouch: /usr/lib/libSoundTouch.so
  45. -- Found SparseHash: /usr/include
  46. -- Use internal pcsx2 SDL library
  47. -- Skip build of common libraries: miss some dependencies
  48. -- check these libraries -> wxWidgets (>=2.8.10), sparsehash (>=1.5)
  49. -- Skip build of pcsx2 core: miss some dependencies
  50. -- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs
  51. -- Skip build of zzogl: miss some dependencies
  52. -- check these libraries -> glew (>=1.5), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
  53. -- Skip build of spu2-x: miss some dependencies
  54. -- check these libraries -> soundtouch (>=1.5), alsa, portaudio (>=1.9), pcsx2 common libs
  55. -- Configuring done
  56. -- Generating done
  57. CMake Warning:
  58. Manually-specified variables were not used by the project:
  59.  
  60. XDG_STD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement