|
From: Tatsuro M. <tma...@ya...> - 2009-12-03 01:00:11
|
Hello
--- Ethan Merritt wrote:
> > I have met the same error that reported by Franco Fritschij
> > using gnuplot in gp440rc1_win.zip.
>
> I do not understand the report.
>
>
> > gnuplot> cd 'D:\usr\Tatsu\program\Gnuplot\test19'
>
> OK. So this is the directory you are running from.
>
Sorry for my bad writing.
The directory constitution is
gnuplot/bin/wgnuplot.exe
gnuplot/bin/wgnuplot_pipes.exe
gnuplot/bin/gnuplot.exe
:
gnuplot/bin/share/PostScript/(8859-1.ps etc.)
gnuplot/bin/share/js/(canvasmath.js etc.)
gnuplot/bin/share/lua/share/lua/(gnuplot-tikz.lua etc.)
gnuplot/bin/etc/fonts/fonts.conf
If I just rename 'bin' to 'binaries', everything works as expected.
The other change that works
gnuplot/bin/wgnuplot.exe
gnuplot/bin/wgnuplot_pipes.exe
gnuplot/bin/gnuplot.exe
:
gnuplot/share/PostScript/(8859-1.ps etc.)
gnuplotshare/share/js/(canvasmath.js etc.)
gnuplot/share/lua/share/lua/(gnuplot-tikz.lua etc.)
gnuplot/etc/fonts/fonts.conf
The second is standard unixy directory constitution.
In this case, everything works correctly.
> > gnuplot> set term post
> > Terminal type set to 'postscript'
> > Options are 'landscape noenhanced defaultplex \
> > leveldefault monochrome colortext \
> > dashed dashlength 1.0 linewidth 1.0 butt noclip \
> > palfuncparam 2000,0.003 \
> > "Helvetica" 14 '
> > gnuplot> set out 'test.ps'
> > gnuplot> plot sin(x)
> > Can't find PostScript prologue file
>
> > C:\Program Files\gp44rc1win32\gnuplot\\share/PostScript\prologue.ps
> ^^^
>
> And this is the directory it is looking in.
> Is the problem that there is a forward slash (/) rather than a
> backward slash (\)?
>
> What directory are the PostScript files actually installed in?
> What directory is the wgnuplot.exe executable installed in?
>
> > loadpath is empty
> > Please copy prologue.ps to one of the above directories
> > or set the loadpath appropriately
> > or set the environmental variable GNUPLOT_PS_DIR
>
> What happens when you follow these suggestions?
> Is GNUPLOT_PS_DIR set to an incorrect directory?
> If you set GNUPLOT_PS_DIR to the correct directory, does the program
> still not find it?
environmental variable GNUPLOT_PS_DIR is not set for my case.
If it is set .../gnuplot/bin/share/PostScript, no prpblem occur as expected.
> > After changing directory name 'bin' to 'binaries',
>
> After changing what directory name?
> None of the directories printed above contain either "bin" or "binaries".
--------------------------------------
Learn more about HIV/AIDS - Red Ribbon Campaign 2009
http://pr.mail.yahoo.co.jp/redribbon/
|