|
From: | Alan Rockwood |
Subject: | finding gsview in epstk version 1.8 |
Date: | Mon, 10 Sep 2001 18:59:36 -0600 |
ePath='./';%default directory of epstk-mfiles
%ePath='/usr/local/share/octave/site/m/epstk/m/';%default directory of epstk-mfiles
eGhostview='ghostview -magstep -1'; %ghostview for linux
%eGhostview='c:\Program Files\Ghostgum\gsview\gsview32.exe'; %ghostview for windows
eGhostscript='gs'; %ghostscript for linux
%eGhostscript='c:\Program Files\gs\gs7.00\bin\gswin32.exe'; %ghostscript for windows
The ghosview path for windows is correct. I have checked it perhaps 20 times, including re-typing it. However, by experimentation I have concluded that there is something wrong in the two lines that setup ghostview. For example, if I change 'ghostview -magstep...' to 'ghostgum -magstep...' the error says it can't find phostgum. Likewise, if I change it to 'gsview32 -magstep...' the error says it can't find gsview32. I tried those two words because one relates to a directory name, and one relates to the executable file name. Anyway, it seem obvious that the problem is in that line, or perhaps the line that follows it.
Can anyone provide some ideas?
[Prev in Thread] | Current Thread | [Next in Thread] |