From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 02:08:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459B116A4CE; Wed, 25 Feb 2004 02:08:23 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E05E43D2D; Wed, 25 Feb 2004 02:08:22 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1PA8GXL065866; Wed, 25 Feb 2004 13:08:16 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1PA8FoT065863; Wed, 25 Feb 2004 13:08:15 +0300 (MSK) (envelope-from ache) Date: Wed, 25 Feb 2004 13:08:14 +0300 From: Andrey Chernov To: Sean McNeil Message-ID: <20040225100813.GA65622@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Sean McNeil , freebsd-current@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG References: <1077702881.31256.1.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1077702881.31256.1.camel@server.mcneil.com> User-Agent: Mutt/1.5.5.1i X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.24.0.4; VDF 6.24.0.17 cc: freebsd-current@FreeBSD.ORG cc: freebsd-gnome@FreeBSD.ORG Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 10:08:23 -0000 On Wed, Feb 25, 2004 at 01:54:41AM -0800, Sean McNeil wrote: > Hi, > > I now get the following as gnome apparantly compiles with -Werror: > /usr/include/gnuregex.h:31:2: #warning " has been replaced > by " > gmake[3]: *** [find.o] Error 1 It is as intended. Either not use -Werror or use -I/usr/include/gnu if it exists on your system. -- Andrey Chernov | http://ache.pp.ru/