>John Labenski <[EMAIL PROTECTED]> wrote:

> 
> On 2/22/07, wangji <[EMAIL PROTECTED]> wrote:
> >
> > please,tell me how you build in linux.My build stops at bindings/wave.cpp
> > with "wxJoystick has not been declared"
> > otherwise ,many subdir do build separately !
> > thank you
> >
> 
> Fixed in CVS, the bindings file wave.i should have had
> 
> %if wxLUA_USE_wxJoystick & wxUSE_JOYSTICK
> 
> not
> 
> %if wxLUA_USE_wxJoystick | wxUSE_JOYSTICK
> 
> Please try it again, it should work now.
> 
you a right ;in fact in may wave.i it was
%if wxLUA_USE_wxJoystick|wxUSE_JOYSTICK
correct it and do make in the bindings_dir allowed me to get thru  ! Thanks.

But now I fall into missing "wx/wxstc/wxstc.h"  
and I am really unable to find it in wxWigets-2.8.0.0 tree
nor googling to have a solution .
What am I supposed to get this wxSTC stuff ? install wxPython or Scintilla?




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