Martin, Does that last error you encountered mean that the current binary is not compatible with the 64-bit architecture?
Marc On Friday, December 18, 2009, at 05:07PM, "Martin Costabel" <[email protected]> wrote: >Robert Wyatt wrote: >> monipol wrote: >>> On 17/12/2009, at 23:01, Marc Boxerman wrote: >>>> I am having trouble building mplayer. Here's the last few lines, >>>> including the error messages: >>>> >>>> cc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno- >>>> pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil - >>>> Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 - >>>> mtune=generic -pipe -ffast-math -fomit-frame-pointer -mdynamic-no- >>>> pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE >>>> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/sw/ >>>> include -I/sw/include/lame -I/sw/lib/fontconfig2/include -I/usr/ >>>> local/include -mmmx -msse -msse2 -msse3 -mssse3 -m3dnow -I/usr/X11/ >>>> include -I/sw/include/freetype2 -I/sw/include -I/sw/include -I/sw/ >>>> include -I/sw/include/dvdnav -c -o vf_ilpack.o vf_ilpack.c >>>> {standard input}:482:suffix or operands invalid for `push' >>>> {standard input}:561:suffix or operands invalid for `pop' >>>> {standard input}:620:suffix or operands invalid for `push' >>>> {standard input}:703:suffix or operands invalid for `pop' >[] > >> For what it's worth, I'm able to reproduce the error and have placed >> the complete output here: >> http://robertwyatt.info/fink/mplayer-1.0.0rc2-1011.txt > >This particular error can be avoided by adding a line > >(%m = x86_64) --target=x86_64-darwin \ > >to the list of ConfigureParams. But then later on there are errors >inside assembler code in the file vf_fspp.c: > >{standard input}:1087:32-bit absolute addressing is not supported for x86-64 >{standard input}:1087:cannot do signed 4 byte relocation > >and so on. > >-- >Martin > > > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
