Advertisement
Guest User

Untitled

a guest
Aug 10th, 2015
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.8.5
  2. -- The CXX compiler identification is GNU 4.8.5
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- CMAKE_SOURCE_DIR = /home/adrien2002/Téléchargements/megaglest-3.11.1
  16. -- Determining version number system type to use:
  17. -- ** Trying 3 part versioning
  18. -- Detected MegaGlest Version is [v3.11.1]
  19. -- Detected GNUC Compiler...
  20. -- *NOTE: Checking for max SSE LEVEL [1]
  21. -- Max SSE desired: [1]
  22. -- Performing Test HAS_SSE3_EXTENSIONS
  23. -- Performing Test HAS_SSE3_EXTENSIONS - Success
  24. -- Performing Test HAS_SSE2_EXTENSIONS
  25. -- Performing Test HAS_SSE2_EXTENSIONS - Success
  26. -- Performing Test HAS_SSE_EXTENSIONS
  27. -- Performing Test HAS_SSE_EXTENSIONS - Success
  28. -- Found SSE extensions, using flags: -msse -mfpmath=sse
  29. -- *NOTE: using SSE for STREFLOP.
  30. -- Performing Test HAS_GCC_BACKTRACE
  31. -- Performing Test HAS_GCC_BACKTRACE - Failed
  32. -- **WARNING DID NOT Find GCC backtrace lib
  33. -- Could NOT find Git (missing: GIT_EXECUTABLE)
  34. -- *NOTE: Custom Data Install Path is [/usr/local/share/megaglest/]
  35. CMAKE_CXX_FLAGS_RELWITHDEBINFO: -O3 -g -DNDEBUG -g -O3 -DCUSTOM_DATA_INSTALL_PATH=/usr/local/share/megaglest/
  36. -- **Found game source code.
  37. -- Will try to build MegaGlest shared library
  38. -- Found CURL: /usr/pkg/lib/libcurl.so
  39. -- Force Curl dynamic: OFF
  40. -- #2 CURL RET = 0 using CURL dynamic libs: -L/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -lz
  41. -- curl version=[7.42.1]
  42. -- Looking for include file pthread.h
  43. -- Looking for include file pthread.h - found
  44. -- Looking for pthread_create
  45. -- Looking for pthread_create - not found
  46. -- Looking for pthread_create in pthreads
  47. -- Looking for pthread_create in pthreads - not found
  48. -- Looking for pthread_create in pthread
  49. -- Looking for pthread_create in pthread - found
  50. -- Found Threads: TRUE
  51. -- Found SDL: /usr/pkg/lib/libSDLmain.a;/usr/pkg/lib/libSDL.so;-lpthread (found version "1.2.15")
  52. -- Found OpenGL: /usr/pkg/lib/libGL.so
  53. -- Found OpenAL: /usr/pkg/lib/libopenal.so
  54. -- LUA_INC: /usr/include
  55. -- LUA_LIB: /usr/pkg/lib/liblua5.2.so
  56. -- Looking for lua_close in /usr/pkg/lib/liblua5.2.so
  57. -- Looking for lua_close in /usr/pkg/lib/liblua5.2.so - found
  58. -- Found Lua library: /usr/pkg/lib/liblua5.2.so
  59. -- Found Lua headers: /usr/include
  60. -- Found JPEG: /usr/pkg/lib/libjpeg.so
  61. -- Found ZLIB: /lib/libz.so (found version "1.2.3")
  62. -- Found PNG: /usr/pkg/lib/libpng16.so (found version "1.6.18")
  63. -- **NOTE: FontConfig support was detected and enabled.
  64. -- Found Freetype: /usr/pkg/lib/libfreetype.so (found version "2.5.5")
  65. -- Found FTGL libraries at /usr/pkg/lib/libftgl.so and includes at /usr/pkg/include
  66. -- **NOTE: FTGL font support was detected and enabled.
  67. -- Found PkgConfig: /usr/pkg/bin/pkg-config (found version "0.28")
  68. -- checking for module 'libvlc'
  69. -- package 'libvlc' not found
  70. -- LIBVLC version: WITH_VLC macro: ON
  71. -- **WARNING: LIBVLC NOT found so videos are NOT supported.
  72. -- **WARNING: LIBVLC NOT found so videos are NOT supported.
  73. -- ** Searching for library: FriBiDi...
  74. -- ** Searching for library names: [fribidi;libfribidi] ...
  75. Could not find FriBiDi. Disabling FriBiDi support.
  76. -- BREAKPAD_ROOT= Operating system: linux
  77. -- BREAKPAD_INCLUDE_DIR=BREAKPAD_INCLUDE_DIR-NOTFOUND
  78. ** WARNING: Could not find GoogleBreakpad. Disabling GoogleBreakpad support.
  79. -- *** Searching for miniupnpc ...
  80. -- Looking for miniupnpc...
  81. -- Finding miniupnpc.h result: MINIUPNP_INCLUDE_DIR-NOTFOUND
  82. -- Finding miniupnpc lib result: MINIUPNP_LIBRARY-NOTFOUND
  83. -- Could not find miniupnp
  84. -- *** Using EMBEDDED miniupnpc since dev system does not have it... MINIUPNP_FOUND []
  85. -- **No macros required for miniupnpc version
  86. -- *** Searching for libircclient since WANT_STATIC_LIBS is: OFF ...
  87. -- Force IRCCLient dynamic: OFF
  88. -- Found IRCCLIENT: /usr/pkg/lib/libircclient.so
  89. -- Found IRCClient include path: /usr/pkg/include libs: /usr/pkg/lib/libircclient.so
  90. -- *** Using libircclient found in [/usr/pkg/include] IRCCLIENT_FOUND [TRUE] IRCCLIENT_LIBRARY [/usr/pkg/lib/libircclient.so]
  91. -- Performing Test HAS_LIBIRCCLIENT_1_6
  92. -- Performing Test HAS_LIBIRCCLIENT_1_6 - Success
  93. -- Found HAS_LIBIRCCLIENT_1_6: 1
  94. -- EXTERNAL_LIBS = [-L/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -lz;/usr/pkg/lib/libSDLmain.a;/usr/pkg/lib/libSDL.so;-lpthread;/usr/pkg/lib/libGLU.so;/usr/pkg/lib/libGL.so;/usr/pkg/lib/libopenal.so;/usr/pkg/lib/liblua5.2.so;/usr/pkg/lib/libjpeg.so;/usr/pkg/lib/libpng16.so;/usr/pkg/lib/libfontconfig.so;/usr/pkg/lib/libftgl.so;/usr/pkg/lib/libfreetype.so;/usr/pkg/lib/libGLEW.so;/usr/pkg/lib/libircclient.so]
  95. -- Will try to build MegaGlest game
  96. -- OGG/Vorbis includes: /usr/pkg/include
  97. -- OGG library : /usr/pkg/lib/libogg.so
  98. -- Vorbis library : /usr/pkg/lib/libvorbis.so
  99. -- Vorbis file library: /usr/pkg/lib/libvorbisfile.so
  100. -- LUA_INC: /usr/include
  101. -- LUA_LIB: /usr/pkg/lib/liblua5.2.so
  102. -- Found Lua library: /usr/pkg/lib/liblua5.2.so
  103. -- Found Lua headers: /usr/include
  104. -- Force Curl dynamic: OFF
  105. -- #2 CURL RET = 0 using CURL dynamic libs: -L/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lcurl -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -lz
  106. -- checking for module 'libvlc'
  107. -- package 'libvlc' not found
  108. -- **WARNING: LIBVLC NOT found so intro videos are NOT supported.
  109. -- ***Note: The final output path for Megaglest Game will be []
  110. -- BREAKPAD_ROOT= Operating system: linux
  111. -- BREAKPAD_INCLUDE_DIR=BREAKPAD_INCLUDE_DIR-NOTFOUND
  112. ** WARNING: Could not find GoogleBreakpad. Disabling GoogleBreakpad support.
  113. ***-- Found help2man: /usr/pkg/bin/help2man about to build manpage in [/home/adrien2002/Téléchargements/megaglest-3.11.1/build/source/glest_game/megaglest.6]
  114. -- **Source package INSTALL TRIGGERED [/home/adrien2002/Téléchargements/megaglest-3.11.1]
  115. -- **NOTE: Will Install manpage [megaglest.6] to [share/man/man6/]
  116. -- Will try to build MegaGlest map editor
  117. -- DEBUG FreeBSD: /usr/pkg/bin/wx-config
  118. -- run the wx-config program to get cxxflags:
  119. -- /usr/pkg/bin/wx-config --unicode=yes --cxxflags
  120. -- Found wxWidgets: TRUE
  121. -- ***Note: The final output path for Megaglest Map Editor will be [/home/adrien2002/Téléchargements/megaglest-3.11.1/build/source/glest_map_editor/]
  122. ***-- Found help2man: /usr/pkg/bin/help2man about to build manpage in [/home/adrien2002/Téléchargements/megaglest-3.11.1/build/source/glest_map_editor/megaglest_editor.6]
  123. -- **NOTE: Will Install manpage [megaglest_editor.6] to [share/man/man6/]
  124. -- Will try to build MegaGlest model viewer
  125. -- DEBUG FreeBSD: /usr/pkg/bin/wx-config
  126. -- run the wx-config program to get cxxflags:
  127. -- /usr/pkg/bin/wx-config --unicode=yes --cxxflags
  128. -- ***Note: The final output path for Megaglest G3d Viewer will be [/home/adrien2002/Téléchargements/megaglest-3.11.1/build/source/g3d_viewer/]
  129. ***-- Found help2man: /usr/pkg/bin/help2man about to build manpage in [/home/adrien2002/Téléchargements/megaglest-3.11.1/build/source/g3d_viewer/megaglest_g3dviewer.6]
  130. -- **NOTE: Will Install manpage [megaglest_g3dviewer.6] to [share/man/man6/]
  131. -- Will try to build MegaGlest model import/export tools
  132. -- Found LibXml2: /usr/pkg/lib/libxml2.so (found version "2.9.2")
  133. -- =====> Found Define: STREFLOP_SSE
  134. -- =====> Found Define: CURL_STATICLIB
  135. -- Configuring done
  136. -- Generating done
  137. -- Build files have been written to: /home/adrien2002/Téléchargements/megaglest-3.11.1/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement