From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 03:06:48 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44707106564A for ; Thu, 18 Mar 2010 03:06:48 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE7D8FC15 for ; Thu, 18 Mar 2010 03:06:47 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [17.151.111.153] by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KZG00CNNGIVD900@asmtp030.mac.com> for freebsd-ports@freebsd.org; Wed, 17 Mar 2010 19:06:33 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1003170315 From: Chuck Swiger In-reply-to: <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> Date: Wed, 17 Mar 2010 19:06:30 -0700 Message-id: <5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD@mac.com> References: <970380131003171146g73c81069t4fff06a349c2acc3@mail.gmail.com> <970380131003171835i19383b57nc52886cc6e64ce25@mail.gmail.com> <9DAB6E99-9E7F-4444-BC25-5BF219A90E88@mac.com> <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> To: Jason Garrett X-Mailer: Apple Mail (2.1077) Cc: FreeBSD Ports Subject: Re: lang/guile fails to build on amd64 / 9-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 03:06:48 -0000 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