Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to complete the install #25

Open
Marcus-LeVere-Crafty-Apes-VFX opened this issue Feb 3, 2023 · 2 comments · May be fixed by #129
Open

Unable to complete the install #25

Marcus-LeVere-Crafty-Apes-VFX opened this issue Feb 3, 2023 · 2 comments · May be fixed by #129

Comments

@Marcus-LeVere-Crafty-Apes-VFX

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.

@julianrwood
Copy link

Hey @Marcus-LeVere-Crafty-Apes-VFX did you manage to get past this? I've also got stuck here.

My guess is that this is erroring on some of the qt5 stuff but I can't figure out exactly what

@julianrwood
Copy link

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

@mcoliver mcoliver linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants