Date: Wed, 17 Mar 2010 19:06:30 -0700 From: Chuck Swiger <cswiger@mac.com> To: Jason Garrett <kingedgar@gmail.com> Cc: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Re: lang/guile fails to build on amd64 / 9-CURRENT Message-ID: <5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD@mac.com> In-Reply-To: <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> References: <970380131003171146g73c81069t4fff06a349c2acc3@mail.gmail.com> <970380131003171835i19383b57nc52886cc6e64ce25@mail.gmail.com> <9DAB6E99-9E7F-4444-BC25-5BF219A90E88@mac.com> <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 17, 2010, at 7:00 PM, Jason Garrett wrote: > This must be set by default as I have set no other flags in > /etc/make.conf or otherwise. How would I go about un-setting this? > -Wno-error? Yes, that should do it: touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf Please note that I'm inferring from the compiler treating a #warning as an error; if you show more of the actual compilation line, the list might be better able to understand what the compiler flags were and where they might have been set. Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD>