emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap failed during compile of process.c


From: Kim F. Storm
Subject: Re: Bootstrap failed during compile of process.c
Date: Wed, 04 Jan 2006 16:49:44 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Lennart Borgman <address@hidden> writes:

> I looked in the header files for MinGW5 and sockaddr_in6 is found in
> ws2tcpip.h. This is consistent with
>
>    
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/sockaddr_2.asp
>
> Where should ws2tcpip.h be included? Or should it currently?

Does this fix it?

*** process.c   04 Jan 2006 01:06:39 +0100      1.469
--- process.c   04 Jan 2006 16:49:14 +0100      
***************
*** 108,113 ****
--- 108,117 ----
  #endif
  #include <net/if.h>
  #endif
+ 
+ #if defined(WINDOWSNT) && defined(AF_INET6)
+ #include <ws2tcpip.h>
+ #endif
  #endif
  
  #ifdef IRIS

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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