Advertisement
gnidmoo

Untitled

May 22nd, 2020
1,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [ 70%] Building CXX object source/common/CMakeFiles/openminer_common.dir/scene/Scene.cpp.obj
  2. In file included from C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/entt.hpp:23,
  3.                  from C:\Users\quent\Documents\Projects\test\OpenMiner\source\common\scene\Scene.cpp:29:
  4. C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/meta/factory.hpp: In instantiation of 'entt::meta_any entt::internal::invoke(entt::meta_any, entt::meta_any*, std::index_sequence<Indexes ...>) [with Type = gk::Box<double>; auto Candidate = get<gk::Box<double> >; Policy = entt::as_ref_t; unsigned int ...Indexes = {0, 1}; std::index_sequence<Indexes ...> = std::integer_sequence<unsigned int, 0, 1>]':
  5. C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/meta/factory.hpp:763:65:   required from 'auto entt::meta_factory<Type>::func(entt::id_type) [with auto Candidate = get<gk::Box<double> >; Policy = entt::as_ref_t; Type = gk::Box<double>; entt::id_type = unsigned int]'
  6. C:\Users\quent\Documents\Projects\test\OpenMiner\source\common\scene\Scene.cpp:72:13:   required from 'void extend_meta_type() [with Type = gk::Box<double>]'
  7. C:\Users\quent\Documents\Projects\test\OpenMiner\source\common\scene\Scene.cpp:86:34:   required from here
  8. C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/meta/factory.hpp:209:27: error: static assertion failed
  9.              static_assert(std::is_same_v<Policy, as_is_t>);
  10.                            ^~~
  11. compilation terminated due to -Wfatal-errors.
  12. mingw32-make.exe[2]: *** [source\common\CMakeFiles\openminer_common.dir\build.make:245: source/common/CMakeFiles/openminer_common.dir/scene/Scene.cpp.obj] Error 1
  13. mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:958: source/common/CMakeFiles/openminer_common.dir/all] Error 2
  14. mingw32-make.exe: *** [Makefile:151: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement