Search found 4 matches
- 2016-12-08T11:50:13-07:00
- Forum: Developers
- Topic: Configure bug? Building with libtiff on macOSX 10.12
- Replies: 6
- Views: 10284
Re: Configure bug? Building with libtiff on macOSX 10.12
Nothing goes wrong with the libtiff build itself. It builds cleanly. The issue seems to be the linker line in ImageMagick's configure script when it tests to see if libtiff is acceptable. The test is broken: libtiff is just fine but the test does not include -lz. The test thinks that, because it ...
- 2016-12-08T10:52:42-07:00
- Forum: Developers
- Topic: Configure bug? Building with libtiff on macOSX 10.12
- Replies: 6
- Views: 10284
Re: Configure bug? Building with libtiff on macOSX 10.12
Everything from source.
The delegates listed did not include tiff. If I build reconfigure and build libtiff with "--disable-pixarlog --disable-zlib" then IM's configure can build the tiff tests and builds fine.
The delegates listed did not include tiff. If I build reconfigure and build libtiff with "--disable-pixarlog --disable-zlib" then IM's configure can build the tiff tests and builds fine.
- 2016-12-08T10:00:39-07:00
- Forum: Developers
- Topic: Configure bug? Building with libtiff on macOSX 10.12
- Replies: 6
- Views: 10284
Re: Configure bug? Building with libtiff on macOSX 10.12
Meant to add: XCode 8.1, IM 7.0.3-9, and libtiff 4.0.4.
- 2016-12-08T09:58:50-07:00
- Forum: Developers
- Topic: Configure bug? Building with libtiff on macOSX 10.12
- Replies: 6
- Views: 10284
Configure bug? Building with libtiff on macOSX 10.12
I don't know autoconf so I don't know if this is a bug in the script or something I'm doing wrong. Please let me know. When I configure ImageMagick on macOS, it fails to find libtiff: checking for TIFF... checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes ...