Ryan Pusztai wrote:

> 
>     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

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.

Klaas




-- 
Unclassified

-------------------------------------------------------------------------
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