So I’ve been using “catkin_make” to build the packages inside my catkin_ws, but there is this package that is really giving me a hard time because it can only be built thru “catkin build” (neither “catkin_make” nor “catkin_make_isolated”). When I tried to build it using “catkin build”, it gave me the error shown in the screenshot.
My question is, how can I build this package? and for the future, how can I use both “catkin_make” and “catkin build” without getting much pain?