google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Make problem #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. One more problem while doing make for  ffmpegthumbnailer

1) svn checkout http://ffmpegthumbnailer.googlecode.com/svn/trunk/ 
ffmpegthumbnailer-
source
2) cd ffmpegthumbnailer-source
3) ./autogen.sh
4) ./configure
5) make

Step 5 raises following error:

....
ranlib .libs/libffmpegthumbnailer.a
creating libffmpegthumbnailer.la
(cd .libs && rm -f libffmpegthumbnailer.la && ln -s ../libffmpegthumbnailer.la 
libffmpegthumbnailer.la)
g++ -DPACKAGE_NAME=\"ffmpegthumbnailer\" 
-DPACKAGE_TARNAME=\"ffmpegthumbnailer\" 
-DPACKAGE_VERSION=\"1.4.0\" -DPACKAGE_STRING=\"ffmpegthumbnailer\ 1.4.0\" -
DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"ffmpegthumbnailer\" -DVERSION=\"1.4.0\" -
DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -
DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -
DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -D_FILE_OFFSET_BITS=64 -
DSTDC_HEADERS=1 -DHAVE_INTTYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_JPEGLIB_H=1 -
DHAVE_LIBAVCODEC_AVCODEC_H=1 -DHAVE_LIBAVFORMAT_AVFORMAT_H=1 -
DHAVE_LIBAVUTIL_AVUTIL_H=1 -DHAVE_LIBSWSCALE_SWSCALE_H=1 -I.     -g -O2 -MT 
main.o -
MD -MP -MF .deps/main.Tpo -c -o main.o `test -f 'ffmpegthumbnailer/main.cpp' || 
echo 
'./'`ffmpegthumbnailer/main.cpp
mv -f .deps/main.Tpo .deps/main.Po
rm: cannot remove `ffmpegthumbnailer': Is a directory
make[1]: *** [ffmpegthumbnailer] Error 1
make[1]: Leaving directory `/root/ffmpegthumbnailer-source'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by alpha...@gmail.com on 12 Feb 2009 at 11:16

GoogleCodeExporter commented 9 years ago
I ran into this error as well with the latest svn after updating ffmpeg. 
Managed to
get past the error by adding -r to one of the lines in Makefile.in, but ran into
another error when running make install.

For now, I was able to get around it by downloading 1.4.0 and copying
libffmpegthumbnailer/moviedecoder.ccp & moviedecoder.h and overwriting the 1.4.0
versions, then compiling 1.4.0 with the new files.

Original comment by princea...@gmail.com on 13 Feb 2009 at 3:21

GoogleCodeExporter commented 9 years ago
Fixed in subversion.

I didn't notice this because I always build like this:

./autogen.sh
mkdir out; cd out
../configure
make

Keeps my source directories clean :-)

Regards,
Dirk

Original comment by dirk.vdb on 13 Feb 2009 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 13 Feb 2009 at 7:18