2010.08.20 08:16 "[Tiff] TIFFWriteScanline works on Windows and Linux but fails on Mac", by Dennis_Mølhom_Hansen

2010.08.23 14:38 "Re: [Tiff] TIFFWriteScanline works on Windows and Linux but fails on Mac", by Olivier Paquet

2010/8/23 Dennis Mølhom Hansen <molholm@gmail.com>:

I get the following message when TIFFWriteScanline fails: "compression support is not configured"

I can't se any issues in the configure output, but I will check again.

Any ideas on how to configure compression support for LZW?

It's enabled by default and you need to explicitely disable it with --disable-lzw. Check the summary at the end of configure to make sure of its status.

Also double check that you're using the libtiff that you think you're using. Adding a printf to code I thought I was running has been an eye opener for me a few times in the past :-)

Olivier