> This workaround seems to work: > #define ceilf(x) ceil(x) That means there's no float (single precision) version of this function in our math lib. Mentioned workaround is probably ok (ceil() returns double, i.e. bigger precision) but sure, it's annoying. -- MiKRO / Mystic Bytes http://mikro.atari.org