Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Scanning dependencies of target GLEW
- [ 71%] Creating directories for 'GLEW'
- [ 72%] Performing download step (verify and extract) for 'GLEW'
- CMake Warning at GLEW-stamp/verify-GLEW.cmake:15 (message):
- File will not be verified since no URL_HASH specified
- -- extracting...
- src='/home/limajoaohenrique1/OpenVSP/repo/Libraries/glew-2.1.0.tgz'
- dst='/home/limajoaohenrique1/OpenVSP/buildlibs/GLEW-prefix/src/GLEW'
- -- extracting... [tar xfz]
- -- extracting... [analysis]
- -- extracting... [rename]
- -- extracting... [clean up]
- -- extracting... done
- [ 73%] No update step for 'GLEW'
- [ 75%] Performing patch step for 'GLEW'
- [ 76%] Performing configure step for 'GLEW'
- -- The C compiler identification is GNU 10.2.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindOpenGL.cmake:305 (message):
- Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
- available. Run "cmake --help-policy CMP0072" for policy details. Use the
- cmake_policy command to set the policy and suppress this warning.
- FindOpenGL found both a legacy GL library:
- OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
- and GLVND libraries for OpenGL and GLX:
- OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
- OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
- OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
- compatibility with CMake 3.10 and below the legacy GL library will be used.
- Call Stack (most recent call first):
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
- -- Configuring done
- -- Generating done
- CMake Warning:
- Manually-specified variables were not used by the project:
- CMAKE_CXX_FLAGS
- -- Build files have been written to: /home/limajoaohenrique1/OpenVSP/buildlibs/GLEW-prefix/src/GLEW-build
- [ 77%] Performing build step for 'GLEW'
- Scanning dependencies of target GLEWs
- [ 12%] Building C object CMakeFiles/GLEWs.dir/src/glew.c.o
- [ 25%] Linking C static library libGLEWs.a
- [ 25%] Built target GLEWs
- Scanning dependencies of target glewinfo
- [ 37%] Building C object CMakeFiles/glewinfo.dir/src/glewinfo.c.o
- [ 50%] Linking C executable glewinfo
- /usr/bin/ld: CMakeFiles/glewinfo.dir/src/glewinfo.c.o: undefined reference to symbol 'XDestroyWindow'
- /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line
- collect2: error: ld returned 1 exit status
- make[5]: *** [CMakeFiles/glewinfo.dir/build.make:106: glewinfo] Error 1
- make[4]: *** [CMakeFiles/Makefile2:129: CMakeFiles/glewinfo.dir/all] Error 2
- make[3]: *** [Makefile:160: all] Error 2
- make[2]: *** [CMakeFiles/GLEW.dir/build.make:132: GLEW-prefix/src/GLEW-stamp/GLEW-build] Error 2
- make[1]: *** [CMakeFiles/Makefile2:302: CMakeFiles/GLEW.dir/all] Error 2
- make: *** [Makefile:103: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment