ImageMagick: tests fail on freebsd 10

Andriy Gapon avg at FreeBSD.org
Wed Jan 11 22:32:47 UTC 2012


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


More information about the freebsd-ports mailing list