On Thu, 16 Dec 2004, Ray Cole wrote: > Well, I think I was in the wrong branch. I now re-fetched the code without > specifying a branch. It looks like more modern stuff.
I haven't looked recently but there hasn't been any branch used in a long time - always been the "HEAD" > Anyway, when I try to run autogen.sh with it I get: > > configure.ac:107: error: possibly undefined macro: AC_DEFINE But that's right back where you were at the beginning of all this! ;( It's an autoconf installation issue - AC_DEFINE is a key/core part of autoconf so AC_DEFINE being "possibly undefined" is a Bad Thing. Line 107 in configure.ac is: [AC_DEFINE(HAVE_GETOPT_LONG, 1, [long getopt support])], just "plain vanilla autoconf" - nothing unusual. I just can't shake the feeling that with all the install/remove/restore auto* and m4 files that things are in a confused state. Do you have more than one version of autoconf installed on the system? If so then the order of directories in $PATH will enter into the picture, and it's possible that the two versions have become conflated somehow which will cause problems. What type of system is this being done on? An older system with newer bits&pieces added in? That's a path to madness sometimes... Have you tried building other programs? I doubt it's mjpegtools' autoconf files that are causing the problem. Don't know what more to suggest at this point. Maybe someone else will have some suggestions other than "install a newer system" ;) Steven Schultz ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users