Re: Ghostscript/GhostPDL 9.28 Release Candidate 1

Chris Liddell <[email protected]> Tue, 20 Aug 2019 09:56:16 +0100
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <[email protected]>
Hi Akira,

On 20/08/2019 09:37, Akira Kakuto wrote:
> Dear Chris,
> 
>> It may be that the path I add is only correct when using a
>> command line option to explicitly set the ICC profiles path.
> 
> ps2pdf -sICCProfilesDir#c:/usr/gs/gs9.28/iccprofiles/  iii.eps  iii.pdf
> 
> was fine. However
> 
> ps2pdf iii.eps iii.pdf
> 
> fails as I stated before with
> Last OS error: Permission denied
> 
> Note that
> 
> ps2pdf foo.eps foo.pdf
> 
> is OK where foo.eps does not contain "setpagedevice".
> The iccprofiles are not read only when the eps contains "setpagedevice".

I'm assuming from the clash of Unix and Windows stuff ("c:" looks
Windowsy, but the "/usr/..." looks Unixy), that you're using something
like msys/mingw ?

If so, could you give me the options you use with configure (mainly any
path related ones, like --prefix), please?

Or, if you use the "real" Windows build (psi/msvc.mak), then any path
related options you pass to the nmake invocation, please?

Chris