RE: Linux Problems ????
- Posted by I Mullins <eugtk at yahoo.com> Feb 16, 2004
- 602 views
Ben Duncan wrote: > > > Ok, trying to run the ed program, am getting > following message: > > ed.ex:35 > can't find graphics.e in . > or in /home/bend/euphoria/include > include graphics.e > ^ > > In MY .profile, I have EUDIR and EUINC defined as > > EUDIR=/usr/local/euphoria > EUINC=/usr/local/euphoria/include:/usr/local/euphoria: > export EUINC EUDIR > > Anyone got any idea on WHY it's not picking this up? Yes. Type 'which exu' (without the quotes) at a prompt. This will tell you where exu is located. I suspect it will return /home/bend/euphoria/bin/exu If that's the case, then you will want your EUDIR and EUINC to point to /home/bend/euphoria and /home/bend/euphoria/include respectively. Change your .bash_profile to reflect that, and log out/in again to update the environment. By the way, Dave Cuny's EE editor is much nicer than the one which comes with Euphoria, if you want to use console mode. You'll want to add echo -e "\\033(U" to your .bash_profile to support this. If you are running xWindows, by all means get the kate editor. It's very productive. Regards, Irv