Rob, for some reason your compiler is not defining __APPLE_ALTIVEC__ and therefore gcc include <altivec.h> is doing #define bool unsigned which the kernel doesn't like. I confirmed the debian powerpc native compiler sets this flag with -maltivec which is on that raid file. Hope that helps you track down the issue. milton