Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain build failure on OSX



Takehiko NOZAKI wrote:
> hi,
> 
>> In file included from tools/mklocale/../../usr.bin/mklocale/yacc.y:62:
>> /usr/include/ctype.h: In function '__istype':
>> /usr/include/ctype.h:175: error: '_DefaultRuneLocale' undeclared (first
>> use in this function)
>> /usr/include/ctype.h:175: error: (Each undeclared identifier is reported
>> only once
>> /usr/include/ctype.h:175: error: for each function it appears in.)
>> /usr/include/ctype.h: In function '__isctype':
>> /usr/include/ctype.h:186: error: '_CACHED_RUNES' undeclared (first use
>> in this function)
>> /usr/include/ctype.h:187: error: '_DefaultRuneLocale' undeclared (first
>> use in this function)
>>
>>
>> Christoph
>>
> 
> i hope it was fixed by src/usr.bin/Makefile rev1.14.

Yes, it does. But there are more places which need to be fixed:

#   compile  mklocale/fix_grouping.lo
In file included from /usr/include/ctype.h:69,
                 from lib/libc/locale/fix_grouping.c:37:
lib/libc/locale/runetype.h:49: error: syntax error before '__nbrune_t'
lib/libc/locale/runetype.h:50: error: syntax error before '__runepad_t'
[...]

Christoph


Home | Main Index | Thread Index | Old Index