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

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

[Octave-bug-tracker] [bug #31967] Cannot print in eps form in fltk print


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31967] Cannot print in eps form in fltk printing
Date: Wed, 05 Jan 2011 23:09:25 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.231 Safari/534.10

Follow-up Comment #5, bug #31967 (project octave):

For unix systems, I used "cat >" as a simple approach to redirect stdin to a
file.

I used an online DOS reference to find equivalents. Apparently my DOS
solutions aren't working. However, I'm not sure if the problem is due to the
missing ^Z, or due to how the copy command works.

What happens if the line below in __fltk_print__ ...


    waitpid (pid);


... is replaced by


    fprintf (pid, "%s", char (26));


I would have expected your idea to use 'cat' from CoreUtils for Windows to
work. There are 3 instances where "copy con" need to be replaced by "cat >".
They are on line 476, 504, and 510 of print.m. For "print test.eps" to work,
only line 510 needs to be changed. Did you replace "copy con" on line 510?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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