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: 23.0.50 compile problem on Windows XP Date: Fri, 05 Oct 2007 10:06:49 +0200 Message-ID: References: <47035169.8070402@gnu.org> <4703869F.6070909@gnu.org> <47038922.10105@gnu.org> <4705652C.5070803@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1191571626 26397 80.91.229.12 (5 Oct 2007 08:07:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 08:07:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sridhar Boovaraghavan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 10:07:03 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdiD8-000314-3u for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 10:07:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdiD3-0000c5-ES for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 04:06:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdiCz-0000YP-EO for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:06:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdiCy-0000XL-Qj for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:06:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdiCy-0000XA-NR for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:06:52 -0400 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdiCy-0007il-Aw for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:06:52 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-18-77.inter.net.il [80.230.18.77]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JAR59491 (AUTH halo1); Fri, 5 Oct 2007 10:06:39 +0200 (IST) In-reply-to: (message from Sridhar Boovaraghavan on Thu, 04 Oct 2007 21:17:08 -0400) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:80272 Archived-At: > From: Sridhar Boovaraghavan > Date: Thu, 04 Oct 2007 21:17:08 -0400 > > Jason Rumney writes: > > > There are several other files that include stdlib.h after lisp.h > > conditional on WINDOWSNT too. Does that not also cause the same problem? > > Also msdos.c includes lisp.h before stdlib.h, so there could be a > > problem there too. > > It doesn't seem to affect other files that an nmake bootstrap uses. Then perhaps we don't understand the real cause of the original problem. Which is not surprising, since the offending line in MSVC version of math.h was never shown here.