On Sat, 02 Sep 2006 12:46:07 +0200
souvarine <[EMAIL PROTECTED]> wrote:

> I finaly found out what that "bug" realy is. Everything is explained here
> http://www.technovelty.org/code/c/ppc-char.html
> 
> So actualy there were no bug in Soya. The problem is that the type char
> is signed by default on pc and unsigned by default on mac (even with
> linux). Because of this little nuance the terrain.pyx code don't work
> properly when compiled on mac. I suggest to add -fsigned-char to soya's
> compilation flags to prevent this kind of problem to happend again.

Ok, I've added this compile flag (I prefer this solution to Greg's one, because 
one may write new code and ignore that all char would need to be explicitely 
marked as signed or unsigned).

I'll be away from the Internet for a few days / weeks, because I'm moving home.

Jiba

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to