You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run the command "catkin_make_isolated --install",i meet these error:
/home/ccs/catkin_uwsimulation/install_isolated/lib/libosg_markers.so: undefined reference to `osg::Geometry::setColorArray(osg::Array*)'
collect2: error: ld returned 1 exit status
CMakeFiles/osg_interactive_markers_demo.dir/build.make:134: recipe for target '/home/ccs/catkin_uwsimulation/devel_isolated/osg_interactive_markers/lib/osg_interactive_markers/osg_interactive_markers_demo' failed
make[2]: *** [/home/ccs/catkin_uwsimulation/devel_isolated/osg_interactive_markers/lib/osg_interactive_markers/osg_interactive_markers_demo] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/osg_interactive_markers_demo.dir/all' failed
make[1]: *** [CMakeFiles/osg_interactive_markers_demo.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
<== Failed to process package 'osg_interactive_markers':
Command '['/home/ccs/catkin_uwsimulation/install_isolated/env.sh', 'make', '-j2']' returned non-zero exit status 2
this trouble me a long time, can you help me?
The text was updated successfully, but these errors were encountered:
when i run the command "catkin_make_isolated --install",i meet these error:
/home/ccs/catkin_uwsimulation/install_isolated/lib/libosg_markers.so: undefined reference to `osg::Geometry::setColorArray(osg::Array*)'
collect2: error: ld returned 1 exit status
CMakeFiles/osg_interactive_markers_demo.dir/build.make:134: recipe for target '/home/ccs/catkin_uwsimulation/devel_isolated/osg_interactive_markers/lib/osg_interactive_markers/osg_interactive_markers_demo' failed
make[2]: *** [/home/ccs/catkin_uwsimulation/devel_isolated/osg_interactive_markers/lib/osg_interactive_markers/osg_interactive_markers_demo] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/osg_interactive_markers_demo.dir/all' failed
make[1]: *** [CMakeFiles/osg_interactive_markers_demo.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
<== Failed to process package 'osg_interactive_markers':
Command '['/home/ccs/catkin_uwsimulation/install_isolated/env.sh', 'make', '-j2']' returned non-zero exit status 2
this trouble me a long time, can you help me?
The text was updated successfully, but these errors were encountered: