|
From: MortenMacFly <ma...@gm...> - 2008-01-23 13:41:36
|
MortenMacFly wrote: > > The current CVS version of Gnuplot crashes for the following script on > Windows: > set terminal postscript > set output "pstest.eps" > plot sin(x) > I digged into this myself and found a serious bug in the postscript terminal driver. The fact that it was working before for me was that the envvar "GNUPLOT_PS_DIR" was defined at compile time. Now that it is not (as I changed the makefile) and I am using the internal prologue (that gets compiled into the executable) the bug was raised on my machine. Anyways - I was able to fix it. See patch #1878095 (http://sourceforge.net/tracker/index.php?func=detail&aid=1878095&group_id=2055&atid=302055) for a proper fix. I hope this gets applied at some time cause this is really a bad bug. With regards, Morten. -- View this message in context: http://www.nabble.com/Crash-with-postscript-terminal-tp15040716p15041572.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |