Advertisement
silver2row

building Wayland and PVR_WINDOW?

Jan 30th, 2022
1,177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.98 KB | None | 0 0
  1.  
  2. debian@beaglebone:/opt/Native_SDK/build$ cmake -DPVR_WINDOW_SYSTEM=Wayland ..
  3. -- The C compiler identification is GNU 6.3.0
  4. -- The CXX compiler identification is GNU 6.3.0
  5. -- Check for working C compiler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -DCMAKE_BUILD_TYPE not defined. Assuming Release
  18. -- GLM: Build with fast math optimizations
  19. GLM: GCC - GNU compiler
  20. CMake Warning at external/glm/src/CMakeLists.txt:282 (export):
  21.   Cannot create package registry file:
  22.  
  23.     /home/debian/.cmake/packages/glm/bba4b94f86654d0544a6b436f3b94859
  24.  
  25.   Permission denied
  26.  
  27.  
  28.  
  29. -- Looking for pthread.h
  30. -- Looking for pthread.h - found
  31. -- Looking for pthread_create
  32. -- Looking for pthread_create - not found
  33. -- Check if compiler accepts -pthread
  34. -- Check if compiler accepts -pthread - yes
  35. -- Found Threads: TRUE
  36. -- Performing Test COMPILER_SUPPORTS_FAST_MATH
  37. -- Performing Test COMPILER_SUPPORTS_FAST_MATH - Success
  38. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29")
  39. -- Could NOT find WAYLAND_CLIENT (missing:  WAYLAND_CLIENT_LIBRARIES WAYLAND_CLIENT_INCLUDE_DIR)
  40. -- Could NOT find WAYLAND_SERVER (missing:  WAYLAND_SERVER_LIBRARIES WAYLAND_SERVER_INCLUDE_DIR)
  41. -- Could NOT find WAYLAND_EGL (missing:  WAYLAND_EGL_LIBRARIES WAYLAND_EGL_INCLUDE_DIR)
  42. -- Could NOT find WAYLAND_CURSOR (missing:  WAYLAND_CURSOR_LIBRARIES WAYLAND_CURSOR_INCLUDE_DIR)
  43. -- Could NOT find WAYLAND (missing:  WAYLAND_LIBRARIES WAYLAND_INCLUDE_DIR)
  44. CMake Error at framework/PVRShell/CMakeLists.txt:123 (message):
  45.   Wayland libraries could not be found.  Please try setting:
  46.   -DCMAKE_PREFIX_PATH pointing towards your Wayland libraries
  47.  
  48.  
  49. -- Configuring incomplete, errors occurred!
  50. See also "/opt/Native_SDK/build/CMakeFiles/CMakeOutput.log".
  51. See also "/opt/Native_SDK/build/CMakeFiles/CMakeError.log".
  52. debian@beaglebone:/opt/Native_SDK/build$ sudo cmake -DPVR_WINDOW_SYSTEM=Wayland ..
  53. -- GLM: Build with fast math optimizations
  54. GLM: GCC - GNU compiler
  55. -- Could NOT find WAYLAND_CLIENT (missing:  WAYLAND_CLIENT_LIBRARIES WAYLAND_CLIENT_INCLUDE_DIR)
  56. -- Could NOT find WAYLAND_SERVER (missing:  WAYLAND_SERVER_LIBRARIES WAYLAND_SERVER_INCLUDE_DIR)
  57. -- Could NOT find WAYLAND_EGL (missing:  WAYLAND_EGL_LIBRARIES WAYLAND_EGL_INCLUDE_DIR)
  58. -- Could NOT find WAYLAND_CURSOR (missing:  WAYLAND_CURSOR_LIBRARIES WAYLAND_CURSOR_INCLUDE_DIR)
  59. -- Could NOT find WAYLAND (missing:  WAYLAND_LIBRARIES WAYLAND_INCLUDE_DIR)
  60. CMake Error at framework/PVRShell/CMakeLists.txt:123 (message):
  61.   Wayland libraries could not be found.  Please try setting:
  62.   -DCMAKE_PREFIX_PATH pointing towards your Wayland libraries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement