|
From: MortenMacFly <ma...@gm...> - 2008-01-23 12:31:10
|
The current CVS version of Gnuplot crashes for the following script on Windows: set terminal postscript set output "pstest.eps" plot sin(x) I have compiled GP myself successfully for the last couple of years, no problems at all with this driver. Today I had to create the prologues.h file myself using the ps_header.sh script as the current one in CVS is too old and thus compilation broken. But: A comparision between the old, and new prologues.h showed the creation is in fact OK. Here are some more details: - created prologues.h using cygwin - created GP using MSVC6 (makefile.nt) - modified makefile.nt NOT to define GNUPLOT_PS_DIR so that the PS sources are included (and in fact they are) All this worked 100% in the past (last compilation was around October of last year though) but now it's broken. With regards, Morten. -- View this message in context: http://www.nabble.com/Crash-with-postscript-terminal-tp15040716p15040716.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |