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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to