From owner-freebsd-questions@FreeBSD.ORG Wed May 11 09:03:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD6516A4CE for ; Wed, 11 May 2005 09:03:01 +0000 (GMT) Received: from mail.performancedesign.no (dsl-static-124-226.oeke.tiscali.no [213.234.124.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F96743D68 for ; Wed, 11 May 2005 09:03:00 +0000 (GMT) (envelope-from idart@performancedesign.no) Received: from [127.0.0.1] (localhost.performancedesign.no [127.0.0.1]) by mail.performancedesign.no (Postfix) with ESMTP id C5CA820ACB; Wed, 11 May 2005 11:02:58 +0200 (CEST) Message-ID: <4281CA42.6010600@performancedesign.no> Date: Wed, 11 May 2005 11:02:58 +0200 From: Idar Tollefsen Organization: Performance Design User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Soldatov References: In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: 'Kris Kennaway' Subject: Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 09:03:01 -0000 Alexander Soldatov wrote: > That's the full output of 'make' command: [...] > -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: "-Werror Treat warnings as errors; abort compilation after any warning." As I said, try setting NO_WERROR= yes in make.conf. - IT