Hi, Martin Lambers wrote: > Roman Bogorodskiy reported that xvasprintf.c fails to compile on FreeBSD > 4.x, and that the patch below fixes that. He can give more details if > necessary. Apparently, FreeBSD does not have va_copy(). This should be > catched by stdarg.m4, right?
Right. The details to check are: - Is the m4/stdarg.m4 the one with md5sum equals to fb48fbe4b6705f3b4ca11677e57fc2ab ? (There was a bug in older revisions of this file. It was fixed on 2006-07-01.) - If yes, please show the piece of config.h around "gl_va_copy" and the piece of config.log around "checking for va_copy". Bruno