Page 1 of 1
Configuring Include/Library Paths / macros ?
Posted: Fri Oct 05, 2012 10:30 pm
by HJarausch
Hi,
probably I need a list of all macros defined within CodeLite.
I'd like to configure include and library search paths as relative paths such that the setting is independent of the (absolute) location where CodeLite has been installed.
Many thanks for a hint,
Helmut.
Re: Configuring Include/Library Paths / macros ?
Posted: Fri Oct 05, 2012 11:01 pm
by eranif
Try: project settings -> Help...
This will give you a list of macros available in the project settings
Eran
Re: Configuring Include/Library Paths / macros ?
Posted: Sat Oct 06, 2012 4:20 pm
by HJarausch
eranif wrote:Try: project settings -> Help...
This will give you a list of macros available in the project settings
Eran
Thanks Eran!
I've used $(CodeLitePath) for include and library paths. And this works fine.
But, when I use $(CodeLitePath) in Debugger Settings / Debugger Path this evaluates to an empty string.
What am I missing?
I'm using version 4.1.5770,
thanks,
Helmut.
Re: Configuring Include/Library Paths / macros ?
Posted: Sat Oct 06, 2012 6:33 pm
by eranif
HJarausch wrote:ut, when I use $(CodeLitePath) in Debugger Settings / Debugger Path this evaluates to an empty string.
This is probably bug.
Please describe exactly where did you use the macro so I can reproduce it here ( and probably fix it )
Eran
Re: Configuring Include/Library Paths / macros ?
Posted: Sun Oct 07, 2012 2:13 pm
by HJarausch
eranif wrote:HJarausch wrote:ut, when I use $(CodeLitePath) in Debugger Settings / Debugger Path this evaluates to an empty string.
This is probably bug.
Please describe exactly where did you use the macro so I can reproduce it here ( and probably fix it )
Eran
Settings -> Debugger Settings -> General -> Debugger path:
$(CodeLitePath)/bin/gdb
When running the debugger it says that there is no "/bin/gdb"
Thanks for looking into it,
Helmut.