[Gdal-dev] gdal-cvs tif_open.c error

Pericles S. Nacionales nacional at cbs.umn.edu
Mon Sep 13 15:16:11 EDT 2004


Folks,

I was compiling GDAL from CVS and I ran into an error with tif_open.c. 
Here's the message:

make[3]: Entering directory
`/data/users/perry/src/gdal/frmts/gtiff/libtiff'
/bin/sh ../../../libtool --mode=compile gcc -c -I../../../port -Wall 
-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe
-I/usr/local/include -DCPL_MULTIPROC_PTHREAD   -DZIP_SUPPORT
-DPIXARLOG_SUPPORT -I../../zlib -DJPEG_SUPPORT -I../../jpeg/libjpeg
tif_open.c -o ../../o/tif_open.o
 gcc -c -I../../../port -Wall -O3 -march=pentium4 -funroll-loops
-fprefetch-loop-arrays -pipe -I/usr/local/include
-DCPL_MULTIPROC_PTHREAD -DZIP_SUPPORT -DPIXARLOG_SUPPORT -I../../zlib
-DJPEG_SUPPORT -I../../jpeg/libjpeg tif_open.c  -fPIC -DPIC -o
../../o/.libs/tif_open.o
tif_open.c: In function `TIFFClientOpen':
tif_open.c:276: error: `HOST_FILLORDER' undeclared (first use in this
function)
tif_open.c:276: error: (Each undeclared identifier is reported only once
tif_open.c:276: error: for each function it appears in.)
make[3]: *** [../../o/tif_open.o] Error 1
make[3]: Leaving directory
`/data/users/perry/src/gdal/frmts/gtiff/libtiff'
make[2]: *** [lib-tiff] Error 2
make[2]: Leaving directory `/data/users/perry/src/gdal/frmts/gtiff'
make[1]: *** [gtiff-install-obj] Error 2
make[1]: Leaving directory `/data/users/perry/src/gdal/frmts'
make: *** [frmts-target] Error 2

I checked tif_open.c and there doesn't seem to be any "HOST_FILLORDER"
defined anywhere.  Does anyone know anything about it?  By the way, I'm
using gdal's internal libtiff.

Thanks in advance.
-Perry N.





More information about the Gdal-dev mailing list