The Mac OS X 10.3 build is still dying here. There hasn't been a 10.3 fix for many weeks. Could this be fixed? It could be done with an #ifdef for Mac OS X 10.3 alone, at the very least. Then we'd have Pd-extended builds on 10.3 again.
g++ -c -g -O2 -fPIC -freg-struct-return -Os -falign-loops=32 -falign- functions=32 -falign-jumps=32 -funroll-loops -ffast-math -faltivec - fpascal-strings -I.. -I/Users/pd/auto-build/pd-extended/pd/src GemPixImageLoad.cpp -o GemPixImageLoad.o GemPixConvertAltivec.cpp: In function `void YUV422_to_BGRA_altivec (unsigned char*, long unsigned int, unsigned char*)': GemPixConvertAltivec.cpp:753: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:754: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:755: error: no instance of overloaded builtin function `vec_sub' matches the parameter list GemPixConvertAltivec.cpp:756: error: no instance of overloaded builtin function `vec_sub' matches the parameter list GemPixConvertAltivec.cpp:761: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:762: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:764: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:765: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:772: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:773: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:781: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:782: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:783: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:784: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:785: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:786: error: no instance of overloaded builtin function `vec_add' matches the parameter list GemPixConvertAltivec.cpp:797: error: cannot convert `vector short unsigned int' to `vector short int' in assignment GemPixConvertAltivec.cpp:798: error: cannot convert `vector short unsigned int' to `vector short int' in assignment GemPixConvertAltivec.cpp:799: error: cannot convert `vector short unsigned int' to `vector short int' in assignment make[3]: *** [GemPixConvertAltivec.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [Base] Error 2 make[1]: *** [/Users/pd/auto-build/pd-extended/Gem/src/Gem.pd_darwin] Error 2 make: *** [extended_install] Error 2
.hc
------------------------------------------------------------------------
Computer science is no more related to the computer than astronomy is related to the telescope. -Edsger Dykstra