Robotics StackExchange | Archived questions

remove cmake and re-install it

I removed cmake before and just found it also removed something in ros folder. After I re-install cmake, I was not able to use catkinmake command. Then I just followed the installaton tutorial of indigo again and tried to fix the removed part of ROS folder. Now I can use catkinmake but I found that the already compiled code is not compilable now. I have no idea about this.

Asked by Oh233 on 2017-05-18 14:07:34 UTC

Comments

Try to clean the build and devel folders in order to run a clean catkin_make.

Asked by angeltop on 2017-05-19 02:15:39 UTC

Answers