News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Global compiler variables quest

Started by vangodp, June 04, 2020, 09:00:31 PM

Previous topic - Next topic

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
./MinGW

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

#2
You might try

$(CODEBLOCKS)/MinGW


and see if it works.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

vangodp

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

$(CODEBLOCKS)/MinGW


and see if it works.

Tim S.


It works perfectly! Thank you! ;)