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. Souvarine. _______________________________________________ Soya-user mailing list [email protected] https://mail.gna.org/listinfo/soya-user
