Re: Failure to detect pswrite and epswrite Ghostscript devices
Bob Friesenhahn <[email protected]> Wed, 4 Nov 2015 20:46:09 -0600 (CST)
| Newsgroups | gmane.comp.video.graphicsmagick.bugs |
|---|---|
| Message-ID | <[email protected]> |
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1922178196-1446691569=:1673 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by blade.simplesystems.org id tA52k9u3019032 On Mon, 2 Nov 2015, Test User wrote: >=20 > By the way, I noticed the following in the configure script: > # It would be nice to use reg.exe to obtain Ghostscript information > # but unfortunately MSYS seems to transform registry key paths into > # filesystem paths so it does not work.=C2=A0 Maybe there is a way to > # prevent that translation? >=20 > Does the following solve that problem? > $ cmd /c "reg query \"HKLM\Software\GPL Ghostscript\" /s" >=20 > HKEY_LOCAL_MACHINE\Software\GPL Ghostscript\9.18 > =C2=A0=C2=A0=C2=A0 GS_DLL=C2=A0=C2=A0=C2=A0 REG_SZ=C2=A0=C2=A0=C2=A0 C:= \Program Files (x86)\gs\gs9.18\bin\gsdll32.dll > =C2=A0=C2=A0=C2=A0 GS_LIB=C2=A0=C2=A0=C2=A0 REG_SZ=C2=A0=C2=A0=C2=A0 C:= \Program Files (x86)\gs\gs9.18\bin;C:\Program Files (x > 86)\gs\gs9.18\lib;C:\Program Files (x86)\gs\gs9.18\fonts That trick does seem to help. This seems to get closer to the needed value: cmd /c "reg query \"HKLM\Software\GPL Ghostscript\" /v GS_LIB /s" Bob --=20 Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen= / GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ---559023410-1922178196-1446691569=:1673 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ ---559023410-1922178196-1446691569=:1673 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Graphicsmagick-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/graphicsmagick-bugs ---559023410-1922178196-1446691569=:1673--