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

[patches] Trunk fails to build with some options disabled



Hi,

After trying to build eglibc-2.8 with:

OPTION_EGLIBC_BSD = n
OPTION_EGLIBC_CXX_TESTS = n
OPTION_EGLIBC_CATGETS = n
OPTION_EGLIBC_LOCALES = n
OPTION_EGLIBC_LOCALE_CODE = n
OPTION_EGLIBC_STREAMS = n

and having that fail, I tried trunk.  That fails as well, but
with a different error:

me/jwboyer/src/eglibc-trunk-build/stdio-common/siglist.o 
In file included from vfwprintf.c:3:
vfprintf.c: In function ‘_IO_vfwprintf’:
vfprintf.c:1601: error: too many arguments to function ‘_i18n_number_rewrite’
vfprintf.c:1601: error: too many arguments to function ‘_i18n_number_rewrite’
vfprintf.c:1898: error: too many arguments to function ‘_i18n_number_rewrite’
vfprintf.c:1898: error: too many arguments to function ‘_i18n_number_rewrite’

Again, I haven't debugged further yet.  Still trying to get used to things.

josh