> It seems the error comes from the fact that bool is not an internal type > for you compiler, not even a typedef but a #define... Vincent : can you > confirm that with this version of gcc the bool type is defined with > #define bool int ? I would find it wuite amazing but well... I tried to place int there instead of bool, but other errors appeared. I guess because of already used int type.
> I can work > around it. Anyway, that's the only reasoning I could find for this > error. I'm going to commit a fix in the next few hours. Please, if you succeed, notify about this to the list! I'm eager to try the nui!