Re: need help with wxEuphoria on linux
- Posted by mattlewis (admin) Jul 12, 2009
- 1149 views
raseu said...
please excuse the delay
got tied up with other things
here's the list of dependencies for libwxeu.so.14
$ ldd -d libwxeu.so.14
missing :
symbol wxEVT_COMMAND_AUINOTEBOOK_TAB_MIDDLE_DOWN, version WXU_2.8 not defined in file libwx_gtk2u_aui-2.8.so.0 with link time reference (/usr/local/lib/libwxeu.so.14)
Ok, so all of the libraries are there, but I suspect you may have an earlier version. Ubuntu 9.04 should be shipping with wxWidgets 2.8.9 (at least, that's what I have). Try this, and let me know what you get:
$ wx-config --version 2.8.9As you can see, I have 2.8.9 installed.
Matt