Hi
I'm trying to compile code blocks under linux. i've got wxwidgets compiled ok, but i need the wxStyledTextControl. where do i find that? i've searched about the place but can't seem to find anything. just a lot of garbage usenet posts.
are there any other deps that i need to be aware off?
It should be under <wxWindows dir>/contrib/src/stc, at least for my wxwindows 2.4.2 on Windows
That's right. It's in the contrib folder of wxWidgets.
For wxWidgets-2.4.2 (recommended) you will also need the XRC lib which is in contrib/src/xrc folder of wxWidgets.
Yiannis.
for wxWidgets-2.6.0 stc is still in contrib/src/stc, build it with contrib/build/stc :)