User forums > General (but related to Code::Blocks)
Is the next RC to be released today?
Michael:
--- Quote from: Melhisedek on April 30, 2006, 09:25:35 pm ---I guess I still need some kind of compiler right? MinGW?
--- End quote ---
Yes, you will need a compiler. MinGW is a good choice, but others are also available :). Look at the C::B wiki for some helpful info.
Best wishes,
Michael
Melhisedek:
Ok... Well I still have problems getting it to work :(
I installed Mingw 4.1.0. Downloaded latest nightly, extracted it and added "wxmsw26u_gcc_cb.dll" to the same directory. Now when I try and start codeblocks.exe I get this error:
"This application has failed to start because mingwm10.dll has not been found...."
I did a search and file is in C:\MinGW\bin
what did I miss this time ? :)
sethjackson:
Type this in the command line.
--- Code: (dos) ---set path=C:\MinGW\bin;C:\MinGW\mingw32\bin;
--- End code ---
Melhisedek:
I totally, totally love you !
Pecan:
--- Quote from: sethjackson on May 01, 2006, 07:04:39 pm ---Type this in the command line.
--- Code: (dos) ---set path=C:\MinGW\bin;C:\MinGW\mingw32\bin;
--- End code ---
--- End quote ---
It would be better if the previous path was also included as in:
set path=%PATH%;C:\MinGW\bin;C:\MinGW\mingw32\bin;
or
set path=C:\MinGW\bin;C:\MinGW\mingw32\bin;%PATH%
This might avoid other spurious problems.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version