Date: Mon, 21 Feb 2005 19:44:29 -0800 From: Sean McNeil <sean@mcneil.com> To: gnome@freebsd.org Subject: libgnome fails to compile on amd64 Message-ID: <1109043869.9245.3.camel@server.mcneil.com>
next in thread | raw e-mail | index | archive | help
--=-6AEBeYvSQXspA0YyKRWV Content-Type: text/plain Content-Transfer-Encoding: 7bit There is an assumption that a va_list type is a simple scalar that can be assigned 0. This is not true on amd64. The value does not need to be initialized and so removing the assignment is fine. Attached is a new version of file/patch-libgnome_gnome-program.c which fixes the assignment issue. Cheers, Sean --=-6AEBeYvSQXspA0YyKRWV--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1109043869.9245.3.camel>