On Thu, May 2, 2013 at 9:57 PM, Hamish <[email protected]> wrote: > Angelo wrote: > ... > > checking gdal_priv.h, usability... no > > checking gdal_priv.h, presence... no > > checking for gdal_priv.h,... no > > checking ogr_spatialref.h usability... yes > > checking ogr_spatialref.h presence... yes > > checking for ogr_spatialref.h... yes > > checking for GDAL availability... yes > ... > > Alex: > > > Try installing libgdal1-dev: > > > sudo apt-get install libgdal1-dev > > the problem is that newer versions of GDAL no longer ship > gdal_priv.h with the -dev package, so the header file is > missing. Angelo will either have to check which version of > the -dev pkg is installed and grab the header from the gdal > svn for that release tag, or convince the titan people to > not use the private gdal API anymore. > > Hamish,
Who is the packager responsible for not including gdal_priv.h? Is this the UbuntuGIS package? Despite the name of the include file, it is the main C++ definitions and anyone using the C++ interfaces to GDAL will need it. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Software Developer
_______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc
