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

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

[Octave-bug-tracker] [bug #36076] Ghostscript executable not found with


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #36076] Ghostscript executable not found with name 'gs' on Windows
Date: Fri, 06 Apr 2012 10:31:48 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

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

This bug is a bit of a intriguing one.

It must have been broken ever since at least 3.4.0, as I've had to copy
gswin32c.exe to gs.exe AFAICR.

After digging around in the code, I finally find in __print_parse_opts__.m,
subfunction __ghostscript_binary__.m (L.450) that in case of Windows, Octave
should indeed search for
{"gs.exe", "gswin32c.exe", "mgs.exe"}
...but no, that didn't work here nor on the OP's box.

However, after having stepped through the code of 3.6.1_MinGW, automagically
it now works OK on my box: it does find & use gswin32c.exe. Go figure...

BTW an alternative trick to point Octave to the Ghostscript exe is to specify
the fully qualified pathname in an environment var "GSC".

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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