emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50 compile problem on Windows XP


From: dhruva
Subject: Re: 23.0.50 compile problem on Windows XP
Date: Fri, 5 Oct 2007 13:51:25 +0530

On 10/5/07, Eli Zaretskii <address@hidden> wrote:
> > Date: Wed, 03 Oct 2007 13:10:07 +0100
> > From: Jason Rumney <address@hidden>
> > Cc: Eli Zaretskii <address@hidden>, Sridhar Boovaraghavan <address@hidden>,
> >       address@hidden
> >
> > 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]