Next build error jump not working
Posted: Mon Dec 22, 2008 3:16 pm
Hello,
I am using CodeLite with custom build option; I have specified working directory, make all and clean commands. Compilation works fine. The problem is that compile errors have path relative to this working directory and CodeLite does not let me jump to the source code where the error occured. The path relative to the working directory is in format ../../dir/dir/dir/file.cpp . When using default project with default make files, it seems that it works, so I suppose the problem will be with the custom make file. What can I do to make the jumping work?
Kind regards
Ondrej
I am using CodeLite with custom build option; I have specified working directory, make all and clean commands. Compilation works fine. The problem is that compile errors have path relative to this working directory and CodeLite does not let me jump to the source code where the error occured. The path relative to the working directory is in format ../../dir/dir/dir/file.cpp . When using default project with default make files, it seems that it works, so I suppose the problem will be with the custom make file. What can I do to make the jumping work?
Kind regards
Ondrej