From owner-freebsd-questions  Sat Oct  5  8:45:43 2002
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2927A37B401
	for <freebsd-questions@freebsd.org>; Sat,  5 Oct 2002 08:45:42 -0700 (PDT)
Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB0B43E75
	for <freebsd-questions@freebsd.org>; Sat,  5 Oct 2002 08:45:41 -0700 (PDT)
	(envelope-from freebsd-questions-local@be-well.no-ip.com)
Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged))
	by be-well.ilk.org (8.12.6/8.12.5) with ESMTP id g95FjZrL083334;
	Sat, 5 Oct 2002 11:45:35 -0400 (EDT)
	(envelope-from freebsd-questions-local@be-well.no-ip.com)
Received: (from lowell@localhost)
	by be-well.ilk.org (8.12.6/8.12.6/Submit) id g95FjUM6083331;
	Sat, 5 Oct 2002 11:45:30 -0400 (EDT)
X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f
To: freebsd-questions@freebsd.org, ns@sundive.homeunix.net
Subject: Re: failure installing procmail from ports
References: <20021004080938.GM96239@sundive.homeunix.net>
From: Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
Date: 05 Oct 2002 11:45:30 -0400
In-Reply-To: <20021004080938.GM96239@sundive.homeunix.net>
Message-ID: <44elb451ph.fsf@be-well.ilk.org>
Lines: 20
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-freebsd-questions@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-questions.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions>
X-Loop: FreeBSD.ORG

Nigel Soon <ns@sundive.homeunix.net> writes:

> Your system appears to not (correctly) support at least one of:
> const, volatile, function prototypes, and enum types.  Future
> versions of procmail will probably require support for all of them,
> so you should either upgrade your compiler to one that's compliant
> with the ISO C standard (the standard's over 10 years old, for
> goodness sake), or send email to <bug@procmail.org> explaining why
> you need procmail to continue to support K&R C.

Procmail builds fine for me, and looking over the autoconf script, I
don't see any obvious way you could fail this particular check.

What do you get when you type 'cc -v'?

> /usr/include/string.h:54: warning: conflicting types for built-in function `memcmp'

Does that file use the ANSI definition?  In -STABLE, it's:
        int	 memcmp __P((const void *, const void *, size_t));


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message