From owner-freebsd-hackers Sat Feb 28 21:20:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11918 for freebsd-hackers-outgoing; Sat, 28 Feb 1998 21:20:35 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11888 for ; Sat, 28 Feb 1998 21:20:29 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.5/8.8.7) id QAA21012; Sun, 1 Mar 1998 16:21:52 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199803010521.QAA21012@cimlogic.com.au> Subject: Re: help - make world fails In-Reply-To: <199803010442.UAA29880@monk.via.net> from Joe McGuckin at "Feb 28, 98 08:42:57 pm" To: joe@via.net (Joe McGuckin) Date: Sun, 1 Mar 1998 16:21:50 +1100 (EST) Cc: hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe McGuckin wrote: > cc -pipe -DPERMIT_CONSOLE -D_SKEY_INTERNAL -I/usr/src/lib/libskey -W -Wall -Werror -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libskey/skeyaccess.c -o skeyaccess.o The src/lib/libskey/Makefile has -Werror in CFLAGS. Your build is failing due to the warnings (not errors) that the compiler is generating. Are your header files up-to-date? The CVS log entry that added the "CFLAGS+=-W -Wall -Werror" implies that the library *should* compile cleanly. -- John Birrell - jb@cimlogic.com.au; jb@netbsd.org; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message