Bug 692068

Summary: MacOSX framework build problem
Product: Ghostscript Reporter: Leonid Lukomskij <leonidas>
Component: Build ProcessAssignee: Chris Liddell (chrisl) <chris.liddell>
Status: NOTIFIED INVALID    
Severity: minor    
Priority: P2    
Version: 9.01   
Hardware: Macintosh   
OS: MacOS X   
Customer: 582 Word Size: ---

Description Leonid Lukomskij 2011-03-14 19:40:06 UTC
We are using Ghostscript as framework on MacOSX all the time.

Make file was very simplified all the time, but I modified it for our purposes and didn't have problems.

But it seems now this modification is impossible. Our devices uses tiff library, but now GS uses libtiff and I can't compile it under MacOSX

I included tiff.mak into main makefile but without success - compilation finished with error.

Could you write adequate makefile for framework building with all features (without display device, sure)?

This is important problem for us now
Comment 1 Chris Liddell (chrisl) 2011-03-14 19:46:14 UTC
This is just a thought, but the problem might be that the build now expects the libtiff configure script to have been run. You could try going into the libtiff directory and running ./configure before then trying your build normally.

If that doesn't work for you, I'll look into it further.
Comment 2 Chris Liddell (chrisl) 2011-06-06 20:33:57 UTC
In the absence of feedback on the suggested cause/workaround for some months, closing.

If this is still a problem, please reopen and include the build output with the error meesage.