octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57143] print ('-tight', 'q.eps') produces no


From: Rik
Subject: [Octave-bug-tracker] [bug #57143] print ('-tight', 'q.eps') produces no file
Date: Fri, 15 Nov 2019 18:19:24 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #7, bug #57143 (project octave):

It looks to me like the pipeline might be incorrectly created on Windows.  On
Linux there is a ';' to separate the commands given to the shell.  On Windows,
the character is '&'.  However, it looks like the temporary filename used by
gs.exe is being replicated.

The command from comment #6 is


opengl-pipeline: 'C:\Octave\OCTAVE~1.0\mingw64\bin\gs.exe -dQUIET -dNOPAUSE
-dBATCH -dSAFER -dAutoRotatePages=/None -sDEVICE=eps2write
-sOutputFile="C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps" -
C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps &
C:\Octave\OCTAVE~1.0\mingw64\bin\epstool.exe --quiet --copy --bbox
C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps 'tight.eps'  & del
C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps '


I think this should be 


opengl-pipeline: 'C:\Octave\OCTAVE~1.0\mingw64\bin\gs.exe -dQUIET -dNOPAUSE
-dBATCH -dSAFER -dAutoRotatePages=/None -sDEVICE=eps2write
-sOutputFile="C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps" - 


Followed by 


& C:\Octave\OCTAVE~1.0\mingw64\bin\epstool.exe --quiet --copy --bbox
C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps 'tight.eps'  & del
C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps '


without 


C:\Users\vlg\AppData\Local\Temp\oct-3eMH9a.eps 


in the middle.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57143>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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