From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failed during compile of process.c Date: Wed, 04 Jan 2006 19:22:06 +0100 Message-ID: <43BC124E.2000106@student.lu.se> References: <43BB7209.2090300@student.lu.se> <43BBDC50.20304@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136401661 15493 80.91.229.2 (4 Jan 2006 19:07:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 19:07:41 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 20:07:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuDyc-0000XK-D9 for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 20:07:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuE0J-0004bY-4P for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 14:08:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuDIj-0007G9-FC for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:23:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuDIh-0007FV-Nq for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:23:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuDIh-0007F5-4Y for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:23:55 -0500 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuDK6-0006JL-Ib; Wed, 04 Jan 2006 13:25:22 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn2.hy.skanova.net (7.2.069.1) id 43BA872F00065BA2; Wed, 4 Jan 2006 19:22:07 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48701 Archived-At: Eli Zaretskii wrote: >>Date: Wed, 04 Jan 2006 15:31:44 +0100 >>From: Lennart Borgman >>Cc: Emacs Devel >> >>I no very little about network programming. I searched a bit in the >>files and here is what I found: >> >>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? >> >> > >I don't know, and I have no time to look into the intricacies of using >winsock in the w32 port (in particular, src/s/ms-w32.h makes a point >of forcing windows.h not to include winsock.h, for some undisclosed >reason, and the build uses winsock.h, which is incompatible with >ws2tcpip.h, instead of winsock2.h). > > I saw some pages saying that winsock2.h must be included before windows.h. Maybe that is the reason? >So I simply disabled IPv6 support for the w32 build, for now. (FWIW, >I think it was a mistake to introduce it so close to a release for >other platforms as well, but that's history now.) > Ok, thanks. This however reminds me of the problem with emacsserver/client that does not work yet on w32. In gnuserver/client (which works) windows2.h is used. Is there maybe some compatibility reason to use windows2.h?