Code::Blocks Forums

User forums => Help => Topic started by: Anonymous on May 18, 2005, 03:47:07 am

Title: Code::Blocks deps?
Post by: Anonymous on May 18, 2005, 03:47:07 am
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?
Title: Code::Blocks deps?
Post by: Urxae on May 18, 2005, 08:24:02 am
It should be under <wxWindows dir>/contrib/src/stc, at least for my wxwindows 2.4.2 on Windows
Title: Code::Blocks deps?
Post by: mandrav on May 18, 2005, 08:46:51 am
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.
Title: Code::Blocks deps?
Post by: David Perfors on May 18, 2005, 11:41:01 am
for wxWidgets-2.6.0 stc is still in contrib/src/stc, build it with contrib/build/stc :)