Date: Tue, 5 Dec 2006 13:56:49 -0800 (PST) From: eps+pcom0612@ana.com (Eric P. Scott) To: freebsd-ports@freebsd.org Subject: Re: devel/m4 - build fail on 4.11-STABLE Message-ID: <200612052156.kB5LunAN000351@anna.ana.com>
next in thread | raw e-mail | index | archive | help
The "useless keyword or type name in empty declaration" problems should go away if you add as files/patch-ac: --- configure.orig Mon Nov 20 06:25:55 2006 +++ configure @@ -15426,6 +15426,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include <sys/time.h> #include <sys/resource.h> Try make USE_GCC=3.4 and the other warnings should disappear as well. They're using their own stdbool.h instead of FreeBSD's, and it doesn't seem to get along well with older versions of gcc (e.g. 2.95.4). I can't reproduce the other problem; do you have print/texinfo-4.8_3 installed? -=EPS=-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612052156.kB5LunAN000351>