Date: Tue, 20 Jun 2000 13:51:40 -0500 From: Ade Lovett <ade@FreeBSD.org> To: Harry Newton <harry_newton@telinco.co.uk> Cc: questions@FreeBSD.ORG Subject: Re: gimp / gnome libs ports question Message-ID: <20000620135140.K6284@FreeBSD.org> In-Reply-To: <86hfao5zk6.fsf@chimaera.locus>; from harry_newton@telinco.co.uk on Tue, Jun 20, 2000 at 01:04:09PM %2B0100 References: <86hfao5zk6.fsf@chimaera.locus>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 20, 2000 at 01:04:09PM +0100, Harry Newton wrote: > [snip] > > /usr/local/include/malloc.h:70: warning: parameter names (without types) in function declaration You have installed a port that has put its own malloc.h in /usr/local/include. This is getting picked up instead of the system /usr/include/malloc.h, and is hosing things. Find the offending port: grep include/malloc.h /var/db/pkg/*/+CONTENTS and nuke it. Whether you do this from planetary orbit is entirely up to you. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: The Power to Serve http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000620135140.K6284>