Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 70%] Building CXX object source/common/CMakeFiles/openminer_common.dir/scene/Scene.cpp.obj
- In file included from C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/entt.hpp:23,
- from C:\Users\quent\Documents\Projects\test\OpenMiner\source\common\scene\Scene.cpp:29:
- 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>]':
- 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]'
- 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>]'
- C:\Users\quent\Documents\Projects\test\OpenMiner\source\common\scene\Scene.cpp:86:34: required from here
- C:/Users/quent/Documents/Projects/test/OpenMiner/external/entt/src/entt/meta/factory.hpp:209:27: error: static assertion failed
- static_assert(std::is_same_v<Policy, as_is_t>);
- ^~~
- compilation terminated due to -Wfatal-errors.
- 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
- mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:958: source/common/CMakeFiles/openminer_common.dir/all] Error 2
- mingw32-make.exe: *** [Makefile:151: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement