[MPlayer-users] Re: Mplayer failing to compile on Mac OS X 10.4.8

Ergzay ergzay at gmail.com
Mon Feb 26 20:19:22 CET 2007


On 2007/02/26, at 5:12, Reimar Döffinger wrote:

> Hello,
> On Sun, Feb 25, 2007 at 11:32:00PM -0500, Ergzay wrote:
>> On 2007/02/25, at 17:38, Ergzay wrote:
>>> I have gcc 4.0.1 and make 3.80 both running on Mac OS X 10.4.8 on a
>>> 2.16 GHz Intel Core Duo MacBook Pro.
>>>
>>> When I try to compile with default configure options this is the
>>> result:
>>>
>>> cc  -I. -I.. -Wdeclaration-after-statement -O4 -march=pentium-m
>>> -mtune=pentium-m -pipe -ffast-math -fomit-frame-pointer
>>> -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN
>>> -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
>>> -D_LARGEFILE64_SOURCE -I/usr/local/include -I/usr/X11R6/include
>>> -I/usr/local/include/freetype2 -I/usr/local/include   -c -o
>>> dct64_MMX.o dct64_MMX.c
>>> {standard input}:11:Missing operand value assumed absolute 0.
>>> make[1]: *** [dct64_MMX.o] Error 1
>>> make: *** [mp3lib/libMP3.a] Error 2
>>>
>>> I went back to revision 22000 and this same error is still there so
>>> this has been here for a long while. I thought it was somewhat 
>>> strange
>>> that it is considering the processor as a pentium-m, but that may be
>>> normal, I'm new to intel core processors.
>>
>> I found that I didn't have the necessary --disable-mp3lib and
>> --disable-win32. I recompiled wit those options and now it errors 
>> with:
>
>
> Those should not be needed anymore.
> Please provide the output of doing (in the mp3lib directory)
> gcc -O4 -I.. -S dct64_MMX.c -o -

output of gcc -04 -I.. -S dct64_MMX.c -o -

i686-apple-darwin8-gcc-4.0.1: unrecognized option '-04'
dct64_MMX.c: In function 'dct64_MMX':
dct64_MMX.c:12: error: PIC register '%ebx' clobbered in 'asm'
         .subsections_via_symbols

Ergzay



More information about the MPlayer-users mailing list