From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failed during compile of process.c Date: Wed, 04 Jan 2006 19:56:07 +0200 Message-ID: References: <43BB7209.2090300@student.lu.se> <43BBDC50.20304@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136401047 13142 80.91.229.2 (4 Jan 2006 18:57:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 18:57:27 +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 19:57:26 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 1EuDot-0006Hz-CG for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 19:57:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuDqa-0000tU-30 for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2006 13:58:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuD1G-0005xZ-1W for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:05:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuD1F-0005xF-A7 for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:05:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuD1F-0005xA-60 for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:05:53 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuD2g-0002ZJ-5U for emacs-devel@gnu.org; Wed, 04 Jan 2006 13:07:22 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-251-9.inter.net.il [83.130.251.9]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CJG66276 (AUTH halo1); Wed, 4 Jan 2006 19:55:58 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <43BBDC50.20304@student.lu.se> (message from Lennart Borgman on Wed, 04 Jan 2006 15:31:44 +0100) 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:48700 Archived-At: > 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). 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.) Please resync with CVS and try building again. It should build now.