emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootstrap: need moral support. :-(


From: Jan D.
Subject: Re: make bootstrap: need moral support. :-(
Date: Tue, 21 Feb 2006 10:06:36 +0100 (CET)

> > >> The source code in process.c looks like this:
> > >> #ifdef AF_INET6
> > >>     case AF_INET6:
> > >>       {
> > >>         struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa;
> > >>         uint16_t *ip6 = (uint16_t *)&sin6->sin6_addr;      <======= L2245
> > 
> > >This means that the IPv6 configury test is misbehaving.  Please look
> > >into your headers and try to find out why the configure-time test
> > >decides that your system supports IPv6, but `struct sockaddr_in6' is
> > >not defined by your system headers.
> > 
> > In Linux 2.4.17, that struct is defined in the file
> > linux-2.4.17/include/linux/in6.h/.  Emacs files.c don't #include this
> > file at all.  I'll have a look at ./configure, sometime.
> 

struct sockaddr_in6 should be defined in netinet/in.h also.

        Jan D.





reply via email to

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