Closed GoogleCodeExporter closed 8 years ago
I tried again after running make clean
that eliminated the error *^*
running make install now
Original comment by mkrjf0@gmail.com
on 3 May 2011 at 4:49
Actually it is still 'broken'
Compile appeared to succeed and then ran make install which failed with:
make: *** No rule to make target 'ffmbc_g.exe', needed by 'ffmbc.exe'. Stop.
running make -k after that again gives
make: *** No rule to make target 'libavutil/libavutil.a', needed by 'all'.
make: *** No rule to make target 'ffmbc_g.exe', needed by 'ffmbc.exe'.
make: *** No rule to make target 'ffprobe_g.exe', needed by 'ffprobe.exe'.
make: *** No rule to make target 'ffserver_g.exe', needed by 'ffserver.exe'.
make: Target 'all' not remade because of errors.
Any help is appreciated. Would also accept prebuilt - but this version isn't
redistributable...
Original comment by mkrjf0@gmail.com
on 3 May 2011 at 6:01
I get a different build error with RC4.
On PPC PowerMac, with fresh install of Leopard, patched up to 10.5.8, I get
this error when running make after a basic ./configure --enable-gpl
LD ffmbc_g
Undefined symbols:
"_ff_png_init_mmx", referenced from:
_png_dec_init in libavcodec.a(pngdec.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [ffmbc_g] Error 1
Any ideas?
Original comment by phillip....@gmail.com
on 8 May 2011 at 9:29
Should be fixed in rc6
Original comment by baptiste...@gmail.com
on 13 May 2011 at 2:01
Original issue reported on code.google.com by
mkrjf0@gmail.com
on 3 May 2011 at 4:36