:C:/Documents and Settings/pmaheshw/Desktop/codeblocks-1.0rc2/codeblocks-1.0rc2/src/sdk/wxscintilla/src/PlatWX.cpp:(.text$_ZN12wxStringBaseC2EPKcj[wxStringBase::wxStringBase(char const*, unsigned int)]+0x23): undefined reference to `_imp___ZN12wxStringBase8InitWithEPKcjj'
.objs\sdk\wxscintilla\src\ScintillaWX.o: In function `ZNK12wxSCICallTip12AcceptsFocusEv':C:/wxWidgets-2.6.4/include/wx/window.h:(.text$_Z16wxGetTranslationPKc[wxGetTranslation(char const*)]+0x2c): undefined reference to `_imp___ZNK8wxLocale9GetStringEPKcS1_'
.objs\sdk\wxscintilla\src\wxscintilla.o: In function `ZN11wxScintilla12StyleSetSpecEiRK8wxString':C:/Documents and Settings/pmaheshw/Desktop/codeblocks-1.0rc2/codeblocks-1.0rc2/src/sdk/wxscintilla/src/wxscintilla.cpp:2552: undefined reference to `_imp___ZNK8wxString11BeforeFirstEc'
Please don't use Code::Blocks RC2.
It's an old code which may not compile with latest wx sources. It's use is
highly NOT recommended.
1. Remove all traces of
C::B RC2 from your PC including the MinGW compiler installed with it.
2. Download and install a latest nightly build of C::B from the following forum.
http://forums.codeblocks.org/index.php/board,20.0.html
Read the following article for installation details.
http://forums.codeblocks.org/index.php/topic,3232.0.html
3. Install GCC-3.4.5 (MinGW build) at
C:\MinGW (recommended).
4. Download the latest source from SVN (
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows) and compile it. Please note that this article is bit old.
Alternatively you may download latest source tarball from the following link.
http://www.esnips.com/web/CodeBlocks-SVN-TarBall
Another point you should keep in mind that
Path containing Spaces may create problem with certain programs (windres.exe) and this may break compilation. So put the source in a path which doesn't have space in between.
Please note that C::B has moved to wx-2.8. So try to compile the latest source using wx-2.8 (recommended).