saloromer / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Build errors for FFmbc-0.6-rc4 #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. /configure --enable-gpl --enable-nonfree --disable-yasm
2. make or make -k
3.

What is the expected output? What do you see instead?
expected successful build of FFmbc-0.6-rc4
instead I get:
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.

What version of the product are you using? On what operating system?
Windows 7 Professional (32 bit); bash 3.9-3 (I believe); GNU Make 3.81; 
CYGWIN_NT-6.1 / 1.7.7 (0.230/5/3)

Please provide any additional information below:

- Full commandline run (with -v 3) and everything the program printed
without the repeating parts.
  * as above *
- Upload your sample somewhere and supply url
  * N/A *

Original issue reported on code.google.com by mkrjf0@gmail.com on 3 May 2011 at 4:36

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Should be fixed in rc6

Original comment by baptiste...@gmail.com on 13 May 2011 at 2:01