<p dir="ltr">Hum. for my education, could you post the error messages that result in including both files? A sane system shouldn't error out... ah Microsoft... strings.h according to standards is needed for strcasecmp although i see posts that modern systems make those non deprecated functions available through string.h. I will probably revert this change then.  This was somewhat needed to fix a warning with cmake on Linux about strcasecmp being not declared.</p>
<p dir="ltr">Le 18 août 2016 16:51, "Charles Karney" <<a href="mailto:charles.karney@sri.com">charles.karney@sri.com</a>> a écrit :<br>
><br>
> -1<br>
><br>
> Sorry I didn't see these release candidates until now.  For cmake<br>
> builds under Windows (Visual Studio 2010 thru 2015), I need to revert<br>
> cpl_serv.h to its previous state with this patch<br>
><br>
> diff --git a/cpl_serv.h b/cpl_serv.h<br>
> index e33a73a..8f529c4 100644<br>
> --- a/cpl_serv.h<br>
> +++ b/cpl_serv.h<br>
> @@ -41,7 +41,7 @@<br>
>  #ifdef HAVE_STRING_H<br>
>  #  include <string.h><br>
>  #endif<br>
> -#ifdef HAVE_STRINGS_H<br>
> +#if defined(HAVE_STRINGS_H) && !defined(HAVE_STRING_H)<br>
>  #  include <strings.h><br>
>  #endif<br>
>  #ifdef HAVE_STDLIB_H<br>
><br>
>   --Charles<br>
><br>
> On 08/18/16 09:37, Even Rouault wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> This is an official motion to the MetaCRS PSC to adopt libgeotiff 1.4.2 RC3 as<br>
>> the final release.<br>
>><br>
>> The changes since 1.4.1 are described in<br>
>> <a href="https://svn.osgeo.org/metacrs/geotiff/tags/libgeotiff-1.4.2/ChangeLog">https://svn.osgeo.org/metacrs/geotiff/tags/libgeotiff-1.4.2/ChangeLog</a> .<br>
>> A shortlog would be :<br>
>>  * update to EPSG v8.9 database<br>
>>  * cleanups and security fixes<br>
>><br>
>> Motion: Adopt libgeotiff 1.4.2RC3 as 1.4.2 Release<br>
>><br>
>>   <a href="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.2RC3.tar.gz">http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.2RC3.tar.gz</a><br>
>>   <a href="http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.2RC3.zip">http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.2RC3.zip</a><br>
>><br>
>> Best regards,<br>
>><br>
>> Even<br>
>><br>
><br>
</p>