From owner-freebsd-current Fri Dec 1 15:55:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id B0CBD37B400 for ; Fri, 1 Dec 2000 15:55:28 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1501) id 901C613612; Fri, 1 Dec 2000 18:55:31 -0500 (EST) Date: Fri, 1 Dec 2000 18:55:30 -0500 From: Chris Faulhaber To: Michael Harnois Cc: freebsd-current@freebsd.org Subject: Re: world only broken for me? Message-ID: <20001201185530.A97953@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , Michael Harnois , freebsd-current@freebsd.org References: <86u28n3dj1.fsf@mharnois.workgroup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86u28n3dj1.fsf@mharnois.workgroup.net>; from mdharnois@home.com on Fri, Dec 01, 2000 at 05:52:34PM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 01, 2000 at 05:52:34PM -0600, Michael Harnois wrote: > ===> usr.bin/mklocale > yacc -d /usr/src/usr.bin/mklocale/yacc.y > cp y.tab.c yacc.c > lex -t /usr/src/usr.bin/mklocale/lex.l > lex.c > rm -f .depend > mkdep -f .depend -a -I/usr/src/usr.bin/mklocale -I/usr/obj/usr/src/i386/usr/include yacc.c lex.c > /usr/src/usr.bin/mklocale/lex.l:48: y.tab.h: No such file or directory > mkdep: compile failed > *** Error code 1 > Fixed a few hours ago: obrien 2000/12/01 11:36:17 PST Modified files: usr.bin/mklocale Makefile Log: Grrr... GCC 2.95.2 and 2.96 just will not agree what the default include search paths are. So add the requirements of both. :-( -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message