2016.11.17 03:33 "[Tiff] Visual Studio Warnings", by Aaron Boxer

2016.11.21 18:57 "Re: [Tiff] Visual Studio Warnings", by Aaron Boxer

Hi Bob,

Yes, this is a cmake build, but I am using a custom cmake file.

https://github.com/GrokImageCompression/grok/blob/master/thirdparty/libtiff/CMakeLists.txt

I guess this is my problem, then :)

Aaron

On Sat, Nov 19, 2016 at 10:09 AM, Bob Friesenhahn < bfriesen@simple.dallas.tx.us> wrote:

On Fri, 18 Nov 2016, Aaron Boxer wrote:

> By the way, I compiled that latest tifflib under linux 64 bit, gcc 5.4, and

there are a number of warnings about "format %llu expects long long unsigned int but argument 4 has type toff_t (aka long unsigned int) "

I am not seeing these when using 'configure'. What mechanism are you using for building (cmake?) and what options were provided?

On a system matching your description, I am not seeing any warnings from the compiler while doing a 'make distcheck' using a configure-based build with clang 3.5.1 installed (also tests the clang build).