On 04 Apr 2008, at 21:46, Robert T Wyatt wrote: > You might be on to something in both cases, but it's still not > clear to > me. With fink's sed and ssed installed I get this error instead: > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -fno-common > -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include > -I/sw/include/cdparanoia -I/sw/include -I../../gst-libs -I../../gst- > libs > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include > -I/sw/include/gstreamer-0.8 -DGST_DISABLE_DEPRECATED -Wall -Os > -funroll-loops -fstrict-aliasing -fno-common -Os -funroll-loops > -fstrict-aliasing -fno-common -c x264enc.c -fno-common -DPIC -o > .libs/libx264_la-x264enc.o > x264enc.c: In function 'gst_x264enc_get_property': > x264enc.c:463: error: 'struct <anonymous>' has no member named 'b_cbr' > x264enc.c: In function 'gst_x264enc_set_property': > x264enc.c:506: error: 'struct <anonymous>' has no member named 'b_cbr' > make[3]: *** [libx264_la-x264enc.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2
This is "normal". Is fixed (a.o. other problems) with the following diff : > diff -r1.15 gst-plugins.info > 94c94 > < SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 -I > %p/lib/freetype219/include -I%p/include/cdparanoia -I%p/include > --- > > SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 -I > %p/lib/freetype219/include -I%p/include/libcdparanoia -I%p/include > 100a101 > > SetLIBRARY_PATH: %p/lib > 102c103 > < ConfigureParams: --without-check --libexecdir=%p/lib/%n --mandir=% > p/share/man --disable-arts --disable-artsc --with-ft-prefix=%p/lib/ > freetype219 --disable-sdltest --disable-dependency-tracking (%m = > i386) --disable-spc --enable-tests --enable-failing-tests > --- > > ConfigureParams: --without-check --libexecdir=%p/lib/%n --mandir=% > p/share/man --disable-arts --disable-x264 --with-ft-prefix=%p/lib/ > freetype219 --disable-sdltest --disable-dependency-tracking (%m = > i386) --disable-spc --enable-tests --enable-failing-tests (maintainer was already informed) JF Mertens ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-users