Turns out it's the debug that's been breaking it.
-Greg
On 9/14/05, Greg Grotsky <[EMAIL PROTECTED]> wrote:
I've been trying to get this working for a couple weeks now without any success. I'm running SVN version. I used to be able to run:
./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
qmake mythtv.pro
make
make install
{cd to mythplugins directory}
./configure --enable-opengl --enable-fftw --enable-sdl --enable-aac --enable-transcode --enable-vcd --disable-mythgallery --disable-mythphone
qmake mythplugins.pro
make
make install
And all would be happy, but now I get this:
gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC
-D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX -Di386
-D_FILE_OFFSET_BITS=64 -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED
-DQT_NO_DEBUG -I/usr/share/qt3/mkspecs/default -I.
-I../../../../local/include -I/usr/kde/3.3/include
-I../../../../local/include -I../../../linux- 2.6.12.5/include
-I../../../../X11R6/include -I/usr/include/cdda
-I../../../../include/qt3 -I../../../../X11R6/include -o
zoom_filter_xmmx.o goom/zoom_filter_xmmx.c
{standard input}: Assembler messages:
{standard input}:126: Error: suffix or operands invalid for `movq'
{standard input}:127: Error: suffix or operands invalid for `movq'
Google brings up lots of links with others that have assembler message errors but I couldn't find anything helpful.
Am I the only one?
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.
The only way to get rid of it is to not compile goom in, but I really like goom. :(
Anyone?
Thanks,
-Greg
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
