From owner-freebsd-hackers Tue Aug 20 1:53: 4 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C0C37B400 for ; Tue, 20 Aug 2002 01:53:02 -0700 (PDT) Received: from star.rila.bg (star.rila.bg [62.73.64.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A58343E72 for ; Tue, 20 Aug 2002 01:52:59 -0700 (PDT) (envelope-from vladimirt@rila.bg) Received: from star.rila.bg (vlady@localhost [127.0.0.1]) by star.rila.bg (8.12.3/8.12.3) with SMTP id g7K8pV7Y048064 for ; Tue, 20 Aug 2002 11:52:35 +0300 (EEST) (envelope-from vladimirt@rila.bg) Date: Tue, 20 Aug 2002 11:51:31 +0300 From: Vladimir Terziev To: freebsd-hackers@freebsd.org Subject: Problem building -STABLE Message-Id: <20020820115131.2ac2edb0.vladimirt@rila.bg> X-Mailer: Sylpheed version 0.7.7 (GTK+ 1.2.10; i386-unknown-freebsd4.6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi hackers, I've cvsupped my 4.6.1-RC2 machine to -STABLE (I suppose it will be 4.6.2-STABLE). When I tryed to make buildworld I've got an error: cc -O -pipe -I. -I/usr/src/usr.bin/colldef -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -DYY_NO_UNPUT -D__FBSDID=__RCSID -c scan.c In file included from /usr/src/usr.bin/colldef/scan.l:40: /usr/src/usr.bin/colldef/y.tab.h:15: `STR_LEN' undeclared here (not in a function) *** Error code 1 Stop in /usr/src/usr.bin/colldef. *** Error code 1 I look at the code and saw STR_LEN is defined in collate.h which is included in scan.c before y.tab.h . I ran gcc -E scan.c and saw that collate.h isn't included for any reason ?!? What is the problem? Any ideas? Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message