Help Editing in SSH Term
- Posted by euphoric (admin) Jan 04, 2009
- 1244 views
I'm trying to run ed.ex with exu in a PuTTy terminal from a Windows box. Basically I'm just editing some files on my server.
The problem is when I run 'exu ed.ex' it complains thusly:
/home/realesta/bin/ed.ex:36 can't find std/graphics.e in /home/realesta/bin/ or in /home/realesta/bin or in or in /home/realesta/euphoria/include include std/graphics.e ^
But that's a lie! /home/realesta/euphoria/include does exist and std/ is there and graphics.e is there! So what's the problem here? :)
In /home/realesta/bin/ exists the euinc.conf file, which has /home/realesta/euphoria in it.
So what might be the problem here?
Thanks!