Date: Sun, 1 Mar 1998 16:21:50 +1100 (EST) From: John Birrell <jb@cimlogic.com.au> To: joe@via.net (Joe McGuckin) Cc: hackers@FreeBSD.ORG Subject: Re: help - make world fails Message-ID: <199803010521.QAA21012@cimlogic.com.au> In-Reply-To: <199803010442.UAA29880@monk.via.net> from Joe McGuckin at "Feb 28, 98 08:42:57 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803010521.QAA21012>