Code::Blocks Forums

User forums => Help => Topic started by: frier on December 11, 2006, 03:48:48 am

Title: Execution of 'mingw32-g++.exe
Post by: frier on December 11, 2006, 03:48:48 am
I Just installed the Nightly Build for the 10/11/2006 and i have placed the  wxmsw26u_gcc_cb.dll and the mingwm10.dll into the root directory of my CodeBlocks folder.

But when i go to compile some code it gives me the follow error:

"Execution of 'mingw32-g++.exe -Wall -g   -c main.cpp -o obj\Debug\main.o' in 'C:\Documents and Settings\Administrator\My Documents\C++\First Test\FirstProject' failed."

Is this a linker issue?
Title: Re: Execution of 'mingw32-g++.exe
Post by: stahta01 on December 11, 2006, 05:35:09 am
What compiler do you think you are supposed to use?
The nightly build does NOT have a compiler with it.
Your error normally means it can NOT find the file "mingw32-g++.exe".
Did you install minGW? http://www.mingw.org
If you have minGW installed verify the following
"Settings" -> "Compiler and Debugger" Verify that the correct compiler is selected in "Selected Compiler"
Verify "Programs" has the correct "Compiler's installation directory".
 
Tim S
Title: Re: Execution of 'mingw32-g++.exe
Post by: Pecan on December 11, 2006, 01:30:45 pm
   //-- Wiki Index
       CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)
   //-- Wiki Main Page
     CodeBlocks Wiki Main Page (http://wiki.codeblocks.org/index.php?title=Main_Page)

Search the Wiki index for "nightly builds on"