Mac Carbon VM 3.8.15b5 pending

Bruce O'Neel squeak at pckswarms.ch
Thu Mar 29 09:37:41 UTC 2007


Hi,

On the unix/linux build it seems to be defined by configure.  From the Makefile you have a line:

 CFLAGS=          -g -O2 -fomit-frame-pointer -DLSB_FIRST=1

This on an x86 linux system.  On a Solaris SPARC system -DLSB_FIRST is not there.

cheers

bruce

----- Message d'origine -----
De: John M McIntosh <johnmci at smalltalkconsulting.com>
Date: Wed, 28 Mar 2007 12:02:08 -0700
Sujet: Re: Mac Carbon VM 3.8.15b5  pending
À: "Bruce O'Neel" <squeak at pckswarms.ch>
Cc: The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>

>
>On Mar 28, 2007, at 2:13 AM, Bruce O'Neel wrote:
>
>> Hi,
>>
>> The only reason why I suspect a VM problem is that Windows, OpenBSD  
>> big endian, Linux little endian, Mac PPC and Mac Intel running the  
>> PPC VM all get the same display.  The only one which is different  
>> is the Mac Intel running the universal binary.
>>
>> Is it possible that the problem is in  Squeak3D/b3dTypes.h?
>>
>> /* An ugly hack but I can't find the global defs in CodeWarrior on  
>> the Mac */
>> #ifndef LSB_FIRST
>>         #define MSB_FIRST
>> #endif
>
>
>Ah, well an interesting question then would be what is LSB_FIRST, who  
>defines it, where does it come from, what value should it have?
>Why does it work on other platform compiles, and yes CodeWarrior  
>likely has been dead 10 years now...  (well maybe less)
>
>
>--
>======================================================================== 
>===
>John M. McIntosh <johnmci at smalltalkconsulting.com>
>Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
>======================================================================== 
>===
>
>
>



More information about the Squeak-dev mailing list