[gdal-dev] Compilation failure when excluding OGR Formats
Timothy Astle
timothy.astle at caris.com
Thu Dec 10 11:22:36 PST 2015
I just tried to build the head of the GDAL trunk with the following
commented out in the opt file:
#INCLUDE_OGR_FRMTS = YES
The build fails because during the compilation of ogrutils. The
compiler has no idea what GDALGeneralCmdLineProcessor or GDAL_OF_VECTOR
are. It appears that gdal.h isn't available to that class when trying
to build the project with that configuration.
Is that option still supported or is this a bug?
--
Tim
More information about the gdal-dev
mailing list