-
Notifications
You must be signed in to change notification settings - Fork 282
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
intel Euclid ROS1 Kinetic compiler problem #5
Comments
Thanks for the heads up. I just pushed something, let me know if your problem is fixed. |
I've tested your changes with the following systems: Intel Euclid, Ubuntu 16.04, ROS kinetic, ZR300 : compilation without warnings, node starts without warnings, OK Inet NUC i5, Ubuntu 18.04, ROS melodic, R200 : compilation without warnings, node starts without warnings, OK Perfect !!! Cheers Chrimo |
Glad it works! |
This reverts commit 3c6c96e.
I've tried to compile orb_slam2_ros at my Intel Euclid Device (embed pc with buitin zr200) , but with the following result:
[ 87%] Building CXX object orb_slam_2_ros/CMakeFiles/orb_slam2_ros.dir/orb_slam2/src/System.cc.o
In file included from /usr/include/c++/5/thread:35:0,
from /intel/euclid/euclid_ws/src/orb_slam_2_ros/orb_slam2/include/System.h:26,
from /intel/euclid/euclid_ws/src/orb_slam_2_ros/orb_slam2/src/System.cc:23:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support
^
I've noticed, you changed something at compiler flags.
Compiling and running at another system (Intel NUC i5 + r200) works as expected.
Thanks and cheers
Chrimo
The text was updated successfully, but these errors were encountered: