[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #49718] Octave crashes on print/saveas etc whe
From: |
John Donoghue |
Subject: |
[Octave-bug-tracker] [bug #49718] Octave crashes on print/saveas etc when installed on a directory with parenthesis |
Date: |
Thu, 5 Sep 2019 08:22:49 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763 |
Follow-up Comment #39, bug #49718 (project octave):
for test 4, 5, re comment #37, the call to epstool:
[status, devlist] = system (sprintf ('"%s" -h', opts.ghostscript.binary));
debug> opts.ghostscript.binary
ans = C:\Octave\OCTAVE~1.3)\mingw64\bin\gs.exe
debug> sprintf ('"%s" -h', opts.ghostscript.binary)
ans = "C:\Octave\OCTAVE~1.3)\mingw64\bin\gs.exe" -h
debug> [status, devlist] = system (sprintf ('"%s" -h',
opts.ghostscript.binary));
'""C:\Octave\OCTAVE~1.3)\mingw64\bin\gs.exe" -h"' is not recognized as an
internal or external command,
operable program or batch file.
debug> status
status = 1
debug> devlist
devlist =
debug> system (sprintf ('"%s" -h', opts.ghostscript.binary));
GPL Ghostscript 9.27 (2019-04-04)
Copyright (C) 2018 Artifex Software, Inc. All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE no pause after page | -q `quiet', fewer messages
-g<width>x<height> page size in pixels | -r<res> pixels/inch resolution
-sDEVICE=<devname> select device | -dBATCH exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
embed %d or %ld for page #
So when calling with the out parameters, it fails, but not otherwise
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?49718>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/