Where Does "make" Look to Find its Header Files
Where Does "catkin_make", "rosmake" and "make"
Look to Find its Header Files? (In my question, "make" represents "catkin_make", "rosmake" and "make" :) )
Because of the update of ROS versions, some header files which work in older version do not exist in new version of ROS, which turns out to be a "cannot find xxx header file" error when "make"-ING. What I am going to do is to find out those old header files I need and copy to the path where "make" search for those header files(Is it an advisable behavior?).