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

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

[Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk print


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk printing (MinGW)
Date: Tue, 27 Sep 2011 11:30:53 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1

Follow-up Comment #10, bug #31976 (project octave):

Its been a while since I looked at this. I recall the problem is with piping
(from octave to pstoedit?).

After a quick review, it appears the command below doesn't work.


"C:Program Filespstoedit/pstoedit.exe" -f fig 2> NUL | "C:Program
Filesfig2dev/fig2dev.exe" -L emf 2> NUL > test1.emf


But this one does.


C:usrtatsutesttestOctavefltk_print_test>type test1.eps | "C:Program
Filespstoedit/pstoedit.exe" -f fig 2> NUL | "C:Program
Filesfig2dev/fig2dev.exe" -L emf 2> NUL > test1.emf 


The difference is the leading part below.


C:usrtatsutesttestOctavefltk_print_test>type test1.eps | 


What Octave commands are needed to ensure we are running Mingw and not Cygwin
or some other OS?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31976>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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