2017.06.01 15:24 "[Tiff] TIFF printf warnings", by Aaron Boxer

2017.06.01 18:54 "Re: [Tiff] TIFF printf warnings", by Aaron Boxer

On Thu, Jun 1, 2017 at 1:03 PM, Bob Friesenhahn < bfriesen@simple.dallas.tx.us> wrote:

> Hi Folks,

I am getting the following warnings when building libtiff on 64 bit Ubuntu
with a C++ project with g++ warning level turned up:

It seems like configure or cmake got the TIFF_UINT64_FORMAT definition incorrect. Did you configure your build using 'configure' or 'cmake'?

Thanks! Yes, that was it. I am using cmake, but my libtiff cmake file has diverged from standard file. Just need to change %llu to %lu.

Cheers,

Aaron