bug-guile
[Top][All Lists]
Advanced

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

Re: compile-time-error, please help


From: Martin Grabmueller
Subject: Re: compile-time-error, please help
Date: Thu, 12 Apr 2001 15:46:41 +0200 (MET DST)

> From: Martin Willemoes Hansen <address@hidden>
> Date: Thu, 12 Apr 2001 09:22:59 +0200
> 
> I get this error while trying to compile guile-1.4:
> 
> gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall
> -Wmissing-prototypes -c net_db.c  -fPIC -DPIC -o net_db.lo
> net_db.c:85: conflicting types for      net_aton'
> /usr/include/arpa/inet.h:74: previous declaration of    net_aton'
> make[1]: *** [net_db.lo] Error 1
> 
> My system consists of: Linux 2.4.3, gcc-2.95.3, glibc 2.2.2.

In CVS Guile, this is already fixed.  As a workaround for Guile 1.4,
it should be sufficient to remove/comment out the line containing the
declaration of net_aton in net_db.c .

Regards,
  'martin



reply via email to

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