[Mjpeg-users] Building from CVS (was Re: y4mdenoise)

2009-06-04 Thread Steven Boswell II
I wish I could help you...maybe one of the developers that knows our build system better could help? I'm running Fedora Core 9 and have the following SDL-related packages installed: SDL-1.2.13-3.fc9.i386 SDL_gfx-devel-2.0.16-5.fc9.i386 SDL_gfx-2.0.16-5.fc9.i386 SDL_image-1.2.6-6.fc9.i386 SDL-dev

Re: [Mjpeg-users] Building from CVS

2004-12-21 Thread Steven M. Schultz
On Tue, 21 Dec 2004, Ray Cole wrote: > Ugh. I give :-) > I completely erase any sign of autoconf, automake, aclocal, and m4 from my > system. I then installed the following from RedHat 9's distribution: > > autoconf-2.57-3.noarch.rpm > automake-1.6.3-5.noarch.rpm Well, automake

Re: [Mjpeg-users] Building from CVS

2004-12-21 Thread Ray Cole
Got it. I ran aclocal, autoconf, and automake separately (without using autoreconf) and ended up with a functioning setup. Odd... Anyway, I ran ./configure, then make, and now have a new set of executables to play with that appear to work :-) -- Ray Ray Cole wrote: Ugh. I give :-) I completely

Re: [Mjpeg-users] Building from CVS

2004-12-21 Thread Ray Cole
Ugh. I give :-) I completely erase any sign of autoconf, automake, aclocal, and m4 from my system. I then installed the following from RedHat 9's distribution: autoconf-2.57-3.noarch.rpm automake-1.6.3-5.noarch.rpm gtk+-devel-1.2.10-25.i386.rpm gtk2-devel-2.2.1-4.i386.rpm m4-1.4.1-11.i386.r

Re: Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread e.chalaron
>Maybe someone else will have some suggestions other >than "install a newer >system" ;) Not me. It is eventually quicker and better to move to a recent distribution. Just done it for exactly the same reasons Just upgrade, intalls are easy enough (mind initio and SCSI and MDK 10.0 though. Ma

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Steven M. Schultz
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"

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Ray Cole
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. Anyway, when I try to run autogen.sh with it I get: configure.ac:107: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Ray Cole
I got past the autogen.sh stuff. Now I'm getting a plain ol' compiler error: mpeg2encoptions.cc: In member function `int MPEG2EncOptions::InferStreamDataParams(const MPEG2EncInVidParams&)': mpeg2encoptions.cc:149: error: `mpeg_valid_framerate_code' undeclared (first use this function) mpeg2e

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Ray Cole
Glad to see someone else has the same type of problems :-) I'm using automake 1.8.5 and autoconf 2.59. I get a ton of AM_CONDITIONAL errors. I'd love to try out some of the changes that have happened over the past year but can't (sniff). processing . Running libtoolize... You should add the c

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Steven M. Schultz
On Tue, 14 Dec 2004, Ray Cole wrote: > Glad to see someone else has the same type of problems :-) I'm using > automake 1.8.5 and autoconf 2.59. I get a ton of AM_CONDITIONAL errors. Are you sure that automake is completely installed and that you have all of the -devel packa

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Michael Hanke
Am Dienstag 14 Dezember 2004 18.33 schrieb Steven M. Schultz: > > On Tue, 14 Dec 2004, Michael Hanke wrote: > > > I tried to build the mjpegtools from CVS. Unfortunately, I could not run > > autogen.sh successfully. The most important error: > > > > HAVE_PNG not defined in AM_CONDITIONAL > >

Re: [Mjpeg-users] Building from CVS

2004-12-16 Thread Steven M. Schultz
On Tue, 14 Dec 2004, Ray Cole wrote: > I'd installed autoconf from source. I do have a /usr/local/share/aclocal-1.8 > directory. I tried creating a symbolic link from /usr/local/share/aclocal-1.8 > to /usr/share/aclocal but I get the exact same results :-( But is anything _in_ that

Re: [Mjpeg-users] Building from CVS

2004-12-15 Thread Steven M. Schultz
Hi - > On Wed, 15 Dec 2004, Michael Hanke wrote: > > > Did you do a fresh cvs checkout? If so then I do not know why > > configure.in exists - it should be configure.ac now. > That's it! Super! > I am running a weekly cron job for updating my CVS copy. It does not seem to

Re: [Mjpeg-users] Building from CVS

2004-12-15 Thread Ray Cole
I'd installed autoconf from source. I do have a /usr/local/share/aclocal-1.8 directory. I tried creating a symbolic link from /usr/local/share/aclocal-1.8 to /usr/share/aclocal but I get the exact same results :-( I assume there is some sort of conflict left behind by the fact I used to have

Re: [Mjpeg-users] Building from CVS

2004-12-15 Thread Michael Hanke
Am Mittwoch 15 Dezember 2004 08.33 schrieb Steven M. Schultz: > > On Wed, 15 Dec 2004, Michael Hanke wrote: > > > HAVE_PNG appears in configure.in. The stuff with HAVE_LIBPNG seems to be ok. > > The resulting configure script finds the png libraries... > > Then, for some reason, you do

Re: [Mjpeg-users] Building from CVS

2004-12-14 Thread Steven M. Schultz
On Wed, 15 Dec 2004, Michael Hanke wrote: > HAVE_PNG appears in configure.in. The stuff with HAVE_LIBPNG seems to be ok. > The resulting configure script finds the png libraries... Then, for some reason, you do not have the current CVS version. There is no such file as "config

Re: [Mjpeg-users] Building from CVS

2004-12-14 Thread Ray Cole
Yep, I'm getting further. I'm now to the point where I am just missing some .m4 files. I'll have to restore those. Will try again tomorrow or so. Thanks for your help! -- Ray --- SF email is sponsored by - The IT Product Guide Read honest & c

Re: [Mjpeg-users] Building from CVS

2004-12-14 Thread Steven M. Schultz
On Tue, 14 Dec 2004, Michael Hanke wrote: > I tried to build the mjpegtools from CVS. Unfortunately, I could not run > autogen.sh successfully. The most important error: > > HAVE_PNG not defined in AM_CONDITIONAL That looks like an automake related message. Hmmm, I see in conf

Re: [Mjpeg-users] Building from CVS

2004-12-14 Thread Steven Boswell II
> I tried to build the mjpegtools from CVS. > Unfortunately, I could not run > autogen.sh successfully. The most important error: > > HAVE_PNG not defined in AM_CONDITIONAL > > What is going wrong? I have installed libpng-devel. I, too, have a heck of a time building from CVS, and I'm supposed

[Mjpeg-users] Building from CVS

2004-12-14 Thread Michael Hanke
Hi, I tried to build the mjpegtools from CVS. Unfortunately, I could not run autogen.sh successfully. The most important error: HAVE_PNG not defined in AM_CONDITIONAL What is going wrong? I have installed libpng-devel. Thank you. Michael -