guile-user
[Top][All Lists]
Advanced

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

Re: 1.4 build problems


From: Marius Vollmer
Subject: Re: 1.4 build problems
Date: 23 Feb 2002 19:57:04 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Nic Ferrier <address@hidden> writes:

> I've just tried building guile on my debian 2.2 box. It failed 
> because of decleration conflict in net_db.c. 

Is this related to this FAQ entry?

    Building guile-1.4 gives a previous declaration of inet_aton error?

    This is a known buglet in guile-1.4. The workaround is to comment
    out the offending line (libguile/net_db.c, line 85) and restart
    the build.

> Next my question: how is guile supposed to link in readline?

Add this to your .guile file:

    (use-modules (ice-9 readline))
    (activate-readline)



reply via email to

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