Code::Blocks Forums

User forums => Help => Topic started by: stdInput on July 24, 2007, 03:45:11 am

Title: Compiling error (MingGW)
Post by: stdInput on July 24, 2007, 03:45:11 am
Hi!
I've just updated my old RC2 to the last build.....
But now there's an error bugging me.....

When I try to compile any code a message like this appears.....
(And of course, it doesn't compile at all....!)


-------------- Build: Release in Test ---------------
Compiling: main.c
Execution of 'mingw32-gcc.exe -Wall -fexceptions -O2  -IC:\MinGW\include  -c C:\Test\main.c -o obj\Release\main.o' in 'C:\Test' failed.
Nothing to be done.

My system is Windows XP SP2
using July 23 build
and MingGW compiler

Thanks!
Title: Re: Compiling error (MingGW)
Post by: Biplab on July 24, 2007, 04:15:33 am
Please wait for the next nightly. It should get resolved.

For the time being, please add C:\MinGW\bin to your PATH. :)
Title: Re: Compiling error (MingGW)
Post by: stdInput on July 24, 2007, 04:26:11 am
Thanks......
It's working now........

(Waiting for next build........)