[Q] wxDouble is "long double" for Intel wxMac?

Demian M. Nave dnave at psc.edu
Thu Jul 5 21:38:22 PDT 2007


Hi Stefan,

Thanks for the quick answer.  Should I file an "official" bug report?

Cheers,
Demian


[07-07-06 at 6:28am] Stefan Csomor said (Re: RE: [Q] wxDouble is "long double"...:

> good spot, that was used for 68k processors, we didn't know about mac on intel then ..
>
> Thanks,
>
> Stefan
>
>> -----Original Message-----
>> From: Demian M. Nave [mailto:dnave at psc.edu]
>> Sent: Freitag, 6. Juli 2007 01:37
>> To: wx-users at lists.wxwidgets.org
>> Subject: [Q] wxDouble is "long double" for Intel wxMac?
>>
>>
>> Hi,
>>
>> I was wondering if wxDouble should really be typdef'd to "long
>> double" for
>> wxMac Intel builds, even though it is "double" for all other Intel
>> builds?
>>
>> The following code in wx/defs.h produces this behavior:
>>
>> #if defined( __WXMAC__ )  && !defined( __POWERPC__ )
>>      typedef long double wxDouble;
>> #else
>>      typedef double wxDouble;
>> #endif
>>
>> This question applies to (at least):
>>
>> WX      : SVN 2.8 branch, SVN trunk
>> OS      : Intel Mac OS/X 10.4.9
>> COMPILER: XCode 2.3 (gcc 4.0.1-5341)
>>
>> Thanks!
>> Demian
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
>> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>

-- 
Demian M. Nave__dnave at psc.edu  .--N--.  Science can purify religion from
Pgh. Supercomputing Ctr._____ ..\ R /.. error and superstition; religion
300 S. Craig, Pgh., PA 15213_ ....B.... can purify science from idolatry
psc.edu/~dnave___412-268-4574 ...PSC... and false absolutes.-Pope J.P.II




More information about the wx-users mailing list