Hi all,
I am compiling a project using a custom Makefile (generated by the GNU autotools). All source and header files are in a subdirectory named "src". When I compile the project, 'GNU make' does not indicate the path to erroneous files because it is internaly recorded by 'make'. As a result, C::B can't go to the erroneous lines in my code because it doesn't find source files in the project's top directory

. If I put the sources in the top directory (without using a subdirectory "src"), C::B is able to go to the erroneous lines. Is there a way either to force 'GNU make' showing complete file paths, or to indicate to C::B where the source and header files are located?
Thanks a lot in advance!
ps: I come from eclipse and it seems to me that C::B is far better for C++ than eclipse/CDT

...unless I can't jump to erroneous lines in my "src" subdirectory :lol: