On Tue, Aug 26, 2008 at 03:22:08PM +0200, Ludovic_Courtès wrote: > Supposedly `gnulib-tool' pulls all the needed dependencies, so it should > pull `string'. Anyway, on `master', Gnulib files are now part of the > repository so one doesn't have to fiddle with Gnulib.
Thanks for mentioning that. :-) Two things are now apparent to me: 1. The strcase.m4 on ``master'' doesn't have this problem. 2. The strcase.m4 that comes with Ubuntu 8.04 comes from a broken gnulib snapshot. In specific, m4/strcase.m4 wants the ``string'' module, but modules/strcase specifies a dependency on ``strings''. So it's not guile-vm's problem, and since it's fixed on gnulib side now, it's not really worth reporting. > > The (system vm core) module doesn't exist currently; instead, (system vm > > objcode) contains the ``load-objcode'' procedure. > > It used to exist. ;-) I figured. :-P I grepped the code and guile-disasm seemed to be the only place that mentioned it.... Cheers, ---Chris K.