Re: GTKmm-2.18.2-2 patch for VC Compiler
- From: Armin Burgmeier <armin arbur net>
- To: Urs Stotz <stotz typedef ch>
- Cc: gtkmm-list gnome org
- Subject: Re: GTKmm-2.18.2-2 patch for VC Compiler
- Date: Fri, 26 Feb 2010 15:06:01 +0100
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
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]