On Jan 5, 2008 1:57 PM, John Labenski <[EMAIL PROTECTED]> wrote:

> 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


I tried this and it doesn't work for me. I am obviously missing a package.
Are you using Ubuntu? If so what packages do you have installed? To build
wxLua this is what packages I installed:

   - mesa-common-dev
   - libglu1-mesa-dev
   - libwxbase2.8-0
   - libwxbase2.8-dev
   - libwxbase2.8-dbg
   - libwxgtk2.8-0
   - libwxgtk2.8-dev
   - libwxgtk2.8-dbg
   - wx-common
   - wx2.8-docs
   - wx2.8-headers

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 verified that I have them.

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
>

I tried to configure with
  --enable-wxbindmedia=no  --enable-wxbindgl=no
but still no success.
-- 
Regards,
Ryan
-------------------------------------------------------------------------
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