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

catkin_make question #19

Open
cml3028 opened this issue Feb 24, 2022 · 2 comments
Open

catkin_make question #19

cml3028 opened this issue Feb 24, 2022 · 2 comments

Comments

@cml3028
Copy link

cml3028 commented Feb 24, 2022

Hello, I'm reproducing your code. When catkin_make, I encountered "requires GCC version > = 8". Before I install gcc8 This problem still occurs after 3? How do you solve this problem? Looking forward to your reply.

In file included from /home/cml/remvert_ws/src/removert/src/utility.cpp:1:0:
/home/cml/remvert_ws/src/removert/include/removert/utility.h:70:10: fatal error: filesystem: no such file or directory
#include // requires gcc version >= 8
^~~~~~~~~~~~
In file included from /home/cml/remvert_ws/src/removert/include/removert/RosParamServer.h:3:0,
from /home/cml/remvert_ws/src/removert/src/RosParamServer.cpp:1:
/home/cml/remvert_ws/src/removert/include/removert/utility.h:70:10: fatal error: filesystem: no such file or directory

@arjunskumar
Copy link

@cml3028 please try this

sudo apt install software-properties-common
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt install gcc-7 g++-7 gcc-8 g++-8 gcc-9 g++-9

sudo update-alternatives --config gcc # select the version you want

@cml3028
Copy link
Author

cml3028 commented Feb 28, 2022

thank you for your reply!

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

No branches or pull requests

2 participants