Advertisement
Guest User

Untitled

a guest
Apr 20th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1.  
  2. ###########################################################
  3. # Script to simplify the compilation of Widelands #
  4. ###########################################################
  5.  
  6. Because of the many different systems Widelands
  7. might be compiled on, we unfortunally can not
  8. provide a simple way to prepare your system for
  9. compilation. To ensure your system is ready, best
  10. check https://www.widelands.org/wiki/BuildingWidelands
  11.  
  12. You will often find helpful hands at our
  13. * IRC Chat: https://www.widelands.org/webchat/
  14. * Forums: https://www.widelands.org/forum/
  15. * Mailinglist: https://www.widelands.org/wiki/MailLists/
  16.  
  17. Please post your bug reports and feature requests at:
  18. https://github.com/widelands/widelands/issues
  19.  
  20. ###########################################################
  21.  
  22. Using 1 core(s).
  23.  
  24. A complete build will be created.
  25. You can use -w or --no-website to omit building and
  26. linking website-related executables.
  27.  
  28. Translations will be built.
  29. You can use -t or --no-translations to omit building them.
  30.  
  31. Tests will be built.
  32. You can use -s or --skip-tests to omit building them.
  33.  
  34. ###########################################################
  35.  
  36. Creating a Debug build. Use -r to create a Release build.
  37.  
  38. Will build with AddressSanitizer.
  39. https://clang.llvm.org/docs/AddressSanitizer.html
  40. You can use -a or --no-asan to switch it off.
  41.  
  42. Basic XDG Base Directory Specification will be used on Linux
  43. if no existing $HOME/.widelands folder is found.
  44. The widelands user data can be found in $XDG_DATA_HOME/widelands
  45. and defaults to $HOME/.local/share/widelands.
  46. The widelands user configuration can be found in $XDG_CONFIG_HOME/widelands
  47. and defaults to $HOME/.config/widelands.
  48. See https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
  49. for more information.
  50.  
  51.  
  52. ###########################################################
  53.  
  54. Call 'compile.sh -h' or 'compile.sh --help' for help.
  55.  
  56. For instructions on how to adjust options and build with
  57. CMake, please take a look at
  58. https://www.widelands.org/wiki/BuildingWidelands/.
  59.  
  60. ###########################################################
  61.  
  62. -- The C compiler identification is GNU 7.5.0
  63. -- The CXX compiler identification is GNU 7.5.0
  64. -- Check for working C compiler: /usr/bin/cc
  65. -- Check for working C compiler: /usr/bin/cc -- works
  66. -- Detecting C compiler ABI info
  67. -- Detecting C compiler ABI info - done
  68. -- Detecting C compile features
  69. -- Detecting C compile features - done
  70. -- Check for working CXX compiler: /usr/bin/c++
  71. -- Check for working CXX compiler: /usr/bin/c++ -- works
  72. -- Detecting CXX compiler ABI info
  73. -- Detecting CXX compiler ABI info - done
  74. -- Detecting CXX compile features
  75. -- Detecting CXX compile features - done
  76. -- Building with XDG support
  77. -- Boost version: 1.65.1
  78. -- Found the following Boost libraries:
  79. -- unit_test_framework
  80. -- regex
  81. -- system
  82. -- Found PythonInterp: /usr/bin/python (found version "2.7.17")
  83. -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1")
  84. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  85. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  86. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.6.34")
  87. -- SDL2_INCLUDE_DIR is SDL2_INCLUDE_DIR-NOTFOUND
  88. -- SDL2MAIN_LIBRARY is /usr/lib/x86_64-linux-gnu/libSDL2main.a
  89. -- Looking for pthread.h
  90. -- Looking for pthread.h - found
  91. -- Looking for pthread_create
  92. -- Looking for pthread_create - not found
  93. -- Looking for pthread_create in pthreads
  94. -- Looking for pthread_create in pthreads - not found
  95. -- Looking for pthread_create in pthread
  96. -- Looking for pthread_create in pthread - found
  97. -- Found Threads: TRUE
  98. -- Found SDL2_image: /usr/lib/x86_64-linux-gnu/libSDL2_image.so
  99. -- Found SDL2_mixer: /usr/lib/x86_64-linux-gnu/libSDL2_mixer.so (found version "2.0.2")
  100. -- Found SDL2_ttf: /usr/lib/x86_64-linux-gnu/libSDL2_ttf.so (found version "2.0.14")
  101. -- Found ICU: /usr/lib/x86_64-linux-gnu/libicuuc.so (found version "60.2.0")
  102. -- Using AddressSanitizer https://clang.llvm.org/docs/AddressSanitizer.html
  103. fatal: ni ceci ni aucun de ses répertoires parents n'est un dépôt git : .git
  104. -- Version of Widelands Build is REVDETECT-BROKEN-PLEASE-REPORT-THIS(Debug)
  105. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  106. Doxygen not found, disabling 'make doc'
  107. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  108. Please set them or make sure they are set and tested correctly in the CMake files:
  109. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/SDL2_INCLUDE_DIR
  110. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src
  111. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src
  112. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src
  113. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src
  114. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/base/SDL2_INCLUDE_DIR
  115. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/base
  116. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/base
  117. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/editor/SDL2_INCLUDE_DIR
  118. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/editor
  119. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic/SDL2_INCLUDE_DIR
  120. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  121. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  122. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  123. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  124. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  125. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  126. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic
  127. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic/text/SDL2_INCLUDE_DIR
  128. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/graphic/text
  129. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/io/SDL2_INCLUDE_DIR
  130. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/io
  131. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/logic/SDL2_INCLUDE_DIR
  132. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/logic
  133. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/sound/SDL2_INCLUDE_DIR
  134. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/sound
  135. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/ui_basic/SDL2_INCLUDE_DIR
  136. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/ui_basic
  137. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/website/SDL2_INCLUDE_DIR
  138. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/website
  139. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/website
  140. /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/wui/SDL2_INCLUDE_DIR
  141. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/wui
  142. used as include directory in directory /home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/src/wui
  143.  
  144. -- Configuring incomplete, errors occurred!
  145. See also "/home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/build/CMakeFiles/CMakeOutput.log".
  146. See also "/home/david/widelands_amazon_6762/widelands-0a481603a31ac0ae5150c6a45452e39c50ccb63e/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement