On Jan 7, 2008 3:22 AM, Klaas Holwerda <[EMAIL PROTECTED]> wrote:

> oke.
>
> You should check the configuration wxLua tries to find/uses.
>
> On the command line:
>
> wx-config --libs
> wx-config --selected_config
>
> Try also wx-config --help.
> Is it indeed unicode version that is found?
> This is how you know exactly which libs will be linked.
>
> If you do use this the next, be aware that there is some caching of
> previous
> arguments to configure, i suggest, remove all start from scratch.
>
> ./configure --with-opengl
>
> I also noticed in your compile line, that it does not contain the
> -libwx_gtk2ud_gl-2.8.so.0.3.0.
>
> It only has these wx libs linked in:
> -lwx_gtk2u_stc-2.8 -pthread   -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8
> -lwx_gtk2u_html- 2.8 -lwx_gtk2u_adv-2.8 -lwx_baseu_net-2.8 -lwx_baseu_xml-
> 2.8
> -lwx_gtk2u_core-2.8 -lwx_baseu-2.8
>
> So i think it is not found by configure of wxLua.
>
> Can't get to Linux right now, but hope it helps.


I got a completely fresh cvs checkout and then ran
./configure --with-opengl
And still it fails for the same things. Any other tests or ideas?

Thanks for the help so far.
-- 
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