2020.01.18 13:19 "[Tiff] Warnings while building tools", by Miguel Medalha

2020.01.22 19:13 "Re: [Tiff] Warnings while building tools", by Christoph Gohlke

On 1/22/2020 8:47 AM, Greg Troxel wrote:

cmake may well be better and all that but for users who are not programmers the suppression of the nmake build system will be close to a nightmare. Again, looks like professional developers are not very sensitive to the needs of the common man. We are used to quickly build the tools when a new release appears and just go on with the work as usual. This will add a whole new level of complexity which most will not be willing to address because they are too busy with their normal work.

A welcome alternative, of course, would be to also have a release of binaries of the tools, as happens with ImageMagick and many others.

It sounds like there is a need/opportunity for someone to provide paid support for windows users :-)

Binaries of the libtiff tools for Windows are available in many places, e.g. conda, nuget, msys2

<https://anaconda.org/conda-forge/libtiff/files> <https://www.nuget.org/packages/libtiff-msvc-x64/>

<https://packages.msys2.org/package/mingw-w64-x86_64-libtiff>

Christoph