[GEM-dev] anyone have a recent G5 OSX binary? WAS: testing the position of a gem chain

IOhannes m zmölnig zmoelnig at iem.at
Mon Apr 24 20:55:37 CEST 2006


B. Bogart wrote:
> Doh, seems I need the menubar hiding code too...
> 
> I tried compiling on the other OSX machine (since the first one is only
> downloading a portion of the developer tools, after many tries) I guess
> there are not any apple mirrors for the Xcode stuff...
> 
> So compiling fails with:
> 
> g++ -c -fPIC -g -O2 -freg-struct-return -O3 -fno-builtin -falign-loops=16
> -funroll-loops -ffast-math -faltivec   -I..   GemPixImageLoad.cpp -o
> GemPixImageLoad.o
> GemPixConvertAltivec.cpp: In function `void YUV422_to_YV12_altivec(short
> int*,
>    short int*, short int*, short int*, unsigned char*, int, int)':
> GemPixConvertAltivec.cpp:637: error: no instance of overloaded builtin
> function
>    `vec_sl' matches the parameter list
> GemPixConvertAltivec.cpp:638: error: no instance of overloaded builtin
> function


just a wild guess without any knowledge on altivec instrinsics:
try changing the type of yShift and uvShift in line 587 resp. 588 to 
"vector unsigned short" (thats 2 times in both lines)

which compiler are you using? (version)


> 
> I hope someone has a binary I can use... This project is supposed to be
> presented on thursday.
> 

how comes you are always that late :-)

mfg.adsr
IOhannes






More information about the GEM-dev mailing list