News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks deps?

Started by Anonymous, May 18, 2005, 03:47:07 AM

Previous topic - Next topic

Anonymous

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?

Urxae

It should be under <wxWindows dir>/contrib/src/stc, at least for my wxwindows 2.4.2 on Windows

mandrav

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.
Be patient!
This bug will be fixed soon...

David Perfors

for wxWidgets-2.6.0 stc is still in contrib/src/stc, build it with contrib/build/stc :)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring