Advertisement
Guest User

Untitled

a guest
Mar 12th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. antoine@antoine-K72F:~/Bureau/Concours Prog/spring$ cmake .
  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. -- Found ld.gold, compressing debugsymbols
  13. -- Boost version: 1.52.0
  14. -- Found the following Boost libraries:
  15. -- thread
  16. -- regex
  17. -- program_options
  18. -- system
  19. -- signals
  20. -- Could NOT find Boost
  21. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  22. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  23. -- Looking for pthread_create in pthreads
  24. -- Looking for pthread_create in pthreads - not found
  25. -- Looking for pthread_create in pthread
  26. -- Looking for pthread_create in pthread - found
  27. -- Found Threads: TRUE
  28. -- Found DevIL: /usr/include/IL/il.h
  29. -- Found DevIL-ILU: /usr/lib/libILU.so - /usr/include/IL/ilu.h
  30. -- Found DevIL-ILUT: /usr/lib/libILUT.so - /usr/include/IL/ilut.h
  31. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden
  32. -- Checking to see if CXX compiler accepts flag -fvisibility=hidden - yes
  33. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden
  34. -- Checking to see if CXX compiler accepts flag -fvisibility-inlines-hidden - yes
  35. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse
  36. -- Checking to see if CXX compiler accepts flag -msse -mfpmath=sse - yes
  37. -- Checking to see if CXX compiler accepts flag -mno-sse2
  38. -- Checking to see if CXX compiler accepts flag -mno-sse2 - yes
  39. -- Checking to see if CXX compiler accepts flag -mno-sse3
  40. -- Checking to see if CXX compiler accepts flag -mno-sse3 - yes
  41. -- Checking to see if CXX compiler accepts flag -mno-ssse3
  42. -- Checking to see if CXX compiler accepts flag -mno-ssse3 - yes
  43. -- Checking to see if CXX compiler accepts flag -mno-sse4.1
  44. -- Checking to see if CXX compiler accepts flag -mno-sse4.1 - yes
  45. -- Checking to see if CXX compiler accepts flag -mno-sse4.2
  46. -- Checking to see if CXX compiler accepts flag -mno-sse4.2 - yes
  47. -- Checking to see if CXX compiler accepts flag -mno-sse4
  48. -- Checking to see if CXX compiler accepts flag -mno-sse4 - yes
  49. -- Checking to see if CXX compiler accepts flag -mno-sse4a
  50. -- Checking to see if CXX compiler accepts flag -mno-sse4a - yes
  51. -- Checking to see if CXX compiler accepts flag -mno-avx
  52. -- Checking to see if CXX compiler accepts flag -mno-avx - yes
  53. -- Checking to see if CXX compiler accepts flag -mno-fma
  54. -- Checking to see if CXX compiler accepts flag -mno-fma - yes
  55. -- Checking to see if CXX compiler accepts flag -mno-fma4
  56. -- Checking to see if CXX compiler accepts flag -mno-fma4 - yes
  57. -- Checking to see if CXX compiler accepts flag -mno-xop
  58. -- Checking to see if CXX compiler accepts flag -mno-xop - yes
  59. -- Checking to see if CXX compiler accepts flag -mno-lwp
  60. -- Checking to see if CXX compiler accepts flag -mno-lwp - yes
  61. -- Checking to see if CXX compiler accepts flag -mno-avx2
  62. -- Checking to see if CXX compiler accepts flag -mno-avx2 - no
  63. compiler doesn't support: -mno-avx2
  64. -- Checking to see if CXX compiler accepts flag -mieee-fp
  65. -- Checking to see if CXX compiler accepts flag -mieee-fp - yes
  66. -- Checking to see if CXX compiler accepts flag -march=i686
  67. -- Checking to see if CXX compiler accepts flag -march=i686 - yes
  68. -- Building Spring for 32bit environment
  69. -- Try OpenMP C flag = [-fopenmp]
  70. -- Performing Test OpenMP_FLAG_DETECTED
  71. -- Performing Test OpenMP_FLAG_DETECTED - Success
  72. -- Try OpenMP CXX flag = [-fopenmp]
  73. -- Performing Test OpenMP_FLAG_DETECTED
  74. -- Performing Test OpenMP_FLAG_DETECTED - Success
  75. -- Found OpenMP: -fopenmp
  76. -- using march=i686
  77. -- Found GIT: /usr/bin/git
  78. -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so
  79. -- Building Assimp with flags -fopenmp -march=i686 -msse -mfpmath=sse -mno-sse2 -mno-sse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -mno-sse4 -mno-sse4a -mno-avx -mno-fma -mno-fma4 -mno-xop -mno-lwp -frounding-math -mieee-fp -pipe -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -pthread
  80. -- Found GLEW: /home/antoine/Bureau/Concours Prog/spring/include (Required is at least version "1.5.1")
  81. -- Found AWK: /usr/bin/awk
  82. -- AWK version: mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
  83. -- Found AI Wrapper: CUtils (sources only wrapper)
  84. -- Found Java: /usr/bin/java (found version "1.6.0.27")
  85. -- Found Java: /usr/lib/jvm/java-6-openjdk-i386/bin/java
  86. -- Found JNI: /usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386/libjawt.so
  87. -- Found AI Interface: Java-AIInterface 0.1
  88. -- Maven version: Apache Maven 2.2.1 (rdebian-8)
  89. -- Found Maven: /usr/bin/mvn
  90. -- Found AI Interface: C-AIInterface 0.1
  91. -- Found AI Wrapper: Cpp-AIWrapper
  92. -- Found AI Wrapper: JavaOO
  93. -- Found vecmath.jar: /home/antoine/Bureau/Concours Prog/spring/AI/Wrappers/JavaOO/jlib/vecmath.jar
  94. -- Maven version: Apache Maven 2.2.1 (rdebian-8)
  95. -- Found AI Wrapper: LegacyCpp-AIWrapper
  96. -- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
  97. -- Found Skirmish AI: AAI 0.9
  98. -- Maven version: Apache Maven 2.2.1 (rdebian-8)
  99. -- Found Skirmish AI: NullJavaAI 0.1 (config: default)
  100. -- Found Skirmish AI: CppTestAI 0.1
  101. -- Maven version: Apache Maven 2.2.1 (rdebian-8)
  102. -- Found Skirmish AI: NullOOJavaAI 0.1 (config: default)
  103. -- Found Skirmish AI: NullAI 0.1
  104. -- Found Skirmish AI: RAI 0.601
  105. -- Found SevenZip: /usr/bin/7z
  106. -- Found XSLTProc: /usr/bin/xsltproc
  107. -- Found DocBook: /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
  108. -- MAN pages will be installed to {INSTALL_PREFIX}/share/man/man6
  109. -- user-docs (plain/text) will be installed to {INSTALL_PREFIX}/share/doc/spring-VERSION/engine
  110. -- Found OpenAL: /usr/lib/i386-linux-gnu/libopenal.so
  111. -- Looking for vorbis_bitrate_addblock in vorbis
  112. -- Looking for vorbis_bitrate_addblock in vorbis - found
  113. -- Found OggVorbis: /usr/lib/i386-linux-gnu/libogg.so;/usr/lib/i386-linux-gnu/libvorbis.so;/usr/lib/i386-linux-gnu/libvorbisfile.so
  114. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
  115. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
  116. -- Looking for gethostbyname
  117. -- Looking for gethostbyname - found
  118. -- Looking for connect
  119. -- Looking for connect - found
  120. -- Looking for remove
  121. -- Looking for remove - found
  122. -- Looking for shmat
  123. -- Looking for shmat - found
  124. -- Looking for IceConnectionNumber in ICE
  125. -- Looking for IceConnectionNumber in ICE - found
  126. -- Found X11: /usr/lib/i386-linux-gnu/libX11.so
  127. -- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so
  128. -- WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
  129. -- Found Freetype: -L/usr/lib/i386-linux-gnu -lfreetype -lz
  130. -- Boost version: 1.52.0
  131. -- Found the following Boost libraries:
  132. -- unit_test_framework
  133. -- Configuring done
  134. -- Generating done
  135. -- Build files have been written to: /home/antoine/Bureau/Concours Prog/spring
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. ------------------------------------------------------------------------------------------
  144. antoine@antoine-K72F:~/Bureau/Concours Prog/spring$ make install-spring
  145. Scanning dependencies of target sound
  146. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/IAudioChannel.cpp.o
  147. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/ISound.cpp.o
  148. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/SoundChannels.cpp.o
  149. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/NullSound.cpp.o
  150. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/ALShared.cpp.o
  151. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/EFX.cpp.o
  152. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/EFXfuncs.cpp.o
  153. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/EFXPresets.cpp.o
  154. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/AudioChannel.cpp.o
  155. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/OggStream.cpp.o
  156. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/Sound.cpp.o
  157. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/SoundBuffer.cpp.o
  158. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/SoundItem.cpp.o
  159. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/SoundSource.cpp.o
  160. [ 0%] Building CXX object rts/System/Sound/CMakeFiles/sound.dir/VorbisShared.cpp.o
  161. Linking CXX static library libsound.a
  162. [ 0%] Built target sound
  163. Scanning dependencies of target streflop
  164. [ 0%] Building CXX object rts/lib/streflop/CMakeFiles/streflop.dir/SMath.cpp.o
  165. [ 0%] Building CXX object rts/lib/streflop/CMakeFiles/streflop.dir/Random.cpp.o
  166. [ 0%] Building CXX object rts/lib/streflop/CMakeFiles/streflop.dir/streflopC.cpp.o
  167. [ 0%] Building CXX object rts/lib/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_acosf.cpp.o
  168. c++: erreur: Prog/spring/rts/lib/streflop/libm/headers: Aucun fichier ou dossier de ce type
  169. make[3]: *** [rts/lib/streflop/CMakeFiles/streflop.dir/libm/flt-32/e_acosf.cpp.o] Erreur 1
  170. make[2]: *** [rts/lib/streflop/CMakeFiles/streflop.dir/all] Erreur 2
  171. make[1]: *** [rts/builds/default/CMakeFiles/install-spring.dir/rule] Erreur 2
  172. make: *** [install-spring] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement