[GRASSLIST:3349] Re: Compilation error in module: src/raster/r.in.gdal (ignored)

Glynn Clements glynn.clements at virgin.net
Tue May 4 18:14:43 EDT 2004


DrakeGis wrote:

>   I download and compile Grass 5.0.3, and I recieve this message, after
> the compilation. here is my error.log
> 
> 
> GRASS GIS compilation log
> -------------------------
> Start of compilation: Tue May  4 05:38:31 EDT 2004
> Errors:
> Compilation error in module: src/raster/r.in.gdal (ignored)
> End of compilation:   Tue May  4 05:42:01 EDT 2004
> DONE generating GRASS GIS binary code
> 
> I try with
> ./configure --with-gdal
> ./configure --with-gdal='/usr/local/bin/gdal-configure'
> ./configure --with-gdal='/usr/local/bin'
> 
> and the rest of the options (tcltk, etc, etc). But all the three
> alternatives generate the same error.log.

Your log file says:

In file included from main.c:20:
/usr/local/include/gdal.h:129:22: cpl_port.h: No such file or directory
/usr/local/include/gdal.h:130:23: cpl_error.h: No such file or directory

This indicates that you don't have a usable GDAL installation. You
appear to have gdal.h, but not the other header files which gdal.h
requires.

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-user mailing list