I found something very interesting; this error is caused by setting the
'--compile-flags=debug' flag.  If I compile without it it compiles
fine... but when I compile with it... it gives me the error below! I've
been trying to use the debug to figure out why the failures.<br>
<br>
Turns out it's the debug that's been breaking it.<br>
<br>
-Greg<br><br><div><span class="gmail_quote">On 9/14/05, <b class="gmail_sendername">Greg Grotsky</b> &lt;<a href="mailto:spikeygg@gmail.com">spikeygg@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been trying to get this working for a couple weeks now without any
success.&nbsp; I'm running SVN version.&nbsp; I used to be able to run:<br>
<br>
./configure --enable-proc-opt --disable-audio-arts --disable-audio-jack
--disable-joystick-menu --disable-firewire --disable-dbox2
--disable-v4l --disable-ivtv --enable-dvb
--dvb-path=/usr/src/linux/include --enable-xvmc --enable-opengl-vsync<br>
qmake <a href="http://mythtv.pro" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythtv.pro</a><br>
make<br>
make install<br>
{cd to mythplugins directory}<br>
./configure --enable-opengl --enable-fftw --enable-sdl --enable-aac
--enable-transcode --enable-vcd --disable-mythgallery
--disable-mythphone<br>
qmake <a href="http://mythplugins.pro" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">mythplugins.pro</a><br>
make<br>
make install<br>
<br>
And all would be happy, but now I get this:<span class="q"><br>
<br>
gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC<br>
-D_GNU_SOURCE -DPREFIX=\&quot;/usr/local\&quot; -DMMX -Di386<br></span><span class="q">
-D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED<br>
-DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I.<br>-I../../../../local/include -I/usr/kde/3.3/include<br>-I../../../../local/include -I../../../linux-<a href="http://2.6.12.5/X11R6/include" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

2.6.12.5/include<br>-I../../../../X11R6/include</a> -I/usr/include/cdda<br>-I../../../../include/qt3 -I../../../../X11R6/include -o<br>zoom_filter_xmmx.o goom/zoom_filter_xmmx.c<br>{standard input}: Assembler messages:<br>

{standard input}:126: Error: suffix or operands invalid for `movq'<br>{standard input}:127: Error: suffix or operands invalid for `movq'<br><br></span>
Google brings up lots of links with others that have assembler message errors but I couldn't find anything helpful.<br>
Am I the only one?<br>
<br>
I've tried compiling forcing --arch=i686 (still fails same way),
--disable-mmx then it compiles but recorded streams from tv (DVB) are
extremely choppy with many prebuffering messages.<br>
<br>
The only way to get rid of it is to not compile goom in, but I really like goom.&nbsp; :(<br>
<br>
Anyone?<br>
<br>
Thanks,<br><span class="sg">
-Greg<br>

</span></blockquote></div><br>