Bug 692068 - MacOSX framework build problem
Summary: MacOSX framework build problem
Status: NOTIFIED INVALID
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: 9.01
Hardware: Macintosh MacOS X
: P2 minor
Assignee: Chris Liddell (chrisl)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 19:40 UTC by Leonid Lukomskij
Modified: 2012-04-16 19:16 UTC (History)
0 users

See Also:
Customer: 582
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.