Eclipse ROS fuerte
Hi guys,
I did exactly as described here http://www.ros.org/wiki/IDEs to import my ROS package to Eclipse. It compiles and runs without problems using the shell, but when using "Build Project" in Eclipse I only get:
/usr/bin/make all
rospack: error while loading shared libraries: librospack.so: cannot open shared object file: No such file or directory
Makefile:1: /cmake.mk: No such file or directory
make: *** No rule to make target `/cmake.mk'. Stop.
I don't see where the problem is. I checked the environment variables and they are fine.
Cheers, Andreas