Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Mike Bosschaert
On Saturday 06 September 2003 21:34, Steven M. Schultz wrote: > On Sat, 6 Sep 2003, Mike Bosschaert wrote: > > Yep, it's there: /usr/share/aclocal/glib.m4 > > Ok - just one of those things worth double checking. Looking at > the errors again I suspect the problem in somehow in the aut

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Ronald Bultje
Hey, On Sat, 2003-09-06 at 20:50, Mike Bosschaert wrote: > Yep, it's there: /usr/share/aclocal/glib.m4 Don't forget to re-run aclocal there-after. It's skipped if it's already been ran before, so you need to force it to be ran again: "aclocal && autoconf". Ronald -- Ronald Bultje <[EMAIL PROTE

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Steven M. Schultz
On Sat, 6 Sep 2003, Mike Bosschaert wrote: > Yep, it's there: /usr/share/aclocal/glib.m4 Ok - just one of those things worth double checking. Looking at the errors again I suspect the problem in somehow in the autoconf and/or automake setup > yes ./configure: line 1047

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Mike Bosschaert
> > I've run autogen.sh first. That also generated some messages. The > > complete output of autogen.sh is given below. > > > > I assume glib-1.2.0 is installed, "locate glib-1" gave: > > /usr/lib/libglib-1.2.so.0 > > Some packages are split into "runtime" and "development" portions. >

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Steven M. Schultz
On Sat, 6 Sep 2003, Mike Bosschaert wrote: > I've run autogen.sh first. That also generated some messages. The complete > output of autogen.sh is given below. > > I assume glib-1.2.0 is installed, "locate glib-1" gave: > /usr/lib/libglib-1.2.so.0 Some packages are split into "runtime"

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Mike Bosschaert
> > I try (for the first time) to compile mjpegtools form the cvs sources but > > I get the following error at the end of .configure > > > > 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)'

Re: [Mjpeg-users] compile problem:

2003-09-06 Thread Ronald Bultje
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.s

Re: [Mjpeg-users] compile problem:

2003-09-05 Thread Steven M. Schultz
On Fri, 5 Sep 2003, Mike Bosschaert wrote: > Hi, > I try (for the first time) to compile mjpegtools form the cvs sources but I > get the following error at the end of .configure > > checking for linux/videodev.h... yes > ./configure: line 6451: syntax error near unexpected token `1.2.0' > ./con

[Mjpeg-users] compile problem:

2003-09-05 Thread Mike Bosschaert
Hi, I try (for the first time) to compile mjpegtools form the cvs sources but I get the following error at the end of .configure [...] checking for sys/soundcard.h... yes checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for getopt_long... yes checking

Re: [Mjpeg-users] Compile problem with ac3dec

2003-08-02 Thread Steven M. Schultz
Hi - > From: T-Bone <[EMAIL PROTECTED]> > I downloaded both ac3dec-mjepegtools.tar.gz and ac3dec.patched.tar.gz. > > > Here are the last few lines of the make output: > > cc1: warnings being treated as errors > decode.c: In function `ac3_decode_data': > decode.c:245: warning: deprecated use of

[Mjpeg-users] Compile problem with ac3dec

2003-08-02 Thread T-Bone
Hello, I downloaded both ac3dec-mjepegtools.tar.gz and ac3dec.patched.tar.gz. When I tried to compile ac3dec-mjepegtools.tar.gz, I noticed that the configure script was missing. The instructions in the README say to do ./configure && make all. It's kind of difficult to do this without the co