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:[EMAIL PROTECTED] \
                /INCLUDE:[EMAIL PROTECTED] \
                /INCLUDE:[EMAIL PROTECTED] \
                /INCLUDE:[EMAIL PROTECTED] \
                /INCLUDE:[EMAIL PROTECTED]

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
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to