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
Next build error jump not working
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Dec 22, 2008 3:10 pm
- Contact:
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Dec 22, 2008 3:10 pm
- Contact:
Re: Next build error jump not working
Btw installed on my Debian system via downloaded .deb package, revision 2527
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Next build error jump not working
This was fixed in SVN trunk.
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Dec 22, 2008 3:10 pm
- Contact:
Re: Next build error jump not working
Thank you for the prompt reply. Please can I have one more unrelated question? Is there a possibility to use keyboard shortcut to "Go to Definition" and "Go to Implementation"?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Next build error jump not working
Sure: settings -> keyboard shortcuts ...natris wrote:Please can I have one more unrelated question? Is there a possibility to use keyboard shortcut to "Go to Definition" and "Go to Implementation"?
and search for it under:
Menu: C++
Action: Goto Implementation OR Goto Declaration
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Dec 22, 2008 3:10 pm
- Contact:
Re: Next build error jump not working
I must be blind, I've searched this section without finding it. Thank you very much, sorry for bothering you and thanks for great work.