guile-devel
[Top][All Lists]
Advanced

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

CVS guile build error on MacOS X.


From: Steven Wu
Subject: CVS guile build error on MacOS X.
Date: Sun, 11 Mar 2007 01:23:14 -0700

It seems like the on MacOS X 10.4, the configure decided guile need locale.h, but certain definitions are missing. I got the following errors:

i18n.c: In function 'scm_nl_langinfo':
i18n.c:1449: error: 'GROUPING' undeclared (first use in this function)
i18n.c:1449: error: (Each undeclared identifier is reported only once
i18n.c:1449: error: for each function it appears in.)
i18n.c:1450: error: 'MON_GROUPING' undeclared (first use in this function) i18n.c:1474: error: 'FRAC_DIGITS' undeclared (first use in this function) i18n.c:1475: error: 'INT_FRAC_DIGITS' undeclared (first use in this function) i18n.c:1486: error: 'P_CS_PRECEDES' undeclared (first use in this function) i18n.c:1487: error: 'N_CS_PRECEDES' undeclared (first use in this function) i18n.c:1488: error: 'INT_P_CS_PRECEDES' undeclared (first use in this function) i18n.c:1489: error: 'INT_N_CS_PRECEDES' undeclared (first use in this function) i18n.c:1490: error: 'P_SEP_BY_SPACE' undeclared (first use in this function) i18n.c:1491: error: 'N_SEP_BY_SPACE' undeclared (first use in this function) i18n.c:1498: error: 'P_SIGN_POSN' undeclared (first use in this function) i18n.c:1499: error: 'N_SIGN_POSN' undeclared (first use in this function) i18n.c:1500: error: 'INT_P_SIGN_POSN' undeclared (first use in this function) i18n.c:1501: error: 'INT_N_SIGN_POSN' undeclared (first use in this function)
make[1]: *** [libguile_i18n_v_0_la-i18n.lo] Error 1

Any recommendation?

steve




reply via email to

[Prev in Thread] Current Thread [Next in Thread]