Well First of all, I have been building Code::Blocks SVN every night without any issues, however this one obviously doesn't like me... At first I thought my SVN repository got patched wrong somewhere and so I rechecked out everything... However that does not fix this error:
Linking dynamic library: devel\wxscintilla.dll
.objs\sdk\wxscintilla\src\scintilla\src\Document.o:C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/Document.cxx:1273: undefined reference to `CharClassify::SetCharClasses(unsigned char const*, CharClassify::cc)'
Creating library file: devel\libwxscintilla.a
.objs\sdk\wxscintilla\src\scintilla\src\Document.o:C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/Document.cxx:1269: undefined reference to `CharClassify::SetDefaultCharClasses(bool)'
.objs\sdk\wxscintilla\src\scintilla\src\Document.o: In function `Document':
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/Document.cxx:43: undefined reference to `CharClassify::CharClassify()'
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/Document.cxx:43: undefined reference to `CharClassify::CharClassify()'
.objs\sdk\wxscintilla\src\scintilla\src\KeyWords.o: In function `Z20Scintilla_LinkLexersv':
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/KeyWords.cxx:174: undefined reference to `lmInno'
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/KeyWords.cxx:190: undefined reference to `lmOpal'
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/KeyWords.cxx:206: undefined reference to `lmSpice'
C:/codeblocks-src/src/sdk/wxscintilla/src/scintilla/src/KeyWords.cxx:209: undefined reference to `lmTCL'
collect2: ld returned 1 exit status
Process terminated with status 1 (2 minutes, 42 seconds)
8 errors, 7 warnings
I'm using GCC 4.2.1-dw2 with MinGW and the latest version of pretty much everything. I haven't had any errors before, And I'm compiling WxWidgets in Unicode and exactly as said in the wiki. WxWidgets isn't the problem anyway... I'm thinking this is a source code error....