[MPlayer-users] Re: Mplayer failing to compile on Mac OS X 10.4.8
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Feb 26 11:12:41 CET 2007
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 -
Greetings,
Reimar Döffinger
More information about the MPlayer-users
mailing list