Author Topic: Compiling error (MingGW)  (Read 2857 times)

stdInput

  • Guest
Compiling error (MingGW)
« 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!
« Last Edit: July 24, 2007, 04:02:34 am by stdInput »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Compiling error (MingGW)
« Reply #1 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. :)
Be a part of the solution, not a part of the problem.

stdInput

  • Guest
Re: Compiling error (MingGW)
« Reply #2 on: July 24, 2007, 04:26:11 am »
Thanks......
It's working now........

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