Re: need help with wxEuphoria on linux
- Posted by mattlewis (admin) Jul 08, 2009
- 1154 views
raseu said...
EU VERSION : EU4 r2176M
PLATFORM : Linux Ubuntu
COMPILER : gcc 4.1.3 20080929
wxEuphoria library versions libwxeu.so.13, libwxeu.so.14 don't work for me either
I had to go back to libwxeu.so.12 for it to work
libwxeu.so.12 will eventually crash on you if you ever call any wxEuphoria functions that return a sequence (like getting the value of a textbox).
raseu said...
and you do not necessarily need to copy the library to /usr/lib
versions 13 and 14 won't work for me even with absolute pathnames
eg :
wxWidgets = open_dll("./libwxeu.so.14")
they both fail with
Could not open wxEuphoria library. Press enter to abort
Try:
$ ldd /usr/lib/libwxeu.so.14Substitute the actual path to the library, and post the results.
Matt