corot / world_canvas

ROS framework for storing and accessing semantic information about the world, with an initial emphasis on needs and use cases for mobile robots.
10 stars 19 forks source link

World_canvas editor compilation failure #26

Closed jihoonl closed 9 years ago

jihoonl commented 9 years ago
/home/jihoonl/research/ros/worldcanvas/src/world_canvas/world_canvas_editor/src/annotations.hpp:0: Note: No relevant classes found. No output generated.
[ 99%] Generating src/moc_editor_panel.cxx
Scanning dependencies of target world_canvas_editor
[ 99%] Building CXX object world_canvas/world_canvas_editor/CMakeFiles/world_canvas_editor.dir/src/annotations.cpp.o
/home/jihoonl/research/ros/worldcanvas/src/world_canvas/world_canvas_editor/src/annotations.cpp:14:49: fatal error: world_canvas_client_cpp/unique_id.hpp: No such file or directory
 #include <world_canvas_client_cpp/unique_id.hpp>
                                                 ^
compilation terminated.
jihoonl commented 9 years ago

My bad. I forgot to update world_canvas_libs. After git pull all works.