GNOME Bugzilla – Bug 435742
gst-ffmpeg installation fails during make
Last modified: 2007-05-17 15:47:21 UTC
Overview Description: Running make produces Parameter syntax error on Mac OS X ppc v 10.4.8 Steps to Reproduce: 1)./configure 2)make Actual Results: Produces following error creating libppc.la (cd .libs && rm -f libppc.la && ln -s ../libppc.la libppc.la) if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavutil -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -maltivec -mabi=altivec -g -O2 -MT libaltivec_la-dsputil_altivec.lo -MD -MP -MF ".deps/libaltivec_la-dsputil_altivec.Tpo" -c -o libaltivec_la-dsputil_altivec.lo `test -f 'dsputil_altivec.c' || echo './'`dsputil_altivec.c; \ then mv -f ".deps/libaltivec_la-dsputil_altivec.Tpo" ".deps/libaltivec_la-dsputil_altivec.Plo"; else rm -f ".deps/libaltivec_la-dsputil_altivec.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libavutil -I../../libavcodec -DHAVE_AV_CONFIG_H=1 -maltivec -mabi=altivec -g -O2 -MT libaltivec_la-dsputil_altivec.lo -MD -MP -MF .deps/libaltivec_la-dsputil_altivec.Tpo -c dsputil_altivec.c -fno-common -DPIC -o .libs/libaltivec_la-dsputil_altivec.o /var/tmp//ccF7PPRS.s:6809:Parameter syntax error (parameter 1) make[8]: *** [libaltivec_la-dsputil_altivec.lo] Error 1 make[7]: *** [all-recursive] Error 1 make[6]: *** [all-recursive] Error 1 make[5]: *** [all] Error 2 make[4]: *** [all-local] Error 2 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Expected results: usual make Does this happen every time? Everytime
Could you try whether this issue still exists with gst-ffmpeg from CVS?
2007-05-17 Edward Hervey <edward@fluendo.com> * configure.ac: * ext/ffmpeg/Makefile.am: * ext/libpostproc/Makefile.am: Fix the build on MacOSX. This requires a recent enough version of libtool (ex : 1.5.22), since the one shipped by Apple is from the middle ages and is packed with issues. Fixes #435742