Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2002 11:51:31 +0300
From:      Vladimir Terziev <vladimirt@rila.bg>
To:        freebsd-hackers@freebsd.org
Subject:   Problem building -STABLE
Message-ID:  <20020820115131.2ac2edb0.vladimirt@rila.bg>

next in thread | raw e-mail | index | archive | help

	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020820115131.2ac2edb0.vladimirt>