Re: wxEuphoria - Linux
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Nov 22, 2004
- 538 views
Kenneth Rhodes wrote: > > Hi Matt, > I've fiddled with my bash_profile settings. Still no joy. > > PATH=/home/ken/euphoria/bin/:$PATH:$HOME/bin > EUDIR=/home/ken/euphoria/ > EUINC=/home/ken/EuProgs/wxEuphoria/ > export PATH EUDIR EUINC > unset USERNAME > > gives me the same machine level exception error. > > EUDIR=/home/ken/euphoria/:/home/ken/EuProgs/wxEuphoria/ > gives me some type of can't find DLL message. I think you should only have a single EUDIR (not like EUINC or PATH). Based on the above profile entry, wxEuphoria would expect to find the shared library at: /home/ken/euphoria/bin/libwx_gtk-2.4.so.0.1.1 If you've placed it somewhere else, you can change the value of wxWin_name (should be at line 49 of wxEuphoria.e for linux). Is it opening the library correctly? Matt Lewis