Author Topic: An error...  (Read 4564 times)

Offline Exoden

  • Single posting newcomer
  • *
  • Posts: 2
An error...
« 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 ? :?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: An error...
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Exoden

  • Single posting newcomer
  • *
  • Posts: 2
Re: An error...
« Reply #2 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 ?

Online stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: An error...
« Reply #3 on: January 24, 2010, 09:59:44 pm »
Try moving your project to a folder without spaces or special characters.

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: An error...
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ