octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fltk printing


From: Michael D Godfrey
Subject: fltk printing
Date: Fri, 06 Aug 2010 09:43:53 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Thunderbird/3.1.1

The last changeset mainly works well, but I got the following:

octave:3> print test.pdf
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
warning: print.m: ghostscript failed to convert output to file 'test.pdf'.
No such file or directory
warning: print.m: failed to delete temporay file, '/tmp/oct-v6IZoF.eps'.
octave:4> refresh
octave:5> print('test.pdf', '-color');
octave:6> quit
========================
The print('test.pdf','-color');  produced correct output, but the output
from print test.pdf was a blank page.  Previously,
print test.pdf  (or test.ps, since before the latest updates pdf was
not implemented)  worked as expected.  Now, print test.ps also
fails just like print test.pdf

Also, as an even more minor point, in the line:
warning: print.m: failed to delete temporay file, '/tmp/oct-v6IZoF.eps'

temporay should be temporary.

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]