Code::Blocks Forums

User forums => Help => Topic started by: Exoden on January 24, 2010, 05:31:05 pm

Title: An error...
Post by: Exoden on January 24, 2010, 05:31:05 pm
When I "Build and Run" it doesn't work,  and the message at the bottom is :

Execution of 'mingw32-g++.exe  -o bin\Release\variables.exe obj\Release\main.o   -s' in 'C:\Documents and Settings\Administrateur\Mes documents\variables' failed.

What should I do ? :?
Title: Re: An error...
Post by: MortenMacFly on January 24, 2010, 05:32:41 pm
What should I do ? :?
Try if it would work from the command line. If not - its a compiler issue with your platform, most likely.
Title: Re: An error...
Post by: Exoden on January 24, 2010, 06:34:59 pm
Doesn't work...

When I "Build and Run" a message appears :

It seems that this project has not been built yet.
Do you want to build it now ?


When I say "Yes", the same message appears again and again...
When I say "No", nothing happened...

So what's the mistake ?
Title: Re: An error...
Post by: stahta01 on January 24, 2010, 09:59:44 pm
Try moving your project to a folder without spaces or special characters.

Tim S.
Title: Re: An error...
Post by: MortenMacFly on January 25, 2010, 06:34:26 am
Try if it would work from the command line. If not - its a compiler issue with your platform, most likely.
I meant: Start a command processor (cmd.exe) and try to run the compiler command there. Not using Code::Blocks.