I'm not sure if you're having the same problem as I was but if it's related to 
unresolved reference errors for the wxGL* classes then I found it was just a 
case of adding the GL library to the makefile. This is only applicable to 
builds using the make system of course.

Have a look in your wxWidgets library directory and identify the name of the GL 
library. In my case it was called 'libwx_gtk2ud_gl-2.8.so'. Add the text 
'-lwx_gtk2ud_gl-2.8' to the WX_LIBS variable in the file apps/Makefile.

Hopefully this will get you by while you're waiting for a patch,
Darwin

_________________________________________________________________
Feel like a local wherever you go.
http://www.backofmyhand.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to