Advertisement
Guest User

Built target sumwars

a guest
Jun 18th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [mike@localhost build]$ LC_ALL=C make
  2. --
  3. -- ### Welcome to Summoning Wars build system ###
  4. -- **********************************************
  5. -- http://sumwars.org/wiki/Build_instructions
  6. --
  7. -- Version: 0.5.8.hg-unknown
  8. -- Short Version: 0.5.8
  9. -- Build type: RelWithDebInfo
  10. --
  11. -- Looking for OGRE...
  12. -- Found Ogre Byatis (1.8.1)
  13. -- Found OGRE: optimized;/usr/lib64/libOgreMain.so;debug;/usr/lib64/libOgreMain.so
  14. -- Looking for OGRE_Paging...
  15. -- Found OGRE_Paging: optimized;/usr/lib64/libOgrePaging.so;debug;/usr/lib64/libOgrePaging.so
  16. -- Looking for OGRE_Terrain...
  17. -- Found OGRE_Terrain: optimized;/usr/lib64/libOgreTerrain.so;debug;/usr/lib64/libOgreTerrain.so
  18. -- Looking for OGRE_Property...
  19. -- Found OGRE_Property: optimized;/usr/lib64/libOgreProperty.so;debug;/usr/lib64/libOgreProperty.so
  20. -- Looking for OGRE_RTShaderSystem...
  21. -- Found OGRE_RTShaderSystem: optimized;/usr/lib64/libOgreRTShaderSystem.so;debug;/usr/lib64/libOgreRTShaderSystem.so
  22. -- Looking for OGRE_Volume...
  23. -- Could not locate OGRE_Volume
  24. -- Looking for OGRE_Overlay...
  25. -- Could not locate OGRE_Overlay
  26. -- Looking for OIS...
  27. -- Found OIS: optimized;/usr/lib64/libOIS.so;debug;/usr/lib64/libOIS.so
  28. -- *** CEGUI_INCLUDE_DIR is: /usr/local/include/cegui-0
  29. -- Determinating CEGUI version (based on file /usr/local/include/cegui-0/CEGUI/Version.h)
  30. -- *** CEGUI_VERSION is: 0.8.0
  31. -- Found CEGUI include dir: /usr/local/include/cegui-0/CEGUI/RendererModules/Ogre
  32. -- Searching OGG_SEARCH_PATH: /home/mike/sumwars-code/dependencies/libogg;/home/mike/sumwars-code/../dependencies/libogg
  33. -- Got release vorbis: /usr/lib64/libvorbis.so
  34. -- Boost version: 1.54.0
  35. -- Found the following Boost libraries:
  36. -- filesystem
  37. -- system
  38. -- date_time
  39. -- chrono
  40. -- thread
  41. -- Configuring done
  42. -- Generating done
  43. -- Build files have been written to: /home/mike/sumwars-code/build
  44. Linking CXX executable sumwars
  45. [100%] Built target sumwars
  46. [mike@localhost build]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement