Hi, William Xu <[EMAIL PROTECTED]> writes:
> Hmm, i did a fresh co again. Then ./autogen.sh, configure. Now it > doesn't complain anymore. The thing is new configure checks were added that `AC_DEFINE' various new CPP variables. For some reason, when `configure' is automatically re-created from the Makefile rules, the header template (i.e., `config.in') is not re-created, so we end up with missing `#define's. It actually looks like an Autoconf/Automake bug. > Do i still have to rerun ./autogen.sh, configure again after some `cvs > update' ? I thought i only need to rerun make and make install.. Usually, `make' should be enough. Sometimes, `autoheader' right before `make' can be helpful. :-) > debian + powerpc The new i18n code should compile and work fine on GNU/Linux (which is what most of us use). There *could* be problems on other systems, although we haven't had any such reports in a while. Thanks, Ludovic. _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
