On Jan 11, 2008 11:01 AM, Klaas Holwerda <[EMAIL PROTECTED]> wrote:
> Ryan Pusztai wrote:
>
> >
> > I called configure with this commandline
> >     ./configure --with-opengl
>
> Tha i did for configuring wxWidgets, for wxLua ./configure --help does not 
> show
> me such an option.
>
> > and it found the OpenGL library. Did you try this?
>
> Yes i see in your output:
>
> - enable_wxbindgl module:         yes
>
> But in mine it is no, and i don't know why.

Check config.log, you should have something different than what Ryan
has (pasted below). I think the problem is that you have a static
build only, but the configure check tries to link to the shared
libraries, but if that were the case, all the checks should fail.
Please attach your config.log,

configure:6328: checking if wxWidgets OpenGL bindings are available
configure:6353: g++ -o conftest  -O2
-I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__  conftest.cpp
-lwx_gtk2u_gl-2.8 -pthread   -lwx_baseu_net-2.8 -lwx_baseu_xml-2.8
-lwx_gtk2u_core-2.8 -lwx_baseu-2.8  >&5
configure:6359: $? = 0
configure:6377: result: yes

Regards,
    John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to