Advertisement
Guest User

Untitled

a guest
May 29th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 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. -- Boost version: 1.42.0
  12. -- Found the following Boost libraries:
  13. -- thread
  14. -- regex
  15. -- program_options
  16. -- system
  17. -- signals
  18. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden
  19. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes
  20. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden
  21. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden - yes
  22. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse
  23. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse - yes
  24. -- Checking to see if CXX compiler accepts flag -mieee-fp
  25. -- Checking to see if CXX compiler accepts flag -mieee-fp - yes
  26. -- Checking to see if CXX compiler accepts flag -march=i686
  27. -- Checking to see if CXX compiler accepts flag -march=i686 - yes
  28. -- Building Spring for 32bit environment
  29. -- Try OpenMP C flag = [-fopenmp]
  30. -- Performing Test OpenMP_FLAG_DETECTED
  31. -- Performing Test OpenMP_FLAG_DETECTED - Success
  32. -- Try OpenMP CXX flag = [-fopenmp]
  33. -- Performing Test OpenMP_FLAG_DETECTED
  34. -- Performing Test OpenMP_FLAG_DETECTED - Success
  35. -- Found OpenMP: -fopenmp
  36. -- Found ZLIB: /usr/lib/libz.so
  37. -- Building Assimp with flags -march=i686 -msse -mfpmath=sse -fopenmp -frounding-math -mieee-fp -pipe -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -pthread
  38. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  39. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  40. -- Looking for pthread_create in pthreads
  41. -- Looking for pthread_create in pthreads - not found
  42. -- Looking for pthread_create in pthread
  43. -- Looking for pthread_create in pthread - found
  44. -- Found Threads: TRUE
  45. -- Found AWK: /usr/bin/awk
  46. -- AWK version: mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
  47. -- Found AI Wrapper: CUtils (sources only wrapper)
  48. -- Could NOT find Java (missing: Java_JAVA_EXECUTABLE Java_JAR_EXECUTABLE Java_JAVAC_EXECUTABLE _java_version_acceptable)
  49. -- Could NOT find Java (missing: JAVA_RUNTIME JAVA_COMPILE JAVA_ARCHIVE)
  50. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  51. CMake Warning at AI/Interfaces/Java/CMakeLists.txt:337 (Message):
  52. No Java includes found!
  53.  
  54. warning: Java AI Interface will not be built!
  55. -- Found AI Interface: C-AIInterface 0.1
  56. warning: Java OO AI Wrapper will not be built!
  57. -- Found AI Wrapper: LegacyCpp-AIWrapper
  58. -- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
  59. -- Found AI Wrapper: Cpp-AIWrapper
  60. warning: NullJavaAI Skirmish AI will not be built!
  61. warning: NullOOJavaAI Skirmish AI will not be built!
  62. -- Found Skirmish AI: RAI 0.601
  63. -- Found Skirmish AI: AAI 0.9
  64. -- Found Skirmish AI: NullAI 0.1
  65. -- Found Skirmish AI: CppTestAI 0.1
  66. -- Found SevenZip: /usr/bin/7z
  67. -- Could NOT find XSLTProc (missing: XSLTPROC_BIN)
  68. -- Could NOT find DocBook (missing: DOCBOOK_XSL)
  69. -- MAN pages will not be generated/installed; missing utilit(y|ies): asciidoc xsltproc docbook-xsl
  70. -- user-docs (plain/text) will be installed to {INSTALL_PREFIX}/share/doc/spring-VERSION/engine
  71. -- Found OpenAL: /usr/lib/libopenal.so
  72. -- Looking for vorbis_bitrate_addblock in vorbis
  73. -- Looking for vorbis_bitrate_addblock in vorbis - found
  74. -- Found OggVorbis: /usr/lib/libogg.so;/usr/lib/libvorbis.so;/usr/lib/libvorbisfile.so
  75. -- Found DevIL: /usr/include/IL/il.h
  76. -- Found DevIL-ILU: /usr/lib/libILU.so - /usr/include/IL/ilu.h
  77. -- Found DevIL-ILUT: /usr/lib/libILUT.so - /usr/include/IL/ilut.h
  78. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  79. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  80. -- Looking for gethostbyname
  81. -- Looking for gethostbyname - found
  82. -- Looking for connect
  83. -- Looking for connect - found
  84. -- Looking for remove
  85. -- Looking for remove - found
  86. -- Looking for shmat
  87. -- Looking for shmat - found
  88. -- Looking for IceConnectionNumber in ICE
  89. -- Looking for IceConnectionNumber in ICE - found
  90. -- Found X11: /usr/lib/libX11.so
  91. -- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
  92. -- Found GLEW: /home/spring/src/git/spring_src2/include
  93. -- Found Freetype: -lfreetype -lz
  94. -- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
  95. -- Could NOT find Boost
  96. -- Note: Unit tests will not be built: Boost::test library was not found
  97. -- Configuring done
  98. -- Generating done
  99. -- Build files have been written to: /home/spring/src/git/spring_src2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement