[gdal-dev] Two gdal-1.10.0 build errors

Even Rouault even.rouault at mines-paris.org
Thu Jun 6 11:06:41 PDT 2013


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


More information about the gdal-dev mailing list