Re: Could not open wxEuphoria library. Press enter to abort.
- Posted by ghaberek (admin) Jan 16, 2013
- 1625 views
kiru said...
I am out of my depth here. Anybody who can help?
I've run into the same problems you describe. And that's kind of sad because I'm one of the developers on wxEuphoria.
I'm pretty sure the issue is with running 32-bit Euphoria on a 64-bit OS. I have gotten it working after much fiddling around. Here are my recommendations:
- Make sure libwxeu.so is in /usr/local/lib (it should be if you make/make install), then run these commands:
cd /usr/local/lib
sudo ldconfig
- Try rebooting. Seriously, sometimes that's all I've done to get it working.
- Setup a 32-Bit Chroot "jail" and install Euphoria and wxEuphoria there, and use that for your development.
- Install a 32-bit version of your OS until we get everything ironed out for 64-bit (i.e. release of Euphoria 4.1).
-Greg