From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50 compile problem on Windows XP Date: Wed, 3 Oct 2007 18:29:06 +0530 Message-ID: References: <47035169.8070402@gnu.org> <4703869F.6070909@gnu.org> <47038922.10105@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191416424 25370 80.91.229.12 (3 Oct 2007 13:00:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 13:00:24 +0000 (UTC) Cc: Eli Zaretskii , Sridhar Boovaraghavan , emacs-devel@gnu.org To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 15:00:20 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 1Id3po-0004qy-FH for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 15:00:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id3pk-0003ml-6G for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 09:00:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Id3oj-0002Wb-JM for emacs-devel@gnu.org; Wed, 03 Oct 2007 08:59:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id3oh-0002UG-Vr for emacs-devel@gnu.org; Wed, 03 Oct 2007 08:59:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id3oh-0002U2-OI for emacs-devel@gnu.org; Wed, 03 Oct 2007 08:59:07 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Id3oh-0002YR-Gc for emacs-devel@gnu.org; Wed, 03 Oct 2007 08:59:07 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so3346541nfh for ; Wed, 03 Oct 2007 05:59:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ZZQF2na2QFjHubCFpfO2N7yPI6WNfJLbwr0C9EdVVqQ=; b=pYs852IAqCcow4Wtlr81YmhM3mS96+jlEfbRqDCGLtNz0m6rOOvctWO3dk04+015Hl2/WlxhmQLTp5n0Lv0QNzhQhC0X0rL+O62CQ4urJDPE7Hcs8I3xcI6V5Krk417MVEX2aRXj9adYTmKRQxcH60iVpjmKEE6iBGsKPIKqzWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rstmzi+iQG9BDAN9M6EFrRCMKy0wGQHUZc4xavntSzotJ402YZ8dbnwNVCgCxFIzqlnEiuUFd8Mp27DTTeKCDWNJahQXfiDmwmQdub8plfPCyrH+bw0NprRVsdv+KopFZiPHtUxfQAbJf46rxByCHfh5jCFRXNa/RyhP/ovKJnU= Original-Received: by 10.78.81.20 with SMTP id e20mr6223430hub.1191416346072; Wed, 03 Oct 2007 05:59:06 -0700 (PDT) Original-Received: by 10.78.205.1 with HTTP; Wed, 3 Oct 2007 05:59:06 -0700 (PDT) In-Reply-To: <47038922.10105@gnu.org> Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 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:80182 Archived-At: Hi, On 10/3/07, Jason Rumney wrote: > Jason Rumney wrote: > > It could be this change, since lisp.h is included before math.h in > > data.c, and the MS headers use a different constant to protect against > > redefining abs. > > > > > > 2007-09-23 Johannes Weiner > > > > * lisp.h (abs): Define if not defined. > > > > If this is the problem, I would expect the same error from floatfns.c, > lread.c and print.c, which also include lisp.h before math.h > > I confirm that all the above files have the same problem. I admire you remote debugging skills, I was lost working my way through the preprocessed file! -dky -- Dhruva Krishnamurthy Contents reflect my personal views only!