On 2/23/07, wangji <[EMAIL PROTECTED]> wrote:
> >John Labenski <[EMAIL PROTECTED]> writes:
> >
> > Don't you mean "wx/stc/stc.h" which is located in
> > wxWidgets/contrib/include/wx/stc/stc.h?
> >
> > wxStyledTextCtrl is part of the wxWidgets distribution in the contrib
> > directory.
> >
> > What file gives this error?
>
> In file included from ../../../modules/wxbindstc/src/stc.cpp:19:
> ../../../modules/wxbindstc/include/wxbind.h:52:24: error: wx/stc/stc.h: No 
> such
> file or directory
>
> this is when I try to compile directly modules/wxbindstc/src ;
> may be I have wrongly configured wxWidgets-2.8  since I did not say anything
> about enabling stc;only option unicode  ie
>
> wxWidgets/configure --enable-unicode

You also have to run make in wxWidgets/contrib/src/stc.

> What should I enable in wxWidgets to allow compile module_wxbindstc in wxlua ?
> Or I just have to copy the stc.h into wx/stc/  as it claimed (very bad hack
> then!)

The build files that come with wxWidgets have the include path of
"wxWidgets/contrib/include" in them. If you installed wxWidgets you
probably also have to make install from contrib/src/stc.

Hope this helps,
     John Labenski

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to