Problem compiling modular_cloud_matcher
Hi, I was installing modular_cloud_matcher following instructions on this page: modular_cloud_matcher. However there's an error which is as below:
[rosmake-0] Starting >>> libnabo [ make ]
[ rosmake ] All 5 lines
{-------------------------------------------------------------------------------
mkdir -p build
cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=.. -DPYTHON_CUSTOM_TARGET=src ../upstream_src
CMake Error: The source directory "/home/wei/ros/ros-mapping/libnabo/upstream_src" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package libnabo written to:
[ rosmake ] /home/wei/.ros/rosmake/rosmake_output-20120514-172456/libnabo/build_output.log
[rosmake-0] Finished <<< libnabo [FAIL] [ 0.05 seconds ]
[ rosmake ] Halting due to failure in package libnabo.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 51 packages with 1 failures.
Did I do something wrong or I forgot something important? I'm using Electric on Maverick. Thanks for answering!