Closed lbxxdi closed 7 years ago
Try this maybe
I ran into the same issue, set the following in CMakeLists.txt
in flea3
package
add_definitions(-D_GLIBCXX_USE_CXX11_ABI=0)
but still running into the same errors.
This only happens on one system, building with no issues on the other ones. The only obvious difference seems to be the gcc
version:
Builds fine
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Does NOT build
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4
Anyone, run into a similar or same issue?
i run catkin_make and have this error