You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've kept trying on this and it doesn't look like a qt issue, the issue i'm getting when running make $JOBS instead of make -j $JOBS
is
/usr/include/pybind11/cast.h:1441:27: error: the type ‘const std::__cxx11::basic_string<char>’ of ‘constexpr’ variable ‘pybind11::detail::argument_loader<const xstudio::utility::JsonStore*, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>::arg_names’ is not literal 1441 | static constexpr auto arg_names = concat(type_descr(make_caster<Args>::name)...); | ^~~~~~~~~ /usr/include/pybind11/cast.h:1441:27: error: in-class initialization of static data member ‘const std::__cxx11::basic_string<char> pybind11::detail::argument_loader<const xstudio::utility::JsonStore*, const std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&>::arg_names’ of non-literal type
So i'm guessing an issue with pybind11. Either I have the wrong version installed something else
The error is:
make[1]: *** [CMakeFiles/Makefile2:4814: src/utility/src/CMakeFiles/utility_static.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:4787: src/utility/src/CMakeFiles/utility.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
We followed the instructions mentioned in the GitHub repo.
The text was updated successfully, but these errors were encountered: