-
Notifications
You must be signed in to change notification settings - Fork 130
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
Superbuild fails on Ubuntu Mate 22.04 #88
Comments
This seems to resolve when setting |
Next error when building the actual program is
|
Removing the
Maybe this is now a compiler version issue. |
I can temporarily work around this by putting in a constant instead, but it then turns out that the software does not build without cereal:
|
Setting Actually, running the superbuild install with
There's no red text at least anywhere in the terminal, maybe it scrolls too fast to be found and my history buffer does not have it anymore. |
Ah I see this is a problem in the SlamCore cmakelists, as |
Ok I am now progressing, after running |
To install the ROS wrapper, instructions say
However, this cmake variable is not respected:
|
Just following the instructions without WITH_ROS anywhere reveals that the ros wrapper also does not configure with the superbuild:
|
After resolving #74 , my next error is
And unfortunately, the build continues for a while, leaving you to find this error in the past terminal output.
The text was updated successfully, but these errors were encountered: