Changes between Initial Version and Version 2 of Ticket #18832
- Timestamp:
- Mar 14, 2009, 1:14:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18832
- Property Owner changed from macports-tickets@… to devans@…
-
Ticket #18832 – Description
initial v2 1 1 I'm trying to build x264 and it's returning this error: 2 2 3 {{{---> Building x264 3 {{{ 4 ---> Building x264 4 5 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_x264/work/x264-snapshot-20090311-2245" && make default " returned error 2 5 6 Command output: /usr/bin/gcc-4.0 -shared -o libx264.67.dylib common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/mdate.o common/set.o common/quant.o common/vlc.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o common/x86/mc-c.o common/x86/predict-c.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/sad-a.o common/x86/cpu-a.o common/x86/dct-32.o common/x86/pixel-32.o -dynamiclib -Wl,-single_module -Wl,-read_only_relocs,suppress -install_name /opt/local/lib/libx264.67.dylib -L/opt/local/lib -lm -lmx -lpthread -s … … 7 8 ld: absolute addressing (perhaps -mdynamic-no-pic) used in _x264_cabac_encode_decision_asm from common/x86/cabac-a.o not allowed in slidable image 8 9 collect2: ld returned 1 exit status 9 make: *** [libx264.67.dylib] Error 1}}} 10 make: *** [libx264.67.dylib] Error 1 11 }}}