guile-user
[Top][All Lists]
Advanced

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

Re: Compilation problem...


From: Rob Browning
Subject: Re: Compilation problem...
Date: 24 Apr 2001 12:24:54 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Sergio Alejandro Gonzalez <address@hidden> writes:

> I need to have guile installed in my RH7.0, but although ./configure
> works fine make fails.
> This are the last lines that  "make" outputs:

I fixed this problem in the Debian package.  Basically, on newer
systems, you don't need the prototype for inet_aton in
libguile/net_db.c, so if you just comment it out, things should be
fine.

Hope this helps.

+++ guile-core-1.4/libguile/net_db.c
@@ -82,7 +82,8 @@
 int close ();
 #endif /* STDC_HEADERS */
 
-extern int inet_aton ();
+/* Not needed with new system headers <address@hidden>
+  extern int inet_aton ();*/
 
 SCM_DEFINE (scm_inet_aton, "inet-aton", 1, 0, 0, 
             (SCM address),

-- 
Rob Browning <address@hidden> PGP=E80E0D04F521A094 532B97F5D64E3930



reply via email to

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