Search found 1 match
- Wed May 14, 2008 12:02 am
- Forum: PS2 Development
- Topic: Open Dynamics Engine (ODE) on ps2
- Replies: 22
- Views: 11951
Hi, I had the same problem, if I understood well: in the file IceTypes.h , there is a compile time assert test that gives this error if the size of the bool is not equal to 1 line 71 ICE_COMPILE_TIME_ASSERT(sizeof(bool)==1); and the size of a bool on a ps2 linux is 4. I don't really understand why t...