Re: wxEuphoria (again)
- Posted by mattlewis (admin) Jan 31, 2010
- 2046 views
Jerry_Story said...
Still doesn't work. "Could not open wxEuphoria library"
The svn version of wxEuphoria produced a libwxeu.so.14.
Yes, that's the current version of the shared library (which doesn't necessarily track with the overall version number of wxEuphoria).
Can you try something simple:
include dll.e ? open_dll("/usr/local/lib/libwxeu.so")
...change the path to whatever is correct. Also, please try the one you built, using the full path to the library.
Matt