From owner-freebsd-questions Tue Jun 20 11:51:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from coredump.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 4975C37C266 for ; Tue, 20 Jun 2000 11:51:52 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by coredump.lovett.com with local (Exim 3.14 #1) id 134T7c-000FHG-00; Tue, 20 Jun 2000 13:51:40 -0500 Date: Tue, 20 Jun 2000 13:51:40 -0500 From: Ade Lovett To: Harry Newton Cc: questions@FreeBSD.ORG Subject: Re: gimp / gnome libs ports question Message-ID: <20000620135140.K6284@FreeBSD.org> References: <86hfao5zk6.fsf@chimaera.locus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <86hfao5zk6.fsf@chimaera.locus>; from harry_newton@telinco.co.uk on Tue, Jun 20, 2000 at 01:04:09PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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