Guest User

OpenVSP_log

a guest
Jul 13th, 2021
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.08 KB | None | 0 0
  1. Scanning dependencies of target GLEW
  2. [ 71%] Creating directories for 'GLEW'
  3. [ 72%] Performing download step (verify and extract) for 'GLEW'
  4. CMake Warning at GLEW-stamp/verify-GLEW.cmake:15 (message):
  5.   File will not be verified since no URL_HASH specified
  6.  
  7.  
  8. -- extracting...
  9.      src='/home/limajoaohenrique1/OpenVSP/repo/Libraries/glew-2.1.0.tgz'
  10.      dst='/home/limajoaohenrique1/OpenVSP/buildlibs/GLEW-prefix/src/GLEW'
  11. -- extracting... [tar xfz]
  12. -- extracting... [analysis]
  13. -- extracting... [rename]
  14. -- extracting... [clean up]
  15. -- extracting... done
  16. [ 73%] No update step for 'GLEW'
  17. [ 75%] Performing patch step for 'GLEW'
  18. [ 76%] Performing configure step for 'GLEW'
  19. -- The C compiler identification is GNU 10.2.1
  20. -- Detecting C compiler ABI info
  21. -- Detecting C compiler ABI info - done
  22. -- Check for working C compiler: /usr/bin/cc - skipped
  23. -- Detecting C compile features
  24. -- Detecting C compile features - done
  25. CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
  26.   Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  27.   available.  Run "cmake --help-policy CMP0072" for policy details.  Use the
  28.   cmake_policy command to set the policy and suppress this warning.
  29.  
  30.   FindOpenGL found both a legacy GL library:
  31.  
  32.     OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  33.  
  34.   and GLVND libraries for OpenGL and GLX:
  35.  
  36.     OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  37.     OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  38.  
  39.   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  40.   compatibility with CMake 3.10 and below the legacy GL library will be used.
  41. Call Stack (most recent call first):
  42.   CMakeLists.txt:20 (find_package)
  43. This warning is for project developers.  Use -Wno-dev to suppress it.
  44.  
  45. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so  
  46. -- Configuring done
  47. -- Generating done
  48. CMake Warning:
  49.   Manually-specified variables were not used by the project:
  50.  
  51.     CMAKE_CXX_FLAGS
  52.  
  53.  
  54. -- Build files have been written to: /home/limajoaohenrique1/OpenVSP/buildlibs/GLEW-prefix/src/GLEW-build
  55. [ 77%] Performing build step for 'GLEW'
  56. Scanning dependencies of target GLEWs
  57. [ 12%] Building C object CMakeFiles/GLEWs.dir/src/glew.c.o
  58. [ 25%] Linking C static library libGLEWs.a
  59. [ 25%] Built target GLEWs
  60. Scanning dependencies of target glewinfo
  61. [ 37%] Building C object CMakeFiles/glewinfo.dir/src/glewinfo.c.o
  62. [ 50%] Linking C executable glewinfo
  63. /usr/bin/ld: CMakeFiles/glewinfo.dir/src/glewinfo.c.o: undefined reference to symbol 'XDestroyWindow'
  64. /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line
  65. collect2: error: ld returned 1 exit status
  66. make[5]: *** [CMakeFiles/glewinfo.dir/build.make:106: glewinfo] Error 1
  67. make[4]: *** [CMakeFiles/Makefile2:129: CMakeFiles/glewinfo.dir/all] Error 2
  68. make[3]: *** [Makefile:160: all] Error 2
  69. make[2]: *** [CMakeFiles/GLEW.dir/build.make:132: GLEW-prefix/src/GLEW-stamp/GLEW-build] Error 2
  70. make[1]: *** [CMakeFiles/Makefile2:302: CMakeFiles/GLEW.dir/all] Error 2
  71. make: *** [Makefile:103: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment