On Jan 11, 2008 6:33 AM, Klaas Holwerda <[EMAIL PROTECTED]> wrote:

> checking if wxWidgets OpenGL bindings are available... no.
>
> WHy is that, i have the wxWidgets opengl library installed. (
> libwx_gtk2d_gl-2.8.a)
>
> I get this, do i need to do something extra??
>
> checking if wxWidgets Adv bindings are available... yes
> checking if wxWidgets AUI bindings are available... yes
> checking if wxWidgets OpenGL bindings are available... no
> checking if wxWidgets HTML bindings are available... yes
> checking if wxWidgets Media bindings are available... no
> checking if wxWidgets Richtext bindings are available... no
> checking if wxWidgets XRC bindings are available... no
> checking if wxWidgets STC contrib is available... yes
>
>
> And next wxstedit is not found, actually from config.log it does not
> compile and
> therefore not found, and it does not compile because wxStyledTextCtrl is
> not
> found. Which makes sence when seeing the above.
> But i think i have all those wxWidget libs in place.
>
> [EMAIL PROTECTED] lib]# pwd
> /usr/local/lib
> [EMAIL PROTECTED] lib]# ls
> libwx_based-2.8.a             libwx_gtk2d_adv-2.8.a   libwx_gtk2d_gizmos-
> 2.8.a
>     libwx_gtk2d_ogl-2.8.a       libwx_gtk2d_stc-2.8.a
> libwx_based_net-2.8.a         libwx_gtk2d_aui-2.8.a
> libwx_gtk2d_gizmos_xrc-2.8.a  libwx_gtk2d_plot-2.8.a      libwx_gtk2d_svg-
> 2.8.a
> libwx_based_xml-2.8.a         libwx_gtk2d_core-2.8.a  libwx_gtk2d_gl-2.8.a
>     libwx_gtk2d_qa-2.8.a        libwx_gtk2d_xrc-2.8.a
> libwxcode_gtk2d_stedit-2.8.a  libwx_gtk2d_fl-2.8.a    libwx_gtk2d_html-
> 2.8.a
>     libwx_gtk2d_richtext-2.8.a  wx
> [EMAIL PROTECTED] lib]#
>
>
> This did not help:
>
> ./configure --enable-wxbindgl --enable-wxbindrichtext --enable-wxbindxrc
>
> Here the summary, which i think is confusing. E.g how do these lines
> relate to
>
>  - wxBind modules enabled:
>      adv,aui,base,core,gl,html,media,net,richtext,stc,xml,xrc
>
> to the no's in the first part of what modules are enabled ( -
> enable_wxbindxrc
> module:        no).
>
> Regards,
>
> Klaas
>
>  Configuration for wxLua 2.8.7.0 successfully completed.
>   Summary of main configuration settings for wxLua:
>   - DEBUG build
>   - ANSI mode
>   - STATIC mode
>
>   - wxLua application:              yes
>   - wxLuaCan application:           yes
>   - wxLuaEdit application:          no
>   - wxLuaFreeze application:        yes
>
>   - Using BUILT-IN lua library
>   - enable_wxbindadv module:        yes
>   - enable_wxbindaui module:        yes
>   - enable_wxbindbase module:       yes
>   - enable_wxbindcore module:       yes
>   - enable_wxbindgl module:         no
>   - enable_wxbindhtml module:       yes
>   - enable_wxbindmedia module:      no
>   - enable_wxbindnet module:        yes
>   - enable_wxbindrichtext module:   no
>   - enable_wxbindstc module:        yes
>   - enable_wxbindxml module:        yes
>   - enable_wxbindxrc module:        no
>   - enable_wxluadebug module:       yes
>   - enable_wxluasocket module:      yes
>   - enable_luamodule module:        yes
>
>   - install custom wxBind stuff:    yes
>   - wxBind modules enabled:
>      adv,aui,base,core,gl,html,media,net,richtext,stc,xml,xrc
>   - wxBind modules that will be created:
>      stc,html,aui,adv,net,xml,core,base
>
>   The wxWidgets build which will be used by wxLua 2.8.7.0
>   has the following settings:
>   - DEBUG build
>   - ANSI mode
>   - STATIC mode
>   - VERSION: 2.8.7
>   - PORT: gtk2
>
>   Now, just run make.
>

I called configure with this commandline
    ./configure --with-opengl
and it found the OpenGL library. Did you try this?
-- 
Regards,
Ryan
-------------------------------------------------------------------------
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