On 11/01/2011 05:56, Linas Vepstas wrote:
Hi,
On 10 January 2011 19:24,<ro...@lavabit.com> wrote:
Thanks Ludovic,
I delete config.guess and config.sub, then regenerate them and voila.
I see Greg it's very old, Does have Guile DBI project a plan to remove
this dependency or to give some maintenance to Greg? Just curious.
I maintain guile-dbi, I had no idea that greg was unmaintained.
guile-dbi was using greg since before I got involved. Being lazy,
I'm not sure what to do ... what could/should replace greg?
I think Greg lives on as part of the GNUstep project. There are more
up-to-date versions here: http://gna.org/projects/greg
As a side note, in order to build Guile DBI on Guile 1.9.14 I had to
remove a hardcoded -lguile library reference from /src/test/Makefile.am.
Before:
libguile_dbd_test_la_LIBADD = -ldl -lz -lguile
After:
libguile_dbd_test_la_LIBADD = -ldl -lz
Thanks, I'll fix that up.
--linas