1. RE: Linux Problems ????
- Posted by CoJaBo <cojabo at suscom.net> Feb 16, 2004
- 581 views
I had the same problem once on win xp, it started working a few days later for no reason. " can't find graphics.e in . > or in /home/bend/euphoria/include" I don't see why it would say that. I don't know much about Linux but mayby restarting or checking the configuration files will help. 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? > >
2. RE: Linux Problems ????
- Posted by I Mullins <eugtk at yahoo.com> Feb 16, 2004
- 603 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
3. RE: Linux Problems ????
- Posted by CoJaBo <cojabo at suscom.net> Feb 17, 2004
- 601 views
Hayden McKay wrote: > > > ----- Original Message ----- > From: "CoJaBo" <cojabo at suscom.net> > To: <EUforum at topica.com> > Subject: RE: Linux Problems ???? > > > > You may have to include "/home/bend/euphoria/include" to your EU path > variables. > > Can you show us the include statement? include graphics.e It is in the error message posted erlier. > > If its: > include /home/bend/euphoria/include/graphics.e > it may need to be: > include C:/home/bend/euphoria/include/graphics.e If I am correct, Linux doesn't have a C:\ drive. Are you getting it confused with MS Windows? > > Some more info is needed. You are looking for an include file that > resides > in a different directory than your EU path! > > > > > <<SNIP> > > > > > > > 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? > > > > > > > > TOPICA - Start your own email discussion group. FREE! > > > > > > -- > > Incoming mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.588 / Virus Database: 372 - Release Date: 14/02/04 > > > > --- > > > -- > >