Re: Could not open wxEuphoria library. Press enter to abort.
- Posted by Jerome Jan 16, 2013
- 1599 views
Just as another data point, I'm successfully using 64bit Euphoria 4.1 with wxEuphoria on my Ubuntu 11.10 64 bit system.
$ eui -v Euphoria Interpreter v4.1.0 development 64-bit Linux, Using System Memory Revision Date: 2012-11-08 13:38:16, Id: 5826:79c875319629
If you don't mind using the pre-alpha release of Eu 4.1, everything should work smoothly with 64 bit libraries for wxWidgets!
$ file libwxeu.so.16 libwxeu.so.16: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
A 4.1 pre-alpha is available from here or you can compile Euphoria from source.
Hope this helps,
Ira