Hi, On Sat, 2003-09-06 at 00:36, Steven M. Schultz wrote: > On Fri, 5 Sep 2003, Mike Bosschaert wrote: > > checking for linux/videodev.h... yes > > ./configure: line 6451: syntax error near unexpected token `1.2.0' > > ./configure: line 6451: `AM_PATH_GLIB(1.2.0)' > > Did you run ./autogen.sh first? If you've checked out a copy > of the sources from CVS then the first thing that's needed is > to run the autogen.sh script to generate a correct ./configure > script. > > Do you have GLIB-1.2.0 installed on the system? I believe that is > what the 'AM_PATH_GLIB' line is related to.
It's an unresolved configure macro. Autoconf/aclocal will just continue successfully (why?!). But yes, you need to install glib-1.2.x & gtk-1.2.x for configure to be built completely. If you don't want that, then try the 1.6.1.90 release, it's almost uptodate with respect to CVS, and has a pre-built configure file, so you won't have any of those issues. :). Ronald -- Ronald Bultje <[EMAIL PROTECTED]> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
