[Gdal-dev] gdal Install

Ryan Ollerenshaw ollerery at engr.orst.edu
Fri Sep 15 19:00:16 EDT 2006


I am having some problems installing GDAL on Fedora Core 5.  The commands ./configure make and make install all seem to run just fine but after the install when i try to run any of the commands i get:

-bash: gdaltindex: command not found

I do however get some errors when i run make and ideas on what i am doing wrong?

geotiff.cpp:2963: error: 'TIFFTAG_GEOPIXELSCALE' was not declared in this scope
geotiff.cpp:2970: error: 'TIFFTAG_GEOTIEPOINTS' was not declared in this scope
geotiff.cpp:2982: error: 'TIFFTAG_GEOTRANSMATRIX' was not declared in this scopegeotiff.cpp:3027: error: 'TIFFTAG_GEOTIEPOINTS' was not declared in this scope
geotiff.cpp:3051: error: 'GTIF' was not declared in this scope
geotiff.cpp:3051: error: 'hGTIF' was not declared in this scope
geotiff.cpp:3052: error: 'GTIFDefn' was not declared in this scope
geotiff.cpp:3052: error: expected `;' before 'sGTIFDefn'
geotiff.cpp:3057: error: 'GTIFNew' was not declared in this scope
geotiff.cpp:3066: error: 'sGTIFDefn' was not declared in this scope
geotiff.cpp:3066: error: 'GTIFGetDefn' was not declared in this scope
geotiff.cpp:3068: error: 'GTIFGetOGISDefn' cannot be used as a function
geotiff.cpp:3075: error: 'GTRasterTypeGeoKey' was not declared in this scope
geotiff.cpp:3076: error: 'GTIFKeyGet' was not declared in this scope
geotiff.cpp:3078: error: 'RasterPixelIsPoint' was not declared in this scope
geotiff.cpp:3084: error: 'GTIFFree' was not declared in this scope
geotiff.cpp: In function 'GDALDataset* GTiffCreateCopy(const char*, GDALDataset*, int, char**, int (*)(double, const char*, void*), void*)':
geotiff.cpp:3955: error: 'TIFFTAG_GEOPIXELSCALE' was not declared in this scope
geotiff.cpp:3964: error: 'TIFFTAG_GEOTIEPOINTS' was not declared in this scope
geotiff.cpp:3980: error: 'TIFFTAG_GEOTRANSMATRIX' was not declared in this scopegeotiff.cpp:4017: error: 'TIFFTAG_GEOTIEPOINTS' was not declared in this scope
geotiff.cpp:4032: error: 'GTIF' was not declared in this scope
geotiff.cpp:4032: error: 'psGTIF' was not declared in this scope
geotiff.cpp:4034: error: 'GTIFNew' was not declared in this scope
geotiff.cpp:4035: error: 'GTIFSetFromOGISDefn' cannot be used as a function
geotiff.cpp:4041: error: 'GTRasterTypeGeoKey' was not declared in this scope
geotiff.cpp:4041: error: 'TYPE_SHORT' was not declared in this scope
geotiff.cpp:4042: error: 'RasterPixelIsPoint' was not declared in this scope
geotiff.cpp:4042: error: 'GTIFKeySet' was not declared in this scope
geotiff.cpp:4045: error: 'GTIFWriteKeys' was not declared in this scope
geotiff.cpp:4046: error: 'GTIFFree' was not declared in this scope
geotiff.cpp:4309: error: 'XTIFFClose' was not declared in this scope
make[2]: *** [../o/geotiff.o] Error 1
make[2]: Leaving directory `/usr/share/gdal-1.3.2/frmts/gtiff'
make[1]: *** [gtiff-install-obj] Error 2
make[1]: Leaving directory `/usr/share/gdal-1.3.2/frmts'
make: *** [frmts-target] Error 2





More information about the Gdal-dev mailing list