>John Labenski <[EMAIL PROTECTED]> writes:

> > > 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

alas! no. All dir now do compile,but make in the contrib/src/stc only builds a 
shared_library_gtkstc.This can be put aside right now.

I got only wx.so (with wxluacan wxluafreeze ) but no wxlua;
does it mean I have to put "require wx" at the beginning of a test file in 
order to check my build?

A last -I hope- question for my education : why when launching wxluacan --help
it requires glibc_2.4 ? I thought ,that building the whole stuff ,there is no 
more this requirement (or at least it should require glibc_2.4 right at the 
beginning of the build process !)
 Initially ,I download the wxlua-binary-pkg ,was stopped at the glibc24 
requirement when starting wxlua !
Now Ibuild it ,I thought to get rid of it !!!but I am wrong somehow.
 
At the end,does it mean I am obliged to switch to glibc24 ? (now still 2.3.6)

thanks so much for your help 




-------------------------------------------------------------------------
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