Hello. I&#39;m having trouble building x264 svn.<br><br>gcc -O4 -ffast-math&nbsp; -Wall -I. -D__X264__ -DHAVE_MALLOC_H -maltivec -mabi=altivec -DARCH_PPC -DSYS_LINUX -DHAVE_PTHREAD -s -fomit-frame-pointer&nbsp;&nbsp; -c -o common/quant.o common/quant.c
<br>In file included from common/quant.c:29:<br>common/ppc/quant.h:26: error: expected specifier-qualifier-list before 'vector'<br>common/ppc/quant.h:31: error: expected specifier-qualifier-list before 'vector'<br>make: *** [common/quant.o] Error 1
<br><br>This problem is mentioned here: <a href="http://forum.videolan.org/viewtopic.php?t=29952&amp;start=0&amp;sid=8fc711b588d1bf9ef6ae5cd45aa3a56d">http://forum.videolan.org/viewtopic.php?t=29952&amp;start=0&amp;sid=8fc711b588d1bf9ef6ae5cd45aa3a56d
</a><br>but no solution. Googling suggests this has to do with altivec instructions. I may just disable the altivec options, but I presume things will run faster if I don&#39;t.<br><br>As per the forum request, my gcc is:
<br><br>gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)<br><br>thanks,<br>-griff<br>