Changes between Initial Version and Version 1 of Ticket #28736


Ignore:
Timestamp:
Mar 11, 2011, 8:30:48 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28736

    • Property Owner changed from macports-tickets@… to devans@…
    • Property Port x264 added
    • Property Summary changed from Cannot build x264 due to missing library to x264: Cannot build due to missing library
  • Ticket #28736 – Description

    initial v1  
    11I'm attempting to build the x264 port using OS 10.6.6. I removed all of my ports and am trying to install from a fresh build. I always run into the following error:
    22
     3{{{
    34:info:build /usr/bin/gcc-4.2 -o x264 x264.o input/timecode.o input/yuv.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o input/thread.o input/lavf.o libx264.a -L/opt/local/lib -arch x86_64 -arch x86_64 -lm -arch x86_64 -lpthread -s -L. -lavformat -lswscale -lavcodec -lavutil -lm -lz -lbz2 -lpthread
    45:info:build ld: warning: option -s is obsolete and being ignored
     
    67:info:build collect2: ld returned 1 exit status
    78:info:build make: *** [x264] Error 1
     9}}}
    810
    911How can I get libavformat to be built?