I'm compiling it on a system with an AMD64 processor but the distribution I am using is i386, not AMD64 (Debian standard issue). Maybe the configure script or Makefile is busted? I'm using the same configure commands as I always have...
./configure --enable-opengl --enable-transcode --enable-vcd --disable-mythgallery --enable-fftw --enable-sdl --enable-aac --disable-mythphone then "qmake mythplugins.pro" then "make" and it dies It used to work, I update SVN about every other week (since February 2005). Can I disable mmx with the configure script that comes with mythplugins? I don't see that option in ./configure --help (--disable-mmx) or do I do it with mythtv? Thanks, -Greg On 8/24/05, Carl Reynolds <[EMAIL PROTECTED]> wrote: > Greg Grotsky wrote: > > >gcc -c -pipe -march=k8 -Wall -W -g -D_REENTRANT -DPIC -fPIC > >-D_GNU_SOURCE -DPREFIX=\"/usr/local\" -DMMX-Di386 > > > > > > . > > . > > >. > > > > > It looks as if you are trying to compile on an AMD64 with MMX-Di386. Try > removing the "-DMMX-Di386" from your compiler flags. > > > > Carl. > > > > _______________________________________________ > mythtv-dev mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev > _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
