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: Fri, 5 Oct 2007 13:51:25 +0530 Message-ID: References: <47035169.8070402@gnu.org> <4703869F.6070909@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 1191572507 30151 80.91.229.12 (5 Oct 2007 08:21:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 08:21:47 +0000 (UTC) Cc: sridhar_ml@yahoo.com, emacs-devel@gnu.org, Jason Rumney To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 10:21:42 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 1IdiRF-0007t0-5f for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 10:21:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdiRA-0003MA-95 for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2007 04:21:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdiR7-0003M5-1v for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:21:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdiR5-0003Lt-Hs for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:21:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdiR5-0003Lq-Bq for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:21:27 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdiR4-00021F-NO for emacs-devel@gnu.org; Fri, 05 Oct 2007 04:21:27 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so386959nfh for ; Fri, 05 Oct 2007 01:21:25 -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=PAJYryz2uA8/inrWsTEsDR0K5X2tBP+SLo7Cgw5XveY=; b=LzGhl/9YI6HK+EUINuIusZ5E6oCu2vcZ4xzLD/iwUxs5lwTCy2DCFCLjK3aB3dcyI1bbp8ZKjTl2V8OCzuCkoCJpa5Ts24PSRTJtGcd6wbue6QhoTfyN+I7AnesHBoVcSbZoCIpim6fnQEXtd75kK0d2dElsxsTUPHD1kYVw+HA= 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=Fi9wOyLjWq9xR9mCqtdyim7AJhAWDJ5Wi7+PdKXAVpxbe78rKkB0fZd4ZdNYuznKVye2Gj1bh65s/PVO3DjbUvkQ8r7s2dUmJRiGe4qucnsnze2Xj+x85FDp/Pu4wUCbKqAGIAPVhdCvI1vNOiMJc5rWA0XtyUcjnhaVl+hNkHI= Original-Received: by 10.78.137.7 with SMTP id k7mr8552250hud.1191572485319; Fri, 05 Oct 2007 01:21:25 -0700 (PDT) Original-Received: by 10.78.205.1 with HTTP; Fri, 5 Oct 2007 01:21:25 -0700 (PDT) In-Reply-To: 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:80276 On 10/5/07, Eli Zaretskii wrote: > > Date: Wed, 03 Oct 2007 13:10:07 +0100 > > From: Jason Rumney > > Cc: Eli Zaretskii , Sridhar Boovaraghavan , > > emacs-devel@gnu.org > > > > the MS headers use a different constant to protect against > > redefining abs. > > What constant? I don't see it in the MinGW headers, but maybe MSVC > headers are different. > > And I still didn't get an answer to my question from yesterday: What > is on and around line 182 of VC's math.h that causes the failure below? > Sorry for the delay... Here you go 177 _CRTIMP double __cdecl sinh(double); 178 _CRTIMP double __cdecl tan(double); 179 _CRTIMP double __cdecl tanh(double); 180 _CRTIMP double __cdecl sqrt(double); 181 #else 182 int __cdecl abs(int); 183 double __cdecl acos(double); 184 double __cdecl asin(double); 185 double __cdecl atan(double); 186 double __cdecl atan2(double, double); 187 double __cdecl cos(double); 188 double __cdecl cosh(double); 189 double __cdecl exp(double); 190 double __cdecl fabs(double); 191 double __cdecl fmod(double, double); 192 long __cdecl labs(long); 193 double __cdecl log(double); -- Dhruva Krishnamurthy Contents reflect my personal views only!