Hi Urs,

Can you file that as a bug to fontconfig on bugs.freedesktop.org? This
is where that header actually comes from in the gtkmm installer.

I'll still try to remember to apply that patch for the next installer
but it would be nice to have this fixed at its root in the end.

Thanks,
Armin

On Thu, 2010-02-18 at 00:38 +0100, Urs Stotz wrote:
> diff -Nurp GTKmm-2.18.2-2.org/include/fontconfig/fontconfig.h
> GTKmm-2.18.2-2/include/fontconfig/fontconfig.h
> --- GTKmm-2.18.2-2.org/include/fontconfig/fontconfig.h        2010-02-16
> 14:10:33.955553900 +0100
> +++ GTKmm-2.18.2-2/include/fontconfig/fontconfig.h    2010-02-16
> 14:06:12.160313100 +0100
> @@ -27,7 +27,9 @@
>  
>  #include <sys/types.h>
>  #include <sys/stat.h>
> -#include <unistd.h>
> +#ifndef _MSC_VER
> +#  include <unistd.h>
> +#endif
>  #include <stdarg.h>
>  
>  #if defined(__GNUC__) && (__GNUC__ >= 4)
> 
> _______________________________________________
> gtkmm-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtkmm-list


_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to