Opened 15 years ago

Last modified 15 years ago

#2699 closed defect

old libtiff incompatible with gdal trunk — at Initial Version

Reported by: warmerdam Owned by: warmerdam
Priority: high Milestone: 1.6.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: gtiff
Cc: ilucena, dron

Description

Hi there,

Downloading the nightly source distribution gdal-svn-trunk-2008.11.20.tar.gz on a RedHat Linux,

$ cat /etc/redhat-release
Enterprise Linux Enterprise Linux AS release 4 (October Update 7)

It is resulting in a error on gt_overview

% ./configure --prefix=/home/joe/utils/gdal
% make
...
Error:
 gt_overview.cpp:75: error: `TIFFFreeDirectory' was not declared in this scope
 gt_overview.cpp:75: warning: unused variable 'TIFFFreeDirectory'
 make[2]: *** [../o/gt_overview.o] Error 1
 make[2]: Leaving directory
 `/home/joe/GDAL/gdal-svn-trunk-2008.11.20/frmts/gtiff'
 make[1]: *** [gtiff-install-obj] Error 2
 make[1]: Leaving directory
 `/home/joe/GDAL/gdal-svn-trunk-2008.11.20/frmts'
 make: *** [frmts-target] Error 2

We tried something like that to try to avoid the use of other libtiff on the system:

% ./configure --prefix=/home/joe/utils/gdal --with-libtiff=/home/joe/GDAL/frmts/gtiff/libtiff --with-
geotiff=/home/joe/GDAL/frmts/gtiff/libgeotiff

But that didn't work. Same error.

Does anybody have any idea?

Thanks in advance,

Ivan

Change History (0)

Note: See TracTickets for help on using tickets.