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

2017.06.02 20:05 "Re: [Tiff] TIFF printf warnings", by Roger Leigh

On 01/06/2017 18:54, Aaron Boxer wrote:

On Thu, Jun 1, 2017 at 1:03 PM, Bob Friesenhahn

> <bfriesen@simple.dallas.tx.us <mailto: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.

Just to double check, there's nothing which we need to fix in the CVS copy of CMakeLists.txt?

Are there any changes you have made which need integrating? Or anything you've encountered which you would like improving?

Thanks,

Roger