Hello I was to trying to compile the code for GDAL-Correlator that I cloned from https://github.com/migal-drew/GDAL-correlator
Even though I have included all the header files in the Include Path and gdal and cpl files are already included, I am getting the following errors /* In function `GatherFeaturePoints(GDALDataset*, int*, GDALFeaturePointsCollection*, int, int, double)': undefined reference to `CPLError undefined reference to `GDALDataset::GetRasterBand(int)' undefined reference to GDALSimpleSURF::ConvertRGBToLuminosity(GDALRasterBand*, GDALRasterBand*, GDALRasterBand*, int, int, double**, int, int)' */ and many more errors like this. All the above functions are a part of some header file. Like CPLError() has its definition in cpl_error.h which is already included, but I am still getting this error. Can anyone help? Regards, Kshitij Kansal Lab For Spatial Informatics, IIIT Hyderabad
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev