News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Environment variable question

Started by Deamon, July 23, 2006, 06:10:06 PM

Previous topic - Next topic

Deamon

I would like to know how to use environment variables properly(under WinME). When i change:

C:\Programme\CodeBlocks\Compilers\MinGW

in Compiler Debugger settings -> Programms to $(MINGW) then i get errors:

Execution of 'mingw32-g++.exe  -IC:\Programme\CodeBlocks\Compilers\MinGW\include -IC:\Programme\CodeBlocks\Libs\Conio2\DevPack\conio_content\include  -c process.cpp -o .objs\process.o' in 'C:\CodeBlocks Übungsdinger\multifileAccessCode' failed.

Apparently it doesn't find what it looks for.

Of corse prior to that i have defined an environment variable that contains

C:\Programme\CodeBlocks\Compilers\MinGW

and rebooted. But i don't see what i'm doing wrong.

Deamon


kidmosey

try C:\Programme\CodeBlocks\Compilers\MinGW\bin
3 years until google knows more than god.