Cleaning up when moving a stack
Hi, Background: I just had some difficulty rebuilding a stack (openni) after copying it to a new directory, and the failures were due to the old path being cached somehow, even when using rosmake --pre-clean. The solution seems to have been to do 'make wipe' in the affected packages. Is there something like rosmake --wipe? Was there a better way to do this?
Tks,
Asked by sokhanh21xn on 2019-09-10 23:51:38 UTC
Comments
There could be, but please note that
rosmake
has been deprecated for at least 5 years now.All/many
openni
packages have been released as Catkin packages for almost that same amount of time.Perhaps it would be good if you could provide a little more information on why you tagged the question
boxturtle
(a very old ROS release) and want/need to buildopenni
from source, usingrosmake
.Asked by gvdhoorn on 2019-09-11 02:51:15 UTC