[gdal-dev] Re: OGR with Expat and Xerces library support
Darius
darius.jocius at gmail.com
Wed Sep 17 03:09:06 EDT 2008
Hi there,
this morning I solved a problem by uncommenting these lines in
"makefile.vc":
##############################################################################
# The following determines whether we are linking all the OGR formats
# into the DLL, or only the minimum spatial reference related stuff
required
# for a raster-gdal build.
OGR_BASE_INCLUDE = /INCLUDE:_OCTNewCoordinateTransformation at 8 \
/INCLUDE:_OGRFeatureStylePuller at 0 \
/INCLUDE:_OSRValidate at 4 \
/INCLUDE:_OPTGetProjectionMethods at 0 \
/INCLUDE:_OGR_G_GetPointCount at 4
I didn't noticed, that I have to edit makefile.vc, because
documentation or library compiling notes has no word about it (it
says, that you have to uncomment some lines in nmake.opt for
additional library support). So, I think would be good idea to include
warning about it in nmake.opt file also.
Thanks
More information about the gdal-dev
mailing list