saloromer / ffmbc

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

make failes (No rule to make target `/cygdrive/d/FFmbc-0.2/version.sh', needed by 'version.h') #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. install cygwin
2. run cygwin.bat as administrator in vista 32
   (FFmpeg has maked OK, including make install)
3.
    make distclean
    ./configure --target-os=mingw32 --enable-memalign-hack --enable-
static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
    make

make fails with:

libswscale/yuv2rgb.c: At top level:
libswscale/yuv2rgb.c:326: warning: 'yuv2rgb_c_8' defined but not used
libswscale/yuv2rgb.c:374: warning: 'yuv2rgb_c_4' defined but not used
libswscale/yuv2rgb.c:431: warning: 'yuv2rgb_c_4b' defined but not used
rm -f libswscale/libswscale.a
ar rc libswscale/libswscale.a libswscale/options.o libswscale/rgb2rgb.o 
libswsca
le/swscale.o libswscale/yuv2rgb.o
ranlib libswscale/libswscale.a
make: *** No rule to make target `/cygdrive/d/FFmbc-0.2/version.sh', 
needed by `
version.h'.  Stop.

What to do to avoid make issue?

Kind regards
Bart

Original issue reported on code.google.com by bart.de....@gmail.com on 10 Oct 2009 at 3:34

GoogleCodeExporter commented 8 years ago
'version.sh' is missing from the distribution.
Download 'version.sh' manually from the Source and add it to the root.
Then run the steps above.

Bart

Original comment by bart.de....@gmail.com on 10 Oct 2009 at 7:00

GoogleCodeExporter commented 8 years ago
I see, I will fix this.

Original comment by baptiste...@gmail.com on 10 Nov 2009 at 1:28

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 10 Nov 2009 at 1:28

GoogleCodeExporter commented 8 years ago
FIxed with release 0.3

Original comment by baptiste...@gmail.com on 15 Nov 2009 at 4:16