On Jan 5, 2008 1:43 PM, Ryan Pusztai <[EMAIL PROTECTED]> wrote:
> On Jan 4, 2008 5:54 PM, Steve <[EMAIL PROTECTED]> wrote:
>
> > You need to install the WX libs.
> >
> > sudo aptitude install libwxbase2.8-dev
>  It is already installed. You would have seen many other types of errors if
> that was not installed. If you look at the errors it is only for the media
> control and the OpenGL stuff. Can somebody confirm that they built wxLua CVS
> on Linux lately.
>
> John,
> Have you built wxLua on Linux lately?

Yes it builds fine for me. I use the src of wxWidgets 2.8 from svn and
this configure script.

../configure \
--prefix=/home/john/wx/wxWidgets/wxWidgets_28/config_gtk2ud \
--enable-optimise=no \
--enable-debug=yes \
--enable-debug_gdb=yes \
--enable-mem_tracing=no \
--enable-profile=no \
--with-dmalloc=no \
--enable-prologio=no \
--enable-gtk2=yes \
--enable-unicode=yes \
--with-gnomeprint \
--enable-mediactrl=yes \
--with-opengl \
--enable-graphics_ctx

Check to see if you have these two libs
libwx_gtk2ud_gl-2.8.so.0.3.0
libwx_gtk2ud_media-2.8.so.0.3.0

I think you can disable building the media and gl libs for wxLua using
configure with
 --enable-wxbindmedia=no  --enable-wxbindgl=no
or edit modules/wxbind/setup/wxluasetup.h and set these
#define wxLUA_USE_wxMediaCtrl                   0
#define wxLUA_USE_wxGLCanvas                    0

Hope this helps,
    John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to