|
From: Darwin S. <dar...@ho...> - 2007-09-05 13:49:36
|
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 j= ust a case of adding the GL library to the makefile. This is only applicabl= e to builds using the make system of course. Have a look in your wxWidgets library directory and identify the name of th= e GL library. In my case it was called 'libwx_gtk2ud_gl-2.8.so'. Add the te= xt '-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= |