anybody knows, why alitvec fails to compile on os-x 10.3? is this an issue of an outdated gcc?
mfg.asdr. IOhannes
Message: 2 Date: Sun, 22 Oct 2006 04:10:40 -0400 (EDT) From: pd@idmi.poly.edu (Pd User) Subject: [PD-cvs] autobuild: pd-extended macosx103-powerpc 2006-10-22 03.15.04 To: pd-cvs@iem.at Message-ID: 20061022081040.E4495FF114@macosx103-powerpc.idmi.poly.edu ... g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. -I/Users/pd/auto-build/pd-extended/pd/src GemPixConvertAltivec.cpp -o GemPixConvertAltivec.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. -I/Users/pd/auto-build/pd-extended/pd/src GemPixConvertSSE2.cpp -o GemPixConvertSSE2.o g++ -c -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=16 -funroll-loops -ffast-math -faltivec -I.. -I/Users/pd/auto-build/pd-extended/pd/src GemPixDualObj.cpp -o GemPixDualObj.o GemPixConvertAltivec.cpp: In function `void YUV422_to_YV12_altivec(short int*, short int*, short int*, short int*, unsigned char*, int, int)': GemPixConvertAltivec.cpp:636: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp:637: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp:643: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp:644: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp:645: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp:646: error: no instance of overloaded builtin function `vec_sl' matches the parameter list GemPixConvertAltivec.cpp: In function `void YUV422_to_BGRA_altivec(unsigned char*, long unsigned int, unsigned char*)': 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:774: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:775: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:776: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:777: error: cannot convert `vector int' to `vector unsigned int' in assignment GemPixConvertAltivec.cpp:788: error: cannot convert `vector short unsigned int' to `vector short int' in assignment GemPixConvertAltivec.cpp:789: error: cannot convert `vector short unsigned int' to `vector short int' in assignment GemPixConvertAltivec.cpp:790: 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....