Advertisement
drpanwe

OGRE cmake Ubuntu

Sep 28th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.88 KB | None | 0 0
  1. drpaneas@drpaneas-desktop:~/ogre_src_v1-8-1/Build$ 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. -- Configuring OGRE 1.8.1
  13. -- Check size of void*
  14. -- Check size of void* - done
  15. -- Performing Test OGRE_GCC_HAS_SSE
  16. -- Performing Test OGRE_GCC_HAS_SSE - Success
  17. -- Performing Test OGRE_GCC_VISIBILITY
  18. -- Performing Test OGRE_GCC_VISIBILITY - Success
  19. -- Detected g++ 4.6
  20.  
  21. -- Enabling GCC visibility flags
  22. -- Check if the system is big endian
  23. -- Searching 16 bit integer
  24. -- Looking for sys/types.h
  25. -- Looking for sys/types.h - found
  26. -- Looking for stdint.h
  27. -- Looking for stdint.h - found
  28. -- Looking for stddef.h
  29. -- Looking for stddef.h - found
  30. -- Check size of unsigned short
  31. -- Check size of unsigned short - done
  32. -- Using unsigned short
  33. -- Check if the system is big endian - little endian
  34. -- Search path: /home/drpaneas/ogre_src_v1-8-1/Build/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Build/../Dependencies;/home/drpaneas/ogre_src_v1-8-1/../Dependencies
  35. -- Looking for ZLIB...
  36. -- checking for module 'zzip-zlib-config'
  37. --   found zzip-zlib-config, version 1.2.3.4
  38. -- Found ZLIB: optimized;/usr/lib/x86_64-linux-gnu/libz.so;debug;/usr/lib/x86_64-linux-gnu/libz.so
  39. -- Looking for ZZip...
  40. -- checking for module 'zziplib'
  41. --   found zziplib, version 0.13.56
  42. -- Found ZZip: optimized;/usr/lib/libzzip.so;debug;/usr/lib/libzzip.so
  43. -- Looking for FreeImage...
  44. -- checking for module 'freeimage'
  45. --   package 'freeimage' not found
  46. -- Found FreeImage: optimized;/usr/lib/libfreeimage.so;debug;/usr/lib/libfreeimage.so
  47. -- Looking for FREETYPE...
  48. -- checking for module 'freetype2'
  49. --   found freetype2, version 14.0.8
  50. -- CMAKE_PREFIX_PATH: /home/drpaneas/ogre_src_v1-8-1/Build/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Build/../Dependencies;/home/drpaneas/ogre_src_v1-8-1/../Dependencies;/usr/local;/usr/lib/x86_64-linux-gnu
  51. -- CMAKE_PREFIX_PATH: /home/drpaneas/ogre_src_v1-8-1/Build/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Dependencies;/home/drpaneas/ogre_src_v1-8-1/Build/../Dependencies;/home/drpaneas/ogre_src_v1-8-1/../Dependencies;/usr/local;/usr/lib/x86_64-linux-gnu
  52. -- Found FREETYPE: optimized;/usr/lib/x86_64-linux-gnu/libfreetype.so;debug;/usr/lib/x86_64-linux-gnu/libfreetype.so
  53. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  54. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  55. -- Looking for gethostbyname
  56. -- Looking for gethostbyname - found
  57. -- Looking for connect
  58. -- Looking for connect - found
  59. -- Looking for remove
  60. -- Looking for remove - found
  61. -- Looking for shmat
  62. -- Looking for shmat - found
  63. -- Looking for IceConnectionNumber in ICE
  64. -- Looking for IceConnectionNumber in ICE - found
  65. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  66. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  67. -- Looking for Cg...
  68. -- Cg_PREFIX_PATH changed.
  69. -- checking for module 'Cg'
  70. --   package 'Cg' not found
  71. -- Found Cg: optimized;/usr/lib/x86_64-linux-gnu/libCg.so;debug;/usr/lib/x86_64-linux-gnu/libCg.so
  72. -- Looking for POCO...
  73. -- checking for module 'POCO'
  74. --   package 'POCO' not found
  75. -- Could not locate POCO
  76. -- Looking for TBB...
  77. -- Could not locate TBB
  78. -- Looking for GLSL_Optimizer...
  79. -- GLSL_Optimizer_PREFIX_PATH changed.
  80. -- checking for module 'GLSL_Optimizer'
  81. --   package 'GLSL_Optimizer' not found
  82. -- Could not locate GLSL_Optimizer
  83. -- Looking for HLSL2GLSL...
  84. -- HLSL2GLSL_PREFIX_PATH changed.
  85. -- checking for module 'HLSL2GLSL'
  86. --   package 'HLSL2GLSL' not found
  87. -- Could not locate HLSL2GLSL
  88. -- Looking for OIS...
  89. -- OIS_PREFIX_PATH changed.
  90. -- checking for module 'OIS'
  91. --   found OIS, version 1.3.0
  92. -- Found OIS: optimized;/usr/lib/libOIS.so;debug;/usr/lib/libOIS.so
  93. -- Found Doxygen: /usr/bin/doxygen
  94. -- Looking for Softimage...
  95. -- Softimage_PREFIX_PATH changed.
  96. -- Could not locate Softimage
  97. -- Looking for CppUnit...
  98. -- checking for module 'cppunit'
  99. --   found cppunit, version 1.12.1
  100. -- Found CppUnit: optimized;/usr/lib/libcppunit.so;debug;/usr/lib/libcppunit.so
  101. --
  102. -----------------------------------------------------------------------------
  103. -- The following external packages were located on your system.
  104. -- This installation will have the extra features provided by these packages.
  105. + zlib
  106. + zziplib
  107. + freeimage
  108. + freetype
  109. + X11
  110. + Xt
  111. + Xaw
  112. + OpenGL
  113. + OpenGL ES 2.x
  114. + cg
  115. + boost
  116. + boost-thread
  117. + boost-date_time
  118. + OIS
  119. + Doxygen
  120. + CppUnit
  121. -----------------------------------------------------------------------------
  122. -- The following OPTIONAL packages could NOT be located on your system.
  123. -- Consider installing them to enable more features from this software.
  124. + OpenGL ES 1.x: Support for the OpenGL ES 1.x render system (DEPRECATED) <http://www.khronos.org/opengles/>
  125. + POCO: POCO framework <http://pocoproject.org/>
  126. + tbb: Threading Building Blocks <http://www.threadingbuildingblocks.org/>
  127. + GLSL Optimizer: GLSL Optimizer <http://github.com/aras-p/glsl-optimizer/>
  128. + HLSL2GLSL: HLSL2GLSL <http://hlsl2glslfork.googlecode.com/>
  129. + Softimage: Softimage SDK needed for building XSIExporter <FALSE>
  130. -----------------------------------------------------------------------------
  131.  
  132. --
  133. ----------------------------------------------------------------------------
  134.   FEATURE SUMMARY
  135. ----------------------------------------------------------------------------
  136.  
  137. Building components:
  138.   + Paging
  139.   + Property
  140.   + Terrain
  141.   + RTShader System
  142.   + RTShader System Core Shaders
  143.   + RTShader System Extensions Shaders
  144. Building plugins:
  145.   + BSP scene manager
  146.   + Cg program manager
  147.   + Octree scene manager
  148.   + Portal connected zone scene manager
  149.   + Particle FX
  150. Building rendersystems:
  151.   + OpenGL
  152. Building executables:
  153.   + Samples
  154.   + Tools
  155. Building core features:
  156.   + DDS image codec
  157.   + FreeImage codec
  158.   + ZIP archives
  159.  
  160. Build type:                      dynamic
  161. Threading support:               background (boost)
  162. Use double precision:            disabled
  163. Allocator type:                  nedmalloc (pooling)
  164. STL containers use allocator:    enabled
  165. Strings use allocator:           disabled
  166. Memory tracker (debug):          disabled
  167. Memory tracker (release):        disabled
  168. Use new script compilers:        enabled
  169. Use Boost:                       enabled
  170.  
  171. ----------------------------------------------------------------------------
  172.  
  173. -- Configuring done
  174. -- Generating done
  175. -- Build files have been written to: /home/drpaneas/ogre_src_v1-8-1/Build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement