[MPlayer-users] Has anyone compiled mplayer on Mac OS X Intel?
Craig
livingstonc at bellsouth.net
Fri Mar 17 23:53:46 CET 2006
I rcvd the same error until I changed the mtune and march values from
pentium3 to pentium4.
I then ran into an iconv issue, so I reconfigured with --disable-
iconv. Now I am stuck at the following point:
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -
march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-pointer
-mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -D_LARGEFILE_SOURCE -
D_FILE_OFFSET_BITS=64 -I. -I/usr/X11R6/include -I./
libavutil -I./libavcodec -o subopt-helper.o subopt-helper.c
make -C loader
cc -I. -I.. -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -
O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-
pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -
D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -fno-
omit-frame-pointer -mno-omit-leaf-frame-pointer -DMPLAYER -D__WINE__
-c ldt_keeper.c
cc -I. -I.. -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -
O4 -march=pentium4 -mtune=pentium4 -pipe -ffast-math -fomit-frame-
pointer -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -
D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS -fno-
omit-frame-pointer -mno-omit-leaf-frame-pointer -DMPLAYER -D__WINE__
-c pe_image.c
In file included from wine/winnt.h:1043,
from wine/winbase.h:5,
from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:1494,
from wine/winbase.h:5,
from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:2170,
from wine/winbase.h:5,
from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winnt.h:2667,
from wine/winbase.h:5,
from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/winbase.h:1083,
from pe_image.c:56:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from wine/module.h:76,
from pe_image.c:60:
wine/poppack.h:5: error: too many #pragma options align=reset
In file included from pe_image.c:61:
wine/debugtools.h:67: warning: useless type name in empty declaration
pe_image.c: In function 'fixup_imports':
pe_image.c:315: warning: pointer targets in passing argument 2 of
'LookupExternalByName' differ in signedness
pe_image.c:336: warning: pointer targets in passing argument 2 of
'LookupExternalByName' differ in signedness
make[1]: *** [pe_image.o] Error 1
make: *** [loader/libloader.a] Error 2
On Mar 17, 2006, at 9:51 AM, Robert La Ferla wrote:
> Dominik 'Rathann' Mierzejewski wrote:
>> On Thursday, 16 March 2006 at 05:46, Robert La Ferla wrote:
>>
>>> I'm seeing the following error under the Intel version of OS X.
>>> Intel Duo Core that is.
>>>
>>
>> This is useless unless you tell us what version you're using and
>> provide
>> full logs. RTF bugreports.html.
>>
>
> OS = OS X 10.4.5 (Intel Core Duo)
>
> SRC = Latest CVS source.
>
>
> RCS file: /cvsroot/mplayer/main/mplayer.c,v
> Working file: mplayer.c
> head: 1.912
> branch:
> locks: strict
> access list:
> symbolic names:
> mplayer1_0pre7: 1.841
> mplayer1_0pre6: 1.821
> mplayer1_0pre5: 1.761
> g2: 1.719
> v0_1: 1.705
> mplayer-0_90-rc2: 1.631
> gwar-garnome-0_19_3: 1.624
> main: 1.618.0.2
> mplayer0_90_pre10: 1.610
> mp: 1.364
> release-0_17a: 1.101
> v0_11pre26: 1.5
> tag0_11pre25: 1.3
> start: 1.1.1.1
> vendor: 1.1.1
> keyword substitution: kv
> total revisions: 913; selected revisions: 913
> description:
> ----------------------------
> revision 1.912
> date: 2006/03/05 08:55:08; author: nicodvb; state: Exp; lines:
> +11 -1
> restored the ability to disable subtitles when cycling with slave
> command 'sub_select' (previously broken in release 1.900)
> ----------------------------
>
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
More information about the MPlayer-users
mailing list