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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"