On Sat, Mar 19, 2005 at 07:36:53PM +0200, Paul Pogonyshev wrote:
> Sjoerd Simons wrote:
> > Hi,
> >
> >   It seems that quarry assumes char is signed, which isn't the case on
> > various architectures (like ppc).. Fixed in attached trivial patch.
> >
> >   Sjoerd
> > PS: please CC me in replies, i'm not on the list.
> 
> Hi,
> 
> Thank you for the patch.  I have applied it with this ChangeLog entry:
> 
> 2005-03-19  Sjoerd Simons  <[EMAIL PROTECTED]>
> 
>       * board/board.h: Use `signed char' instead of `char' as field type
>       in BoardPoint structure (`char' may be signed or unsigned
>       depending on architecture.)
> 
> It will soon appear in CVS.

Cool thanks.
> 
> Out of curiosity, what is ppc?  I'm interested in hearing about how
> portable Quarry is and if it is possible to compile it on some different
> (not GNU/Linux) UNIX-like OS, non-Intel architecture etc.

PPC is PowerPC. Which is the processor architecture used in all modern Apple
computers, some IBM servers and various other machine (mostly embedded or
high-end stuff). In my case, it's the processor in my Apple powerbook :) 

I'm running Debian GNU/Linux on it though, so can't tell you about non-linux
operating systems.

  Sjoerd
-- 
What sane person could live in this world and not be crazy?
                -- Ursula K. LeGuin

Reply via email to