I had a compilation bug in  net_db.c  libguile/net_db.c
at line 86 the code reads

extern int inet_aton( ...)
it should be
extern in_addr_t  inet_aton( ...)

for consistancy with the arpa/inet.h header

this is on a redhat 7.0 gnu/linux system with gcc 2.96  (what ever it
defaults to on installation)

It now compiles, but i haven't tested the code.  (but this is probably
correct)


                    rob

--
                                        robert w. harrison
                                        [EMAIL PROTECTED]
                                        [EMAIL PROTECTED]
                                        http://www.cs.gsu.edu/~cscrwh
                                        404 651 0668
********************************************************************************

Cras non poterimus ire; pulli sacri non edunt.

        "First, they ignore you.
        Then they laugh at you.
        Then they fight you.
        Then you win."
                Mahatma Ghandi

********************************************************************************




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

Reply via email to