Patola

failures of openmw-vr compilation

Jun 21st, 2022
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. -- Build files have been written to: /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build
  2. ninja: Entering directory `build'
  3. [144/1601] cd /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/components && /usr/bin/cmake -DGIT_EXECUTABLE=/usr/sbin/git -DPROJECT_SOURCE_DIR=/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components -DVE...a/.cache/paru/clone/openmw-vr-git/src/openmw/cmake/OpenMWMacros.cmake -DCMAKE_CONFIGURATION_TYPES= -Dgenerator_is_multi_config_var=0 -P /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/../cmake/GitVersion.cmake
  4. -- OpenMW version 0.48.0
  5. [230/1601] Building CXX object components/CMakeFiles/components.dir/sceneutil/color.cpp.o
  6. FAILED: components/CMakeFiles/components.dir/sceneutil/color.cpp.o
  7. /usr/sbin/clang++ -DBOOST_NO_CXX11_SCOPED_ENUMS=ON -DBT_USE_DOUBLE_PRECISION -DGLOBAL_CONFIG_PATH=\"/etc\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DMYGUI_DONT_REPLACE_NULLPTR -D__STDC_CONSTANT_MACROS -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/components -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/extern/fetched/recastnavigation/DebugUtils/Include -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/extern/fetched/recastnavigation/Recast/Include -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/extern/fetched/recastnavigation/Detour/Include -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/extern/fetched/recastnavigation/DetourTileCache/Include -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/extern/Base64/. -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/extern/smhasher/. -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/_deps/openxr-src/include -I/home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/_deps/openxr-build/include -isystem /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/extern/sol_config -isystem /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/extern/sol3.2.2 -isystem /usr/include/luajit-2.1 -isystem /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/build/extern/fetched/bullet/src -isystem /usr/include/AL -isystem /usr/include/MYGUI -isystem /usr/include/SDL2 -isystem /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/. -Wall -Wextra -Wundef -Wno-unused-parameter -pedantic -Wno-long-long -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wno-potentially-evaluated-expression -O2 -g -DNDEBUG -fPIC -DXR_USE_GRAPHICS_API_OPENGL -DXR_USE_PLATFORM_XLIB -std=gnu++17 -MD -MT components/CMakeFiles/components.dir/sceneutil/color.cpp.o -MF components/CMakeFiles/components.dir/sceneutil/color.cpp.o.d -o components/CMakeFiles/components.dir/sceneutil/color.cpp.o -c /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp
  8. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:15:42: error: constexpr variable cannot have non-literal type 'const std::array<GLenum, 42>' (aka 'const array<unsigned int, 42>')
  9. constexpr std::array<GLenum, 42> formats = {
  10. ^
  11. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:15:42: error: implicit instantiation of undefined template 'std::array<unsigned int, 42>'
  12. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/tuple:1595:45: note: template is declared here
  13. template<typename _Tp, size_t _Nm> struct array;
  14. ^
  15. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:65:41: error: constexpr variable cannot have non-literal type 'const std::array<GLenum, 5>' (aka 'const array<unsigned int, 5>')
  16. constexpr std::array<GLenum, 5> formats = {
  17. ^
  18. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:65:41: error: implicit instantiation of undefined template 'std::array<unsigned int, 5>'
  19. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/tuple:1595:45: note: template is declared here
  20. template<typename _Tp, size_t _Nm> struct array;
  21. ^
  22. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:78:42: error: constexpr variable cannot have non-literal type 'const std::array<GLenum, 21>' (aka 'const array<unsigned int, 21>')
  23. constexpr std::array<GLenum, 21> formats = {
  24. ^
  25. /home/patola/.cache/paru/clone/openmw-vr-git/src/openmw/components/sceneutil/color.cpp:78:42: error: implicit instantiation of undefined template 'std::array<unsigned int, 21>'
  26. /usr/sbin/../lib64/gcc/x86_64-pc-linux-gnu/12.1.0/../../../../include/c++/12.1.0/tuple:1595:45: note: template is declared here
  27. template<typename _Tp, size_t _Nm> struct array;
  28. ^
  29. 6 errors generated.
  30. [255/1601] Building CXX object components/CMakeFiles/components.dir/lua/utilpackage.cpp.o
  31. ninja: build stopped: subcommand failed.
  32. ==> ERROR: A failure occurred in build().
  33. Aborting...
  34. error: failed to build 'openmw-vr-git-r25608.ca2356615-1':
  35. error: packages failed to build: openmw-vr-git-r25608.ca2356615-1
  36.  
Add Comment
Please, Sign In to add comment