Hi guys, so I’ve been using “catkin_make” to build packages, but there is this package that can only be built using “catkin build” (neither catkin_make nor catkin_make_isolated) and it’s giving me such a hard time building it. When I tried to run “catkin build” in the catkin_ws directory, it gave me the following error
So how can I fix this problem? Also, in future if possible, how can I use both “catkin_make” and “catkin build” together without going in much pain?