Author Topic: Environment variable question  (Read 3208 times)

Deamon

  • Guest
Environment variable question
« on: July 23, 2006, 06:10:06 pm »
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

Deamon

  • Guest
Re: Environment variable question
« Reply #1 on: July 26, 2006, 01:26:36 am »
Bump!

Offline kidmosey

  • Multiple posting newcomer
  • *
  • Posts: 95
    • MUSITU International
Re: Environment variable question
« Reply #2 on: July 26, 2006, 04:50:52 am »
try C:\Programme\CodeBlocks\Compilers\MinGW\bin
3 years until google knows more than god.