Hi Andrew, > > Just a couple of problems: > > frmts/msg/msgcommand.cpp:434: error: 'sprintf' was not declared in this > scope > (needed a #include)
Perhaps you can provide the patch ? This driver is most likely not compiled on a regular basis due to its unusual dependencies. > > --with-rename-internal-libtiff-symbols=yes and > --with-rename-internal-libgeotiff-symbols=yes > .libs/libgdal.so: undefined reference to `TIFFReadEncodedStrip' > (had to configure without those options) If you added those flags after a first ./configure attempt, make sure to make clean && make If problems persists, could you issue "grep TIFFReadEncodedStrip frmts/o/*" and "grep gdal_TIFFReadEncodedStrip frmts/o/*" and report the output ? Even -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
