Hi guys,
Firstly, I want to congratulate you for the great job you're doing here.
Secondly, I encountered a problem while compiling (linking) CVS C::B, the linker complains about some undefined references:
Linking dynamic library: devel\wxscintilla.dll
Creating library file: devel\libwxscintilla.a
.objs\sdk\wxscintilla\src\ScintillaWX.o(.text+0x209d): In function `ZN11ScintillaWX17UpdateSystemCaretEv':
D:/Work/codeblocks/src/sdk/wxscintilla/src/ScintillaWX.cpp:542: undefined reference to `SetCaretPos@8'
.objs\sdk\wxscintilla\src\ScintillaWX.o(.text+0x21c7): In function `ZN11ScintillaWX17CreateSystemCaretEv':
D:/Work/codeblocks/src/sdk/wxscintilla/src/ScintillaWX.cpp:576: undefined reference to `CreateBitmap@20'
.objs\sdk\wxscintilla\src\ScintillaWX.o(.text+0x2223)

:/Work/codeblocks/src/sdk/wxscintilla/src/ScintillaWX.cpp:580: undefined reference to `CreateCaret@16'
.objs\sdk\wxscintilla\src\ScintillaWX.o(.text+0x2242)

:/Work/codeblocks/src/sdk/wxscintilla/src/ScintillaWX.cpp:581: undefined reference to `ShowCaret@4'
......................................................................................................................................................................
I'm not that much into Windoes programming, but I presume that I have to link against some system libraries, isn't it ? But I don't know how

OS: WindowsXP
mingw gcc 3.4.4
wxWidgets 2.6.1
C::B CVS Head
Thanks