[wx-dev] svn commit #47646 broke compilation

Stefan Csomor csomor at advancedconcepts.ch
Sun Jul 22 10:59:54 PDT 2007


Vadim Zeitlin wrote:
> On Sun, 22 Jul 2007 14:50:07 +0000 (UTC) Anders Larsen <al at alarsen.net> wrote:
>
> AL> svn commit #47646 broke compilation for almost all platforms, since
> AL> wxDouble is now only typedef'ed for __WXMAC__
> AL> 
> AL> Previously, wxDouble was 'long double' on __WXMAC__ (minus POWERPC)
> AL> and 'double' on all other platforms.
> AL> The a/m commit changed this to 'double' on __WXMAC__ and undefined on
> AL> all other.
>
>  I think the intention was to define wxDouble as double on all platforms so
> I've corrected wx/defs.h accordingly -- Stefan, please let me know if I was
> wrong.
>   
no that's exactly what it should be, sorry for the problem

Thanks,

Stefan





More information about the wx-dev mailing list