After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 437620 - Build error gst-ffmpeg on mac intel
Build error gst-ffmpeg on mac intel
Status: RESOLVED DUPLICATE of bug 394208
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-11 05:20 UTC by kasturi
Modified: 2007-05-11 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kasturi 2007-05-11 05:20:07 UTC
Please describe the problem:
During make ,gives following error.

ranlib .libs/libavcodec.a
rm -fr .libs/libavcodec.lax
creating libavcodec.la
(cd .libs && rm -f libavcodec.la && ln -s ../libavcodec.la libavcodec.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libavutil -DHAVE_AV_CONFIG_H=1  -Wall -Wno-switch     -g -O2 -MT apiexample.o -MD -MP -MF ".deps/apiexample.Tpo" -c -o apiexample.o apiexample.c; \
then mv -f ".deps/apiexample.Tpo" ".deps/apiexample.Po"; else rm -f ".deps/apiexample.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o apiexample  apiexample.o libavcodec.la 
gcc -g -O2 -o apiexample apiexample.o  ./.libs/libavcodec.a -lz
/usr/bin/ld: Undefined symbols:
ff_pw_20
ff_pw_3
bone
d40000
wm1010
collect2: ld returned 1 exit status
make[1]: *** [apiexample] Error 1
make: *** [all-recursive] Error 1


Steps to reproduce:
1. Download gst-ffmpeg 0.10.2 .
2. ./configure
3. make


Actual results:
gives error message as described in the problem.

Expected results:
make successful.

Does this happen every time?
yes

Other information:
Comment 1 Tim-Philipp Müller 2007-05-11 07:33:33 UTC
Could you try with gst-ffmpeg CVS please?
Comment 2 Tim-Philipp Müller 2007-05-11 07:48:02 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 394208 ***