Date: Thu, 12 Jan 2012 00:32:42 +0200 From: Andriy Gapon <avg@FreeBSD.org> To: Rainer Hurling <rhurlin@gwdg.de>, FreeBSD Ports <freebsd-ports@FreeBSD.org>, David Chisnall <theraven@FreeBSD.org> Cc: FreeBSD-Current <freebsd-current@FreeBSD.org>, Martin Matuska <mm@FreeBSD.org> Subject: Re: ImageMagick: tests fail on freebsd 10 Message-ID: <4F0E0E0A.40507@FreeBSD.org> In-Reply-To: <4F0E0B9E.2000600@FreeBSD.org> References: <4F0D595B.2000901@FreeBSD.org> <4F0D5CA5.5010409@gwdg.de> <4F0D681A.9020600@FreeBSD.org> <4F0E0B9E.2000600@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
on 12/01/2012 00:22 Andriy Gapon said the following: [snip] > /usr/include/xlocale.h:160:3: error: unknown type name 'va_list' > /usr/include/xlocale.h:162:3: error: unknown type name 'va_list' [snip] > Back to the main problem. I am not sure where the difference between the base > GCC and GCC 4.6 with respect to 'va_list' in xlocale.h comes from. Changing those two instances of 'va_list' to '__va_list' (which is used a lot throughout the header) seems to fix the problem with GCC 4.6. David, what do you think? -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F0E0E0A.40507>