Opened 13 years ago

Closed 13 years ago

#4316 closed defect (invalid)

cannot compile

Reported by: garey Owned by: Mateusz Łoskot
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description (last modified by Mateusz Łoskot)

Trying to configure on RedHat EP 5

./configure --with-mrsid=/opt/Raster_DSDK --with-jp2mrsid=yes \
--with-png=INTERNAL --with-libtiff=INTERNAL \
--with-geotiff=INTERNAL --with-jpeg=INTERNAL \
--with-gif=INTERNAL --with-hide-internal-symbols

getting the error message:

checking for TIFFScanlineSize64 in -ltiff... no
checking for XTIFFClientOpen in -lgeotiff... no
checking for XTIFFClientOpen in -lgeotiff... (cached) no
configure: error: We require at least GeoTIFF 1.2.1. Consider using the one supplied with GDAL

Change History (4)

comment:1 by Mateusz Łoskot, 13 years ago

Description: modified (diff)

comment:2 by garey, 13 years ago

I didn't specify that I am trying to configure and compile GDAL1.7.3

comment:3 by Mateusz Łoskot, 13 years ago

Owner: changed from warmerdam to Mateusz Łoskot

comment:4 by Mateusz Łoskot, 13 years ago

Resolution: invalid
Status: newclosed

Where did you learn about using the upper-case INTERNAL from?

./configure --help | grep -i internal

and you will see lower-case internal values are specified.

So, please use lower-case

--with-geotiff=internal
Note: See TracTickets for help on using tickets.