On 2/28/07, Shawn <[EMAIL PROTECTED]> wrote: > On February 28, 2007, Arnie Stender wrote: > > Hi All, > > I'm trying to compile MPlayer from the 6.2 book and I got an > > error about a redefinition of getline. Before I sent this mail I > > commented out the getline from vobsub.c and started the compile > > again. It ran past the original error and stopped with the following. > > I don't know what this one is saying. Has anyone seen this? BTW, I'm > > compiling on AMD64 pure 64 bit. I tried to track it down but my head > > started to hurt. :-0 > > > > cc -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -pipe > > -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE > > -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 > > -I/usr/lib/glib/include -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I.. > > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o > > libpostproc/postprocess.o libpostproc/postprocess.c > > In file included from libpostproc/postprocess.c:655: > > libpostproc/postprocess_template.c: In function 'postProcess_MMX2': > > libpostproc/postprocess_template.c:3484: error: memory input 4 is not > > directly addressable > > Do a google on the above error and you will get lots of hits. Someting > about this version of mplayer not supporting GCC 4.
The Mplayer in the book is pretty old. I'd give 1.0rc1 a shot. Presumably, they're just ironing out bugs as they approach 1.0rc1. http://www.mplayerhq.hu/design7/dload.html -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
