Configuring Include/Library Paths / macros ?

CodeLite installation/troubleshooting forum
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Configuring Include/Library Paths / macros ?

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring Include/Library Paths / macros ?

Post by eranif »

Try: project settings -> Help...
This will give you a list of macros available in the project settings

Eran
Make sure you have read the HOW TO POST thread
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring Include/Library Paths / macros ?

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring Include/Library Paths / macros ?

Post 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
Make sure you have read the HOW TO POST thread
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Configuring Include/Library Paths / macros ?

Post 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.
Post Reply