Advertisement
Guest User

Untitled

a guest
Oct 5th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 32.51 KB | None | 0 0
  1.  
  2.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  cmake .. -DCMAKE_RELEASE_TYPE=Debug
  3. -- The C compiler identification is GNU 10.2.1
  4. -- The CXX compiler identification is GNU 10.2.1
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working C compiler: /usr/bin/cc - skipped
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Creating a Linux Debug build.
  16. -- LIBS_TO_BUILD="glad;glfw"
  17. -- LIBS_TO_BUILD_EXTERNAL="external_glad;external_glfw"
  18. -- ---> bsIncludeLib
  19. -- Included lib_glad.cmake.
  20. CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindOpenGL.cmake:315 (message):
  21.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  22.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  23.   cmake_policy command to set the policy and suppress this warning.
  24.  
  25.   FindOpenGL found both a legacy GL library:
  26.  
  27.     OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  28.  
  29.   and GLVND libraries for OpenGL and GLX:
  30.  
  31.     OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  32.     OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  33.  
  34.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  35.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  36. Call Stack (most recent call first):
  37.   tools/cmake/modules/lib_glad.cmake:9 (find_package)
  38.   tools/cmake/tools.cmake:25 (include)
  39.   tools/cmake/tools.cmake:6 (bsIncludeLib)
  40.   CMakeLists.txt:66 (bsBuildExternalProjects)
  41. This warning is for project developers.  Use -Wno-dev to suppress it.
  42.  
  43. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  
  44. -- Found X11: /usr/include  
  45. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  46. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  47. -- Looking for gethostbyname
  48. -- Looking for gethostbyname - found
  49. -- Looking for connect
  50. -- Looking for connect - found
  51. -- Looking for remove
  52. -- Looking for remove - found
  53. -- Looking for shmat
  54. -- Looking for shmat - found
  55. -- Looking for IceConnectionNumber in ICE
  56. -- Looking for IceConnectionNumber in ICE - found
  57. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  58. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  59. -- Looking for pthread_create in pthreads
  60. -- Looking for pthread_create in pthreads - not found
  61. -- Looking for pthread_create in pthread
  62. -- Looking for pthread_create in pthread - found
  63. -- Found Threads: TRUE  
  64. -- Check if compiler accepts -pthread
  65. -- Check if compiler accepts -pthread - yes
  66. -- /usr/lib/X11=""
  67. -- Building example WITH_LIB_GLAD_EXAMPLE_CBASIC
  68. -- LIB_GLAD_INC_PAH="" ; LIB_GLAD_LIB_PATH="/usr/lib/;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;/home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib;/usr/lib/X11" ; LIB_GLAD_STATIC_LIBS="m;rt;dl;dl;glut;glad;OpenGL::GL;Threads::Threads;X11::X11;X11::Xxf86vm;X11::Xi;X11::Xrandr;X11::Xcursor;X11::Xinerama"
  69. -- ---> bsIncludeLib
  70. -- Building example WITH_LIB_GLFW_EXAMPLE_CBASIC
  71. -- Configuring done
  72. -- Generating done
  73. -- Build files have been written to: /home/stuv/projects/programming/cpp/bsAllrounder/build
  74.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  make
  75. [  4%] Creating directories for 'external_glad'
  76. [  9%] Performing download step (git clone) for 'external_glad'
  77. Klone nach 'glad-src' ...
  78. remote: Enumerating objects: 1090, done.        
  79. remote: Counting objects: 100% (1090/1090), done.        
  80. remote: Compressing objects: 100% (694/694), done.        
  81. remote: Total 1090 (delta 413), reused 695 (delta 214), pack-reused 0        
  82. Empfange Objekte: 100% (1090/1090), 1.72 MiB | 93.00 KiB/s, fertig.
  83. Löse Unterschiede auf: 100% (413/413), fertig.
  84. HEAD ist jetzt bei 6d1f1fe setup: Bumped version: 0.1.29.
  85. [ 13%] Performing update step for 'external_glad'
  86. [ 18%] No patch step for 'external_glad'
  87. [ 22%] Performing configure step for 'external_glad'
  88. -- The C compiler identification is GNU 10.2.1
  89. -- Detecting C compiler ABI info
  90. -- Detecting C compiler ABI info - done
  91. -- Check for working C compiler: /usr/bin/cc - skipped
  92. -- Detecting C compile features
  93. -- Detecting C compile features - done
  94. -- Found PythonInterp: /usr/bin/python (found version "2.7.18")
  95. -- Configuring done
  96. -- Generating done
  97. -- Build files have been written to: /home/stuv/projects/programming/cpp/bsAllrounder/build/glad/src/external_glad-build
  98. [ 27%] Performing build step for 'external_glad'
  99. [ 25%] Generating GLAD
  100. [10/05/2022 21:32:27][INFO  ][glad      ]: downloading latest 'gl' specification
  101. [10/05/2022 21:32:27][INFO  ][glad.opener   ]: opening: 'https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml'
  102. [10/05/2022 21:32:28][INFO  ][glad      ]: generating 'gl' bindings
  103. [10/05/2022 21:32:28][INFO  ][glad.opener   ]: saving: 'https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/master/api/KHR/khrplatform.h' to '/home/stuv/projects/programming/cpp/bsAllrounder/build/glad/src/external_glad-build/include/KHR/khrplatform.h'
  104. [10/05/2022 21:32:28][INFO  ][glad      ]: generating 'gl' bindings - done
  105. [ 25%] Built target glad-generate-files
  106. [ 50%] Building C object CMakeFiles/glad.dir/src/glad.c.o
  107. [ 75%] Linking C static library libglad.a
  108. [100%] Built target glad
  109. [ 31%] Performing install step for 'external_glad'
  110. [ 25%] Built target glad-generate-files
  111. [100%] Built target glad
  112. Install the project...
  113. -- Install configuration: "Debug"
  114. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/libglad.a
  115. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include
  116. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/glad
  117. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/glad/glad.h
  118. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/KHR
  119. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/KHR/khrplatform.h
  120. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladConfig.cmake
  121. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladConfigVersion.cmake
  122. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladTargets.cmake
  123. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladTargets-debug.cmake
  124. [ 36%] Completed 'external_glad'
  125. [ 36%] Built target external_glad
  126. [ 40%] Building C object CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/source/examples/glad/basic/basic.c.o
  127. [ 45%] Linking C executable glad-basic_debug
  128. /usr/bin/ld: cannot find -lglad
  129. collect2: error: ld returned 1 exit status
  130. make[2]: *** [CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/build.make:108: glad-basic_debug] Fehler 1
  131. make[1]: *** [CMakeFiles/Makefile2:117: CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/all] Fehler 2
  132. make: *** [Makefile:136: all] Fehler 2
  133.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  2  rm -rf ./*
  134.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  cmake .. -DCMAKE_RELEASE_TYPE=Debug
  135. -- The C compiler identification is GNU 10.2.1
  136. -- The CXX compiler identification is GNU 10.2.1
  137. -- Detecting C compiler ABI info
  138. -- Detecting C compiler ABI info - done
  139. -- Check for working C compiler: /usr/bin/cc - skipped
  140. -- Detecting C compile features
  141. -- Detecting C compile features - done
  142. -- Detecting CXX compiler ABI info
  143. -- Detecting CXX compiler ABI info - done
  144. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  145. -- Detecting CXX compile features
  146. -- Detecting CXX compile features - done
  147. -- Creating a Linux Debug build.
  148. -- LIBS_TO_BUILD="glad;glfw"
  149. -- LIBS_TO_BUILD_EXTERNAL="external_glad;external_glfw"
  150. -- ---> bsIncludeLib
  151. -- Included lib_glad.cmake.
  152. CMake Warning (dev) at /usr/local/share/cmake-3.24/Modules/FindOpenGL.cmake:315 (message):
  153.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  154.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  155.   cmake_policy command to set the policy and suppress this warning.
  156.  
  157.   FindOpenGL found both a legacy GL library:
  158.  
  159.     OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  160.  
  161.   and GLVND libraries for OpenGL and GLX:
  162.  
  163.     OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  164.     OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  165.  
  166.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  167.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  168. Call Stack (most recent call first):
  169.   tools/cmake/modules/lib_glad.cmake:9 (find_package)
  170.   tools/cmake/tools.cmake:25 (include)
  171.   tools/cmake/tools.cmake:6 (bsIncludeLib)
  172.   CMakeLists.txt:66 (bsBuildExternalProjects)
  173. This warning is for project developers.  Use -Wno-dev to suppress it.
  174.  
  175. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  
  176. -- Found X11: /usr/include  
  177. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  178. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  179. -- Looking for gethostbyname
  180. -- Looking for gethostbyname - found
  181. -- Looking for connect
  182. -- Looking for connect - found
  183. -- Looking for remove
  184. -- Looking for remove - found
  185. -- Looking for shmat
  186. -- Looking for shmat - found
  187. -- Looking for IceConnectionNumber in ICE
  188. -- Looking for IceConnectionNumber in ICE - found
  189. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  190. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  191. -- Looking for pthread_create in pthreads
  192. -- Looking for pthread_create in pthreads - not found
  193. -- Looking for pthread_create in pthread
  194. -- Looking for pthread_create in pthread - found
  195. -- Found Threads: TRUE  
  196. -- Check if compiler accepts -pthread
  197. -- Check if compiler accepts -pthread - yes
  198. -- /usr/lib/X11=""
  199. -- Building example WITH_LIB_GLAD_EXAMPLE_CBASIC
  200. -- LIB_GLAD_INC_PAH="" ; LIB_GLAD_LIB_PATH="/usr/lib/;/usr/lib/x86_64-linux-gnu/libSM.so;/usr/lib/x86_64-linux-gnu/libICE.so;/usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libGL.so;/usr/lib/x86_64-linux-gnu/libGLU.so;/home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib;/usr/lib/X11" ; LIB_GLAD_STATIC_LIBS="m;rt;dl;dl;glut;glad;OpenGL::GL;Threads::Threads;X11::X11;X11::Xxf86vm;X11::Xi;X11::Xrandr;X11::Xcursor;X11::Xinerama"
  201. -- ---> bsIncludeLib
  202. -- Building example WITH_LIB_GLFW_EXAMPLE_CBASIC
  203. -- Configuring done
  204. -- Generating done
  205. -- Build files have been written to: /home/stuv/projects/programming/cpp/bsAllrounder/build
  206.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  make -j19
  207. [  4%] Creating directories for 'external_glad'
  208. [  9%] Building C object CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/source/examples/glad/basic/basic.c.o
  209. [ 13%] Creating directories for 'external_glfw'
  210. [ 18%] Performing download step (git clone) for 'external_glad'
  211. [ 22%] Performing download step (git clone) for 'external_glfw'
  212. Klone nach 'glad-src' ...
  213. Klone nach 'external_glfw' ...
  214. [ 27%] Linking C executable LIB_GLAD_EXAMPLE_CBASIC
  215. /usr/bin/ld: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/libglad.a(glad.c.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
  216. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
  217. collect2: error: ld returned 1 exit status
  218. make[2]: *** [CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/build.make:108: LIB_GLAD_EXAMPLE_CBASIC] Fehler 1
  219. make[1]: *** [CMakeFiles/Makefile2:117: CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/all] Fehler 2
  220. make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
  221. remote: Enumerating objects: 2409, done.        
  222. remote: Counting objects: 100% (2409/2409), done.        
  223. remote: Enumerating objects: 1090, done.            
  224. remote: Counting objects: 100% (1090/1090), done.        
  225. remote: Compressing objects: 100% (1532/1532), done.        
  226. remote: Compressing objects: 100% (694/694), done.        
  227. remote: Total 1090 (delta 413), reused 695 (delta 214), pack-reused 0        
  228. Empfange Objekte: 100% (1090/1090), 1.72 MiB | 2.87 MiB/s, fertig.
  229. Löse Unterschiede auf: 100% (413/413), fertig.
  230. HEAD ist jetzt bei 6d1f1fe setup: Bumped version: 0.1.29.
  231. [ 31%] Performing update step for 'external_glad'
  232. [ 36%] No patch step for 'external_glad'
  233. [ 40%] Performing configure step for 'external_glad'
  234. -- The C compiler identification is GNU 10.2.1
  235. -- Detecting C compiler ABI info
  236. -- Detecting C compiler ABI info - done
  237. -- Check for working C compiler: /usr/bin/cc - skipped
  238. -- Detecting C compile features
  239. -- Detecting C compile features - done
  240. -- Found PythonInterp: /usr/bin/python (found version "2.7.18")
  241. -- Configuring done
  242. -- Generating done
  243. -- Build files have been written to: /home/stuv/projects/programming/cpp/bsAllrounder/build/glad/src/external_glad-build
  244. [ 45%] Performing build step for 'external_glad'
  245. [ 25%] Generating GLAD (434/2409), 260.00 KiB | 501.00 KiB/s
  246. [10/05/2022 21:33:32][INFO9/2409][glad    KiB | ]: downloading latest 'gl' specification
  247. [10/05/2022 21:33:32][INFO  ][glad.opener   ]: opening: 'https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/master/xml/gl.xml'
  248. [10/05/2022 21:33:32][INFO5/2409][glad    KiB | ]: generating 'gl' bindings
  249. [10/05/2022 21:33:32][INFO7/2409][glad.opener | ]: saving: 'https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/master/api/KHR/khrplatform.h' to '/home/stuv/projects/programming/cpp/bsAllrounder/build/glad/src/external_glad-build/include/KHR/khrplatform.h'
  250. [10/05/2022 21:33:33][INFO2/2409][glad    KiB | ]: generating 'gl' bindings - done
  251. [ 25%] Built target glad-generate-files
  252. [ 50%] Building C object CMakeFiles/glad.dir/src/glad.c.os  
  253. [ 75%] Linking C static library libglad.aiB | 702.00 KiB/s
  254. [100%] Built target glad
  255. [ 50%] Performing install step for 'external_glad'00 KiB/s
  256. make[3]: warning: -j20 forced in submake: resetting jobserver mode.
  257. [ 25%] Built target glad-generate-files
  258. [100%] Built target glad
  259. Install the project...
  260. -- Install configuration: ""
  261. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/libglad.a
  262. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include
  263. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/glad
  264. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/glad/glad.h
  265. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/KHR
  266. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/include/KHR/khrplatform.h
  267. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladConfig.cmake
  268. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladConfigVersion.cmake
  269. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladTargets.cmake
  270. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/cmake/glad/gladTargets-noconfig.cmake
  271. [ 54%] Completed 'external_glad'
  272. [ 54%] Built target external_glad), 1.05 MiB | 702.00 KiB/s
  273. remote: Total 2409 (delta 1880), reused 1177 (delta 823), pack-reused 0        
  274. Empfange Objekte: 100% (2409/2409), 2.75 MiB | 1.01 MiB/s, fertig.
  275. Löse Unterschiede auf: 100% (1880/1880), fertig.
  276. HEAD ist jetzt bei 999f355 Documentation work
  277. [ 59%] Performing update step for 'external_glfw'
  278. [ 63%] No patch step for 'external_glfw'
  279. [ 68%] Performing configure step for 'external_glfw'
  280. -- The C compiler identification is GNU 10.2.1
  281. -- Detecting C compiler ABI info
  282. -- Detecting C compiler ABI info - done
  283. -- Check for working C compiler: /usr/bin/cc - skipped
  284. -- Detecting C compile features
  285. -- Detecting C compile features - done
  286. CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
  287.   The OLD behavior for policy CMP0042 will be removed from a future version
  288.   of CMake.
  289.  
  290.   The cmake-policies(7) manual explains that the OLD behaviors of all
  291.   policies are deprecated and that a policy should be set to OLD only under
  292.   specific short-term circumstances.  Projects should be ported to the NEW
  293.   behavior and not rely on setting a policy to OLD.
  294.  
  295.  
  296. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  297. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  298. -- Looking for pthread_create in pthreads
  299. -- Looking for pthread_create in pthreads - not found
  300. -- Looking for pthread_create in pthread
  301. -- Looking for pthread_create in pthread - found
  302. -- Found Threads: TRUE  
  303. -- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so  
  304. -- Found Doxygen: /usr/bin/doxygen (found version "1.9.1") found components: doxygen
  305. -- Using X11 for window creation
  306. -- Found X11: /usr/include  
  307. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  308. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  309. -- Looking for gethostbyname
  310. -- Looking for gethostbyname - found
  311. -- Looking for connect
  312. -- Looking for connect - found
  313. -- Looking for remove
  314. -- Looking for remove - found
  315. -- Looking for shmat
  316. -- Looking for shmat - found
  317. -- Looking for IceConnectionNumber in ICE
  318. -- Looking for IceConnectionNumber in ICE - found
  319. -- Configuring done
  320. -- Generating done
  321. -- Build files have been written to: /home/stuv/projects/programming/cpp/bsAllrounder/build/glfw/src/external_glfw-build
  322. [ 72%] Performing build step for 'external_glfw'
  323. [  1%] Generating HTML documentation
  324. [  2%] Building C object src/CMakeFiles/glfw.dir/context.c.o
  325. [  4%] Building C object src/CMakeFiles/glfw.dir/init.c.o
  326. [  4%] Building C object src/CMakeFiles/glfw.dir/input.c.o
  327. [  4%] Building C object src/CMakeFiles/glfw.dir/vulkan.c.o
  328. [  6%] Building C object src/CMakeFiles/glfw.dir/monitor.c.o
  329. [  6%] Building C object src/CMakeFiles/glfw.dir/window.c.o
  330. [  7%] Building C object src/CMakeFiles/glfw.dir/x11_init.c.o
  331. [  8%] Building C object src/CMakeFiles/glfw.dir/x11_monitor.c.o
  332. [  9%] Building C object src/CMakeFiles/glfw.dir/x11_window.c.o
  333. [ 11%] Building C object src/CMakeFiles/glfw.dir/posix_time.c.o
  334. [ 11%] Building C object src/CMakeFiles/glfw.dir/xkb_unicode.c.o
  335. [ 12%] Building C object src/CMakeFiles/glfw.dir/linux_joystick.c.o
  336. [ 13%] Building C object src/CMakeFiles/glfw.dir/posix_tls.c.o
  337. [ 14%] Building C object src/CMakeFiles/glfw.dir/glx_context.c.o
  338. [ 15%] Building C object src/CMakeFiles/glfw.dir/egl_context.c.o
  339. warning: Tag 'TCL_SUBST' at line 213 of file 'Doxyfile' has become obsolete.
  340.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  341. warning: Tag 'COLS_IN_ALPHA_INDEX' at line 858 of file 'Doxyfile' has become obsolete.
  342.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  343. warning: Tag 'PERL_PATH' at line 1635 of file 'Doxyfile' has become obsolete.
  344.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  345. warning: Tag 'MSCGEN_PATH' at line 1656 of file 'Doxyfile' has become obsolete.
  346.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  347. /home/stuv/projects/programming/cpp/bsAllrounder/build/glfw/src/external_glfw/src/linux_joystick.c: In function ‘_glfwInitJoysticksLinux’:
  348. /home/stuv/projects/programming/cpp/bsAllrounder/build/glfw/src/external_glfw/src/linux_joystick.c:224:46: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 19 [-Wformat-truncation=]
  349.   224 |             snprintf(path, sizeof(path), "%s/%s", dirname, entry->d_name);
  350.       |                                              ^~
  351. /home/stuv/projects/programming/cpp/bsAllrounder/build/glfw/src/external_glfw/src/linux_joystick.c:224:13: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 20
  352.   224 |             snprintf(path, sizeof(path), "%s/%s", dirname, entry->d_name);
  353.       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  354. [ 16%] Linking C static library libglfw3.a
  355. [ 16%] Built target glfw
  356. [ 17%] Building C object examples/CMakeFiles/boing.dir/boing.c.o
  357. [ 18%] Building C object examples/CMakeFiles/heightmap.dir/heightmap.c.o
  358. [ 18%] Building C object examples/CMakeFiles/gears.dir/gears.c.o
  359. [ 20%] Building C object examples/CMakeFiles/particles.dir/particles.c.o
  360. [ 20%] Building C object examples/CMakeFiles/splitview.dir/splitview.c.o
  361. [ 22%] Building C object examples/CMakeFiles/simple.dir/simple.c.o
  362. [ 22%] Building C object examples/CMakeFiles/wave.dir/wave.c.o
  363. [ 22%] Building C object tests/CMakeFiles/events.dir/events.c.o
  364. [ 24%] Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.o
  365. [ 24%] Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.o
  366. [ 25%] Building C object tests/CMakeFiles/gamma.dir/gamma.c.o
  367. [ 27%] Building C object tests/CMakeFiles/reopen.dir/reopen.c.o
  368. [ 27%] Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o
  369. [ 28%] Building C object tests/CMakeFiles/empty.dir/empty.c.o
  370. [ 29%] Building C object tests/CMakeFiles/msaa.dir/msaa.c.o
  371. [ 30%] Building C object tests/CMakeFiles/iconify.dir/iconify.c.o
  372. [ 31%] Building C object tests/CMakeFiles/monitors.dir/monitors.c.o
  373. [ 32%] Building C object tests/CMakeFiles/cursor.dir/cursor.c.o
  374. [ 33%] Building C object tests/CMakeFiles/reopen.dir/__/deps/glad.c.o
  375. [ 34%] Building C object tests/CMakeFiles/gamma.dir/__/deps/getopt.c.o
  376. [ 38%] Building C object tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o
  377. [ 38%] Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o
  378. [ 38%] Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o
  379. [ 38%] Building C object tests/CMakeFiles/joysticks.dir/__/deps/glad.c.o
  380. [ 39%] Building C object tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o
  381. [ 40%] Building C object examples/CMakeFiles/simple.dir/__/deps/glad.c.o
  382. [ 41%] Building C object examples/CMakeFiles/gears.dir/__/deps/glad.c.o
  383. [ 42%] Building C object tests/CMakeFiles/cursor.dir/__/deps/glad.c.o
  384. [ 44%] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o
  385. [ 44%] Building C object examples/CMakeFiles/heightmap.dir/__/deps/glad.c.o
  386. [ 45%] Building C object examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o
  387. [ 45%] Building C object tests/CMakeFiles/monitors.dir/__/deps/glad.c.o
  388. [ 46%] Building C object examples/CMakeFiles/splitview.dir/__/deps/glad.c.o
  389. [ 47%] Building C object tests/CMakeFiles/gamma.dir/__/deps/glad.c.o
  390. [ 48%] Building C object examples/CMakeFiles/boing.dir/__/deps/glad.c.o
  391. [ 49%] Building C object tests/CMakeFiles/iconify.dir/__/deps/glad.c.o
  392. [ 51%] Building C object tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o
  393. [ 51%] Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.o
  394. [ 52%] Building C object tests/CMakeFiles/clipboard.dir/__/deps/glad.c.o
  395. [ 53%] Building C object examples/CMakeFiles/wave.dir/__/deps/glad.c.o
  396. [ 54%] Building C object tests/CMakeFiles/msaa.dir/__/deps/glad.c.o
  397. [ 56%] Built target docs
  398. [ 56%] Building C object tests/CMakeFiles/events.dir/__/deps/glad.c.o
  399. [ 56%] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad.c.o
  400. [ 57%] Building C object examples/CMakeFiles/particles.dir/__/deps/getopt.c.o
  401. [ 58%] Building C object tests/CMakeFiles/empty.dir/__/deps/glad.c.o
  402. [ 59%] Building C object tests/CMakeFiles/icon.dir/icon.c.o
  403. [ 62%] Building C object examples/CMakeFiles/particles.dir/__/deps/glad.c.o
  404. [ 62%] Linking C executable joysticks
  405. [ 62%] Linking C executable reopen
  406. [ 63%] Linking C executable gears
  407. [ 64%] Linking C executable simple
  408. [ 65%] Linking C executable cursor
  409. [ 67%] Linking C executable monitors
  410. [ 67%] Linking C executable heightmap
  411. [ 68%] Linking C executable boing
  412. [ 69%] Linking C executable gamma
  413. [ 70%] Linking C executable clipboard
  414. [ 71%] Linking C executable iconify
  415. [ 72%] Building C object tests/CMakeFiles/icon.dir/__/deps/glad.c.o
  416. [ 73%] Linking C executable splitview
  417. [ 75%] Linking C executable wave
  418. [ 75%] Linking C executable events
  419. [ 76%] Linking C executable msaa
  420. [ 76%] Linking C executable glfwinfo
  421. [ 76%] Built target joysticks
  422. [ 77%] Linking C executable empty
  423. [ 78%] Building C object tests/CMakeFiles/sharing.dir/sharing.c.o
  424. [ 78%] Built target clipboard
  425. [ 78%] Built target gamma
  426. [ 78%] Built target gears
  427. [ 78%] Built target simple
  428. [ 78%] Built target iconify
  429. [ 78%] Built target reopen
  430. [ 79%] Linking C executable particles
  431. [ 79%] Building C object tests/CMakeFiles/sharing.dir/__/deps/glad.c.o
  432. [ 79%] Built target monitors
  433. [ 80%] Building C object tests/CMakeFiles/tearing.dir/tearing.c.o
  434. [ 80%] Built target cursor
  435. [ 83%] Building C object tests/CMakeFiles/windows.dir/windows.c.o
  436. [ 83%] Built target msaa
  437. [ 83%] Built target boing
  438. [ 82%] Building C object tests/CMakeFiles/threads.dir/threads.c.o
  439. [ 84%] Building C object tests/CMakeFiles/timeout.dir/timeout.c.o
  440. [ 84%] Building C object tests/CMakeFiles/tearing.dir/__/deps/getopt.c.o
  441. [ 86%] Building C object tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o
  442. [ 86%] Building C object tests/CMakeFiles/tearing.dir/__/deps/glad.c.o
  443. [ 87%] Building C object tests/CMakeFiles/vulkan.dir/vulkan.c.o
  444. [ 87%] Built target wave
  445. [ 88%] Built target heightmap
  446. [ 88%] Building C object tests/CMakeFiles/threads.dir/__/deps/glad.c.o
  447. [ 88%] Built target splitview
  448. [ 90%] Building C object tests/CMakeFiles/timeout.dir/__/deps/glad.c.o
  449. [ 90%] Linking C executable icon
  450. [ 91%] Building C object tests/CMakeFiles/title.dir/title.c.o
  451. [ 92%] Building C object tests/CMakeFiles/windows.dir/__/deps/getopt.c.o
  452. [ 92%] Built target glfwinfo
  453. [ 92%] Built target events
  454. [ 94%] Building C object tests/CMakeFiles/windows.dir/__/deps/glad.c.o
  455. [ 94%] Building C object tests/CMakeFiles/title.dir/__/deps/glad.c.o
  456. [ 94%] Built target empty
  457. [ 94%] Built target particles
  458. [ 95%] Linking C executable tearing
  459. [ 95%] Built target icon
  460. [ 96%] Linking C executable timeout
  461. [ 96%] Linking C executable threads
  462. [ 97%] Linking C executable sharing
  463. [ 98%] Linking C executable windows
  464. [ 99%] Linking C executable title
  465. [ 99%] Built target tearing
  466. [100%] Linking C executable vulkan
  467. [100%] Built target timeout
  468. [100%] Built target threads
  469. [100%] Built target sharing
  470. [100%] Built target windows
  471. [100%] Built target title
  472. [100%] Built target vulkan
  473. [ 77%] Performing install step for 'external_glfw'
  474. make[3]: warning: -j20 forced in submake: resetting jobserver mode.
  475. [  1%] Generating HTML documentation
  476. [ 16%] Built target glfw
  477. warning: Tag 'TCL_SUBST' at line 213 of file 'Doxyfile' has become obsolete.
  478.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  479. warning: Tag 'COLS_IN_ALPHA_INDEX' at line 858 of file 'Doxyfile' has become obsolete.
  480.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  481. warning: Tag 'PERL_PATH' at line 1635 of file 'Doxyfile' has become obsolete.
  482.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  483. warning: Tag 'MSCGEN_PATH' at line 1656 of file 'Doxyfile' has become obsolete.
  484.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  485. [ 18%] Built target boing
  486. [ 23%] Built target heightmap
  487. [ 27%] Built target splitview
  488. [ 28%] Built target simple
  489. [ 33%] Built target gears
  490. [ 40%] Built target clipboard
  491. [ 40%] Built target wave
  492. [ 61%] Built target joysticks
  493. [ 61%] Built target glfwinfo
  494. [ 68%] Built target reopen
  495. [ 68%] Built target iconify
  496. [ 51%] Built target particles
  497. [ 55%] Built target events
  498. [ 69%] Built target gamma
  499. [ 74%] Built target cursor
  500. [ 74%] Built target msaa
  501. [ 74%] Built target monitors
  502. [ 75%] Built target icon
  503. [ 79%] Built target empty
  504. [ 81%] Built target sharing
  505. [ 84%] Built target timeout
  506. [ 86%] Built target vulkan
  507. [ 91%] Built target windows
  508. [ 93%] Built target title
  509. [ 96%] Built target threads
  510. [100%] Built target tearing
  511. [100%] Built target docs
  512. Install the project...
  513. -- Install configuration: ""
  514. -- Up-to-date: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/include/GLFW
  515. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/include/GLFW/glfw3.h
  516. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/include/GLFW/glfw3native.h
  517. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/cmake/glfw3/glfw3Config.cmake
  518. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/cmake/glfw3/glfw3ConfigVersion.cmake
  519. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/cmake/glfw3/glfw3Targets.cmake
  520. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/cmake/glfw3/glfw3Targets-noconfig.cmake
  521. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/pkgconfig/glfw3.pc
  522. -- Installing: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glfw/lib/libglfw3.a
  523. [ 81%] Completed 'external_glfw'
  524. [ 81%] Built target external_glfw
  525. make: *** [Makefile:136: all] Fehler 2
  526.  stuv   master U:6 ?:1  ~/projects/programming/cpp/bsAllrounder/build  2  make -j19 | grep error
  527. CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
  528.   The OLD behavior for policy CMP0042 will be removed from a future version
  529.   of CMake.
  530.  
  531.   The cmake-policies(7) manual explains that the OLD behaviors of all
  532.   policies are deprecated and that a policy should be set to OLD only under
  533.   specific short-term circumstances.  Projects should be ported to the NEW
  534.   behavior and not rely on setting a policy to OLD.
  535.  
  536.  
  537. make[3]: warning: -j20 forced in submake: resetting jobserver mode.
  538. /usr/bin/ld: /home/stuv/projects/programming/cpp/bsAllrounder/out/Debug/lib/glad/lib/libglad.a(glad.c.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
  539. /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
  540. collect2: error: ld returned 1 exit status
  541. make[2]: *** [CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/build.make:108: LIB_GLAD_EXAMPLE_CBASIC] Fehler 1
  542. make[1]: *** [CMakeFiles/Makefile2:117: CMakeFiles/LIB_GLAD_EXAMPLE_CBASIC.dir/all] Fehler 2
  543. make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet....
  544. warning: Tag 'TCL_SUBST' at line 213 of file 'Doxyfile' has become obsolete.
  545.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  546. warning: Tag 'COLS_IN_ALPHA_INDEX' at line 858 of file 'Doxyfile' has become obsolete.
  547.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  548. warning: Tag 'PERL_PATH' at line 1635 of file 'Doxyfile' has become obsolete.
  549.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  550. warning: Tag 'MSCGEN_PATH' at line 1656 of file 'Doxyfile' has become obsolete.
  551.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  552. make[3]: warning: -j20 forced in submake: resetting jobserver mode.
  553. warning: Tag 'TCL_SUBST' at line 213 of file 'Doxyfile' has become obsolete.
  554.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  555. warning: Tag 'COLS_IN_ALPHA_INDEX' at line 858 of file 'Doxyfile' has become obsolete.
  556.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  557. warning: Tag 'PERL_PATH' at line 1635 of file 'Doxyfile' has become obsolete.
  558.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  559. warning: Tag 'MSCGEN_PATH' at line 1656 of file 'Doxyfile' has become obsolete.
  560.          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
  561. make: *** [Makefile:136: all] Fehler 2
  562.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement