Advertisement
Guest User

Untitled

a guest
Aug 5th, 2010
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. /build$ cmake ..
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/lib/distcc/4.3/gcc
  5. -- Check for working C compiler: /usr/lib/distcc/4.3/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/lib/distcc/4.3/c++
  9. -- Check for working CXX compiler: /usr/lib/distcc/4.3/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Boost version: 1.40.0
  13. -- Found the following Boost libraries:
  14. -- thread
  15. -- regex
  16. -- program_options
  17. -- system
  18. -- signals
  19. -- Found DEVIL: /usr/lib/libIL.so
  20. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden
  21. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes
  22. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden
  23. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden - yes
  24. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse
  25. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse - yes
  26. -- Checking to see if CXX compiler accepts flag -mieee-fp
  27. -- Checking to see if CXX compiler accepts flag -mieee-fp - yes
  28. -- Building Spring for 64bit environment
  29. -- Found OpenAL: /usr/local/lib/libopenal.so
  30. -- Looking for vorbis_bitrate_addblock in vorbis
  31. -- Looking for vorbis_bitrate_addblock in vorbis - found
  32. -- Found OggVorbis: /usr/lib/libogg.so;/usr/lib/libvorbis.so;/usr/lib/libvorbisfile.so
  33. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  34. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  35. -- Looking for pthread_create in pthreads
  36. -- Looking for pthread_create in pthreads - not found
  37. -- Looking for pthread_create in pthread
  38. -- Looking for pthread_create in pthread - found
  39. -- Found Threads: TRUE
  40. -- Found ZLIB: /usr/lib/libz.so
  41. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  42. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  43. -- Looking for gethostbyname
  44. -- Looking for gethostbyname - found
  45. -- Looking for connect
  46. -- Looking for connect - found
  47. -- Looking for remove
  48. -- Looking for remove - found
  49. -- Looking for shmat
  50. -- Looking for shmat - found
  51. -- Looking for IceConnectionNumber in ICE
  52. -- Looking for IceConnectionNumber in ICE - found
  53. -- Found X11: /usr/lib/libX11.so
  54. -- Found GLEW: /usr/lib64/libGLEW.so
  55. -- Found Freetype: -lfreetype -lz
  56. -- Found Freetype: -lfreetype -lz
  57. -- Found AI Wrapper: LegacyCpp-AIWrapper
  58. -- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
  59. -- Found AI Wrapper: Cpp-AIWrapper
  60. -- Found AI Wrapper: CUtils (sources only wrapper)
  61. -- Found AI Interface: C-AIInterface 0.1
  62. -- Java version 1.6.0.18 configured successfully!
  63. -- Found Java: /usr/bin/java
  64. -- Found JNI: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjawt.so
  65. -- Found AI Interface: Java-AIInterface 0.1
  66. -- Found PythonInterp: /usr/bin/python2.6
  67. -- Found PythonLibs: /usr/lib/libpython2.6.so
  68. -- Found AI Interface: Python-AIInterface 0.1
  69. -- Found Skirmish AI: NullPythonAI 0.1
  70. -- Found Skirmish AI: HughAI 0.1
  71. -- Found Skirmish AI: NullJavaAI 0.1 (config: default)
  72. -- Found Skirmish AI: RAI 0.601
  73. -- Found Skirmish AI: NullAI 0.1
  74. -- Found Skirmish AI: KAIK 0.13
  75. -- Found Skirmish AI: CppTestAI 0.1
  76. -- Found Skirmish AI: E323AI 3.21.1
  77. -- Found Skirmish AI: AAI 0.9
  78. -- Found Skirmish AI: NullOOJavaAI 0.1 (config: default)
  79. CMake Error at tools/CMakeLists.txt:8 (Add_Subdirectory):
  80. add_subdirectory given source "dirchange" which is not an existing
  81. directory.
  82.  
  83.  
  84. CMake Warning (dev) at /usr/share/cmake-2.8/Modules/FindPackageMessage.cmake:36 (IF):
  85. given arguments:
  86.  
  87. "NOT" "7zip_FIND_QUIETLY"
  88.  
  89. An argument named "7zip_FIND_QUIETLY" appears in a conditional statement.
  90. Policy CMP0012 is not set: if() recognizes numbers and boolean constants.
  91. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy
  92. command to set the policy and suppress this warning.
  93. Call Stack (most recent call first):
  94. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:67 (FIND_PACKAGE_MESSAGE)
  95. rts/build/cmake/Find7zip.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  96. CMakeLists.txt:206 (FIND_PACKAGE)
  97. This warning is for project developers. Use -Wno-dev to suppress it.
  98.  
  99. -- Found XSLTProc: /usr/bin/xsltproc
  100. -- Found DocBook: /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
  101. -- MAN pages will be installed to {INSTALL_PREFIX}/share/man/man6
  102. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement