Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 22:20:47 -0600
From:      "Daryl Chance (Stinkfist)" <chancedj@yahoo.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: Error in Makeworld (tag=RELENG_4_5)
Message-ID:  <001a01c1d08f$c7a0a7e0$0200a8c0@SATAN>
In-Reply-To: <20020320200110.A47474@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, found the problem.  Had WARN_WERROR= yes in make.conf

Not sure why I put it there in the first place.

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Kris Kennaway
Sent: Wednesday, March 20, 2002 10:01 PM
To: Daryl Chance (Stinkfist)
Cc: freebsd-questions@freebsd.org
Subject: Re: Error in Makeworld (tag=RELENG_4_5)


On Wed, Mar 20, 2002 at 09:49:35PM -0600, Daryl Chance (Stinkfist)
wrote:

> -Wswitch -Wshadow  -c /usr/src/lib/libfetch/fetch.c -o fetch.o cc -O 
> -pipe -march=k6 -I. -DINET6 -I/usr/obj/usr/src/i386/usr/include -W 
> -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
> -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings 
> -Wswitch -Wshadow  -c /usr/src/lib/libfetch/common.c -o common.o
> cc1: warnings being treated as errors

It looks like something is spammed in your /usr/share/mk/ directory:
this should be taken care of by NO_WERROR in the libfetch makefile,
which removes -Werror from the compilation flags.

Kris


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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?001a01c1d08f$c7a0a7e0$0200a8c0>