-
Notifications
You must be signed in to change notification settings - Fork 198
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
plugins use features of c++17 #471
Comments
Hi, thanks for submitting an issue! In addition to the output you've posted, would you mind writing up a short narrative summary? It's helpful to include:
Thank you! |
Sure!
Successful compilation
Unsuccessful compilation
Let me know if you need more information. Compiler is gcc 12.1.0. |
Thanks. In my opinion, the key to reproducing this issue is to update gcc to a version that will give an error instead of a warning. Running Consequently, I would describe this issue as follows:
Of course, it's totally reasonable to fix this, but slightly less urgent than it would be if compilation failed when following our installation instructions. Are you using Ubuntu 22 or did you install gcc 12 from source? |
My OS is Archlinux, where gcc 12 is available in the package repos. |
OK, thanks. This is not supported, so in the future please be sure to note in any issues that you are using a non-standard set up that we may not be able to reproduce. If you'd like to use a supported setup, you can follow the installation instructions available on our Wiki: https://github.com/osrf/vrx/wiki/system_setup_tutorials Of course, since you have already forked the repository, there's no problem with adding support for whatever configuration you want to your fork. Again, this is not to say that we can't resolve this particular issue, which looks very reasonable. But since you have been relatively active lately it seems like a good idea to get on the same page. |
Portion of build log:
The text was updated successfully, but these errors were encountered: