ubuntu 16.04 Kinetic update. no rule to make target libvtkproj
Hi,
I had my code working. Today I installed the update recommended by Ubuntu which contained some ros-kinetik packages (to be hones I did not checked all of them) Now, I have a compilation problem.
[ 85%] Built target ar_navigation_generate_messages_cpp
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libvtkproj4-6.2.so.6.2.0', needed by 'some_path/ar_navigation/qr_saver'. Stop.
CMakeFiles/Makefile2:10243: recipe for target 'some_path/ar_navigation/CMakeFiles/qr_saver.dir/all' failed
make[1]: *** [some_path/ar_navigation/CMakeFiles/qr_saver.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
The file is there, I don't know what is happening... Anyone experiencing the same problem?
thanks
Glad you were able to work around this problem, but I do want to point out that this is probably not the right solution. This is a new issue that was introduced just a few weeks ago that has already been reported in several places. Hopefully a fix will be coming soon. Relevant bug reports:
Fix for issue mentioned above is now released. See my comment to this answer below.