User forums > Using Code::Blocks

Global compiler variables quest

(1/1)

vangodp:
I m a spanish guy and mi inglish is very bad sry. :'(

I have a question, if someone can answer me, i appreciate it.

the question is... Is it possible to use relative paths to indicate the path of the compiler in "Global compiler variables"?

Example:
https://prnt.sc/stw716

Mi compiler is default codeblocks mingw portable.
https://prnt.sc/stwc92

Can you give an example if possible?
Thank you very much for your help!

BlueHazzard:
Relative to what? To the project?

It should be possible, you probably have to use

--- Code: ---./MinGW
--- End code ---

notice the point and slash at the beginning.

If you still have problem please post a build log:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

stahta01:
You might try

--- Code: ---$(CODEBLOCKS)/MinGW

--- End code ---

and see if it works.

Tim S.

vangodp:

--- Quote from: stahta01 on June 04, 2020, 09:45:03 pm ---You might try

--- Code: ---$(CODEBLOCKS)/MinGW

--- End code ---

and see if it works.

Tim S.


--- End quote ---

It works perfectly! Thank you! ;)

Navigation

[0] Message Index

Go to full version