-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error when building #128
Comments
Hi @Martin36 - without spending too much time on it, I would assume this is due to the version of GCC. I haven't worked on this project for a while (5 years?), and older GCC versions might have been more lenient with the inclusion of STD headers. In particular, adding an include of to src/fs/core/utils/visitor.hxx should fix this - but of course there might be other similar errors. Happy to review a PR if you want to give a try to fixing this? |
One of the issues was solved by adding the line I could do a PR with the fix, but I guess the fix for the submodule would have to be made to that repo. |
Yes, the right way to go about it would be to create a PR for the lapkt repos, update, then create a PR here that updates both the includes and the commit ID of the git submodules. I can do that as well later this week, no worries. I'm assuming you're now all set and have been able to compile without further issues, but if that's not the case feel free to drop me an email. |
Operating system: Ubuntu 22.04.5 LTS
Python version: 3.10.12
gcc version: 11.4.0
When trying to build the planner I get the following error:
Any idea why this happens?
The text was updated successfully, but these errors were encountered: