|
From: | Michael D Godfrey |
Subject: | Re: wait_for_file ?? |
Date: | Fri, 03 Sep 2010 00:16:22 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2 |
On 09/02/2010 11:07 PM, Shai Ayal wrote:
It appears that it is not gl2ps's fault. I found where gl2ps-renderersince OpenGL is part of the process of file creation (gl2ps just plugs in into OpenGL), and OpenGL is a component of the X-server, does an fclose(). It happens as: octave:1> plot(1:20) octave:2> print ('gl2ps_t1x.pdf','-dpdf') gl2ps file closed. dev/null used for /tmp/oct-EANaGs.ps delay: 1 dev/null used for /tmp/oct-kuVKSp.eps delay: 1 drawnow iter 1 drawnow iter 2 drawnow iter 3 drawnow iter 4 drawnow iter 5 drawnow iter 6 drawnow iter 7 drawnow iter 8 drawnow iter 9 octave:3> ============================= So, the place where things go wrong is the .ps to .eps conversion. Does gs do this? |
[Prev in Thread] | Current Thread | [Next in Thread] |