ROS Indigo Source Build Fail - Ubuntu 14.04
Trying to install ROS Indigo from source on Ubuntu 14.04.
I followed the instructions listed here exactly with no issues until the build: http://wiki.ros.org/indigo/Installati...
When invoking the following command, ROS fails to compile:
./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Debug
I looked at a few other topics for help, ( http://answers.ros.org/question/21909... ) however my dependencies are fine:
~/ros_catkin_ws$ rosdep install --from-paths src --ignore-src --rosdistro indigo -y
#All required rosdeps installed successfully
No rule to make target /usr/lib/libPocoFoundationd.so', needed by
/home/astaauser/ros_catkin_ws/devel_isolated/class_loader/lib/libclass_loader.so'. Stop.
I also tried to install libpoco from apt-get but no change in result since it was already installed fine.
~/ros_catkin_ws$ sudo apt-get install libpoco-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpoco-dev is already the newest version.
The following packages were automatically installed and are no longer required:
gnome-power-manager libjpeg-progs libjpeg-turbo-progs
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 542 not upgraded.
Were you able to solve this issue?