This isn't a big problem, but I've been recieving a consistent build error in MPlayer under 4.6 and 4.7-STABLE for quite some time now. My usual solution is to remove the offending "junk", which breaks mp3lib audio but allows the build to complete. I'm a little tired of it, so I was wondering if someone could identify the problem here.

cc -c -march=i686 -O -fforce-mem -fforce-addr -frerun-cse-after-loop -frerun-loop-opt -pipe -O3 -ffast-math -fomit-frame-pointer -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -o tabinit_MMX.o tabinit_MMX.c
{standard input}: Assembler messages:
{standard input}:295: Error: junk `+444' after register
{standard input}:336: Error: junk `+444' after register
gmake[1]: *** [tabinit_MMX.o] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/mplayer/work/MPlayer-0.90pre10/mp3lib'
gmake: *** [mp3lib/libMP3.a] Error 2
*** Error code 2

Stop in /usr/ports/graphics/mplayer.

Here's some context in the assembly file itself, if that helps-

".L00:\n\t"
"cmpl $528,%%ecx\n\t"
"jnc .L02\n\t"
"movswl (%%edi),%%eax\n\t"
"cmpl %0+444,%%edi\n\t"
"jc .L01\n\t"
"addl $60000,%%eax\n\t"
...
".L05:\n\t"
"cmpl $528,%%ecx\n\t"
"jnc .L11\n\t"
"movswl (%%edi),%%eax\n\t"
"cmpl %0+444,%%edi\n\t"
"jc .L06\n\t"
"addl $60000,%%eax\n\t"

If you need any more information, just ask. ^_^


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to