|
From: <ro...@ub...> - 2004-01-03 01:13:38
|
On Fri, Jan 02, 2004 at 04:49:15PM -0800, Steven M. Schultz wrote: > > On Fri, 2 Jan 2004 ro...@ub... wrote: > > > Decided to try the CVS version. Fetched the mjpeg_play module. > > But ./autogen.sh fails with the error: > > > > [...] > > config.status: creating mjpegtools.spec > > config.status: creating config.h > > config.status: error: cannot find input file: config.h.in > > > > Am I missing something here? > > No, there was a bug in configure.in that caused autoheader to never > be run. > > I have checked in the fix. You can, temporarily (until Sourceforge > catches up in a couple hours) work around the bug by running > 'autoheader' manually. Then config.h.in will be generated and > ./autogen.sh will work. That worked. Now make fails: $ make make all-recursive make[1]: Entering directory `/var/tmp/mjpeg_play' Making all in utils make[2]: Entering directory `/var/tmp/mjpeg_play/utils' Making all in mmxsse make[3]: Entering directory `/var/tmp/mjpeg_play/utils/mmxsse' /bin/sh ../../libtool --mode=compile --tag=CC /bin/sh ../../strip_fPIC.sh /usr/bin/nasm -f elf -o mblock_bsad_mmx.lo mblock_bsad_mmx.s libtool: unrecognized option `--tag=CC' Try `libtool --help' for more information. make[3]: *** [mblock_bsad_mmx.lo] Error 1 make[3]: Leaving directory `/var/tmp/mjpeg_play/utils/mmxsse' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/mjpeg_play/utils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/mjpeg_play' make: *** [all] Error 2 Any clues? Romildo |