guile-user
[Top][All Lists]
Advanced

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

Re: [SOLVED] Re: Problems building GNU Greg testing framework


From: Andrew Horton
Subject: Re: [SOLVED] Re: Problems building GNU Greg testing framework
Date: Sun, 23 Jan 2011 13:03:09 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

On 11/01/2011 05:56, Linas Vepstas wrote:
Hi,

On 10 January 2011 19:24,<address@hidden>  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






reply via email to

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