I'm trying to compile the CVS version of Avifile, and If I run autogen.sh, I end with: autoconf: Undefined macros: configure.in:197: AC_PATH_QT Now you are ready to run ./configure [root@jupiter avifile-0.6]# ./configure creating cache ./config.cache ... checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E checking for a BSD compatible install... /usr/bin/install -c ./configure: line 1198: syntax error near unexpected token `AM_INIT_AUTOMAKE(avifile,' ./configure: line 1198: `AM_INIT_AUTOMAKE(avifile, $VERSION, no-define)' [root@jupiter avifile-0.6]# At this point "make" will not run at all (no targets). If I re-run CVS and try a clean ./configure without autogen.sh, I get the following: [root@jupiter avifile-0.6]# ./configure creating cache ./config.cache checking host system type... i686-pc-linux-gnu ...[everything looks good, till:] creating lib/aviread/Makefile sed: can't read ./lib/aviread/Makefile.in: No such file or directory creating lib/aviwrite/Makefile sed: can't read ./lib/aviwrite/Makefile.in: No such file or directory creating lib/aviplay/Makefile sed: can't read ./lib/aviplay/Makefile.in: No such file or directory creating lib/common/Makefile sed: can't read ./lib/common/Makefile.in: No such file or directory creating player/Makefile sed: can't read ./player/Makefile.in: No such file or directory creating doc/Makefile sed: can't read ./doc/Makefile.in: No such file or directory creating samples/Makefile sed: can't read ./samples/Makefile.in: No such file or directory creating samples/misc/Makefile sed: can't read ./samples/misc/Makefile.in: No such file or directory creating samples/mjpeg_plugin/Makefile sed: can't read ./samples/mjpeg_plugin/Makefile.in: No such file or directory creating samples/qtrecompress/Makefile sed: can't read ./samples/qtrecompress/Makefile.in: No such file or directory creating samples/qtvidcap/Makefile sed: can't read ./samples/qtvidcap/Makefile.in: No such file or directory creating include/Makefile sed: can't read ./include/Makefile.in: No such file or directory creating bin/Makefile sed: can't read ./bin/Makefile.in: No such file or directory creating avifile-config creating drivers/Makefile sed: can't read ./drivers/Makefile.in: No such file or directory creating avifile.spec creating include/config.h Building summary: qt yes sdl yes oss audio yes sun audio no mga_vid no runtime lame no [root@jupiter avifile-0.6]# make make: *** No targets. Stop. [root@jupiter avifile-0.6]# Compiler versions: [root@jupiter avifile-0.6]# rpm -qa | grep gcc gcc-2.96-94 gcc-c++-2.96-94 [root@jupiter avifile-0.6]# Any suggestions would be helpful. On a side note, I'm wondering if the info I've provided here is not enough or too much. It's hard to know when you don't know what you're looking for ;-) Barry -- *********************************** Barry J. Grundy [EMAIL PROTECTED] http://home.columbus.rr.com/bgrundy *********************************** _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
