Hello, I am attempting to build gdal 1.7.1 with hdf4 4.2.5 on windows VS 2008. I built HDF with no problems, however when I try to build GDAL with HDF (MODIFY nmake) it fails because of linker errors.
Any help would be greatly appreciated. Sample of errors...... 1>hdf4imagedataset.obj : error LNK2019: unresolved external symbol __imp__GRgetlutid referenced in function "public: static class GDALDataset * __cdecl HDF4ImageDataset::Open(class GDALOpenInfo *)" (?o...@hdf4imagedataset@@SAPAVGDALDataset@@PAVGDALOpenInfo@@@Z) 1>hdf4imagedataset.obj : error LNK2019: unresolved external symbol __imp__GRattrinfo referenced in function "public: static class GDALDataset * __cdecl HDF4ImageDataset::Open(class GDALOpenInfo *)" (?o...@hdf4imagedataset@@SAPAVGDALDataset@@PAVGDALOpenInfo@@@Z) -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Building-GDAL-with-HDF4-tp4983604p4983604.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
