News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

An error...

Started by Exoden, January 24, 2010, 05:31:05 PM

Previous topic - Next topic

Exoden

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 ? :?

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Exoden

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 ?

stahta01

Try moving your project to a folder without spaces or special characters.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]