Author Topic: Code::Blocks deps?  (Read 5905 times)

Anonymous

  • Guest
Code::Blocks deps?
« 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?

Offline Urxae

  • Regular
  • ***
  • Posts: 376
Code::Blocks deps?
« Reply #1 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Code::Blocks deps?
« Reply #2 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.
Be patient!
This bug will be fixed soon...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Code::Blocks deps?
« Reply #3 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 :)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring