[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [Fwd: Re: [XaraXtreme-dev] Mac build]
- From: Phil Martin <Phil@xxxxxxxx>
- Date: Tue, 21 Mar 2006 12:22:29 +0000
- Subject: Re: [Fwd: Re: [XaraXtreme-dev] Mac build]
It's interesting that Dom and Luke deduce from the colours displayed
in their builds that there might be endian issues when they're
building on an Intel... As far as Camelot is concerned, and assuming
WORDS_BIGENDIAN is correctly defined (i.e. undefined), that should be
the more reliable case by far!
As Alex points out, when I had Camelot building under wxMac 2.6.2 on
my PowerPC Mac I had a few colour problems but I could load BlueCar
and my page was white.
One possibility springs to mind:
Maybe there is code in wxWidgets which does conditional endian stuff
based on __WXMAC__ rather than WORDS_BIGENDIAN...??? It would not
have shown up as a problem until very recently...
Phil
On 21 Mar 2006, at 11:15, Alex Bligh wrote:
--On 21 March 2006 11:06 +0000 Luke Hart <lukeh@xxxxxxxx> wrote:
I certainly was\am using 2.6.3-rc2 and saw exactly this issue.
I'll see
if I can get more information (whilst I rebuild wxWidgets on all
my other
machines)
Hmmm.. perhaps it's still broken. It's peculiar Phil got the bitmap
he did
unless it's (now) only an Intel Mac problem.
Stefan has however said quite clearly that he does not expect raw
bitmap
support to work /before/ 2.6.3-rc2.
Alex