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 ? :?
Quote from: Exoden on January 24, 2010, 05:31:05 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.
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 ?
Try moving your project to a folder without spaces or special characters.
Tim S.
Quote from: MortenMacFly on January 24, 2010, 05:32:41 PM
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.