Michele Midrio <[EMAIL PROTECTED]> 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

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to