bug-guile
[Top][All Lists]
Advanced

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

Re: Problems installing guile


From: Mikael Djurfeldt
Subject: Re: Problems installing guile
Date: 19 Dec 2000 23:14:05 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Michele Midrio <address@hidden> writes:

> gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall
> -Wmissing-prototypes -c net_db.c  -fPIC -DPIC -o .libs/net_db.lo
> net_db.c:85: conflicting types for `inet_aton'
> /usr/include/arpa/inet.h:69: previous declaration of `inet_aton'
> make[1]: *** [net_db.lo] Error 1
> make[1]: Leaving directory `/home/michele/WORK/MIT/guile-1.4/libguile'
> make: *** [all-recursive] Error 1

Please compare the types of arguments between the declaration at line
69 in /usr/include/arpa/inet.h and the declaration at line 85 of
guile-1.4/libguile/net_db.c.

Adjust the declaration in net_db.c to fit the one in inet.h, and I'm
sure Guile will compile for you.  We'd also appreciate if you could
inform us of how that line 69 in inet.h looks like.

Best regards,
/mdj



reply via email to

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