Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- debian@beaglebone:/opt/Native_SDK/build$ cmake -DPVR_WINDOW_SYSTEM=Wayland ..
- -- The C compiler identification is GNU 6.3.0
- -- The CXX compiler identification is GNU 6.3.0
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -DCMAKE_BUILD_TYPE not defined. Assuming Release
- -- GLM: Build with fast math optimizations
- GLM: GCC - GNU compiler
- CMake Warning at external/glm/src/CMakeLists.txt:282 (export):
- Cannot create package registry file:
- /home/debian/.cmake/packages/glm/bba4b94f86654d0544a6b436f3b94859
- Permission denied
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - not found
- -- Check if compiler accepts -pthread
- -- Check if compiler accepts -pthread - yes
- -- Found Threads: TRUE
- -- Performing Test COMPILER_SUPPORTS_FAST_MATH
- -- Performing Test COMPILER_SUPPORTS_FAST_MATH - Success
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
- -- Could NOT find WAYLAND_CLIENT (missing: WAYLAND_CLIENT_LIBRARIES WAYLAND_CLIENT_INCLUDE_DIR)
- -- Could NOT find WAYLAND_SERVER (missing: WAYLAND_SERVER_LIBRARIES WAYLAND_SERVER_INCLUDE_DIR)
- -- Could NOT find WAYLAND_EGL (missing: WAYLAND_EGL_LIBRARIES WAYLAND_EGL_INCLUDE_DIR)
- -- Could NOT find WAYLAND_CURSOR (missing: WAYLAND_CURSOR_LIBRARIES WAYLAND_CURSOR_INCLUDE_DIR)
- -- Could NOT find WAYLAND (missing: WAYLAND_LIBRARIES WAYLAND_INCLUDE_DIR)
- CMake Error at framework/PVRShell/CMakeLists.txt:123 (message):
- Wayland libraries could not be found. Please try setting:
- -DCMAKE_PREFIX_PATH pointing towards your Wayland libraries
- -- Configuring incomplete, errors occurred!
- See also "/opt/Native_SDK/build/CMakeFiles/CMakeOutput.log".
- See also "/opt/Native_SDK/build/CMakeFiles/CMakeError.log".
- debian@beaglebone:/opt/Native_SDK/build$ sudo cmake -DPVR_WINDOW_SYSTEM=Wayland ..
- -- GLM: Build with fast math optimizations
- GLM: GCC - GNU compiler
- -- Could NOT find WAYLAND_CLIENT (missing: WAYLAND_CLIENT_LIBRARIES WAYLAND_CLIENT_INCLUDE_DIR)
- -- Could NOT find WAYLAND_SERVER (missing: WAYLAND_SERVER_LIBRARIES WAYLAND_SERVER_INCLUDE_DIR)
- -- Could NOT find WAYLAND_EGL (missing: WAYLAND_EGL_LIBRARIES WAYLAND_EGL_INCLUDE_DIR)
- -- Could NOT find WAYLAND_CURSOR (missing: WAYLAND_CURSOR_LIBRARIES WAYLAND_CURSOR_INCLUDE_DIR)
- -- Could NOT find WAYLAND (missing: WAYLAND_LIBRARIES WAYLAND_INCLUDE_DIR)
- CMake Error at framework/PVRShell/CMakeLists.txt:123 (message):
- Wayland libraries could not be found. Please try setting:
- -DCMAKE_PREFIX_PATH pointing towards your Wayland libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement