I also get the error about missing config.h.in so I generated one with
autoheader - is this the right thing to do?

That done, when make is run I get:

Making all in lavtools
make[2]: Entering directory `/home/scott/mjpeg/mjpeg_play/lavtools'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include
-DG_LOG_DOMAIN=\"lavtools\" -DLAVPLAY_VERSION=\"1.7.0\" -I/usr/include
-I/usr/local/include -I/usr/local/include/glib-1.2
-I/usr/local/lib/glib/include -I/usr/local/include  -I/usr/X11R6/include
-I /usr/X11R6/include -I../utils -I/usr/local/include/gtk-1.2
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include
-I/usr/X11R6/include -I/home/scott/mjpeg/jpeg-mmx    -mcpu=i686
-march=i686 -g -O2 -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wcast-align -Wwrite-strings
-Wcast-qual -MT png2yuv.o -MD -MP -MF ".deps/png2yuv.Tpo" \
  -c -o png2yuv.o `test -f 'png2yuv.c' || echo './'`png2yuv.c; \
then mv -f ".deps/png2yuv.Tpo" ".deps/png2yuv.Po"; \
else rm -f ".deps/png2yuv.Tpo"; exit 1; \
fi
png2yuv.c:250: warning: no previous prototype for `png_separation'
png2yuv.c:304: warning: no previous prototype for `decode_png'
png2yuv.c: In function `decode_png':
png2yuv.c:353: warning: implicit declaration of function `png_jmpbuf'
png2yuv.c:353: warning: passing arg 1 of `_setjmp' makes pointer from
integer without a cast
png2yuv.c:363: warning: implicit declaration of function `png_read_png'
png2yuv.c:363: `PNG_TRANSFORM_STRIP_16' undeclared (first use in this
function)
png2yuv.c:363: (Each undeclared identifier is reported only once
png2yuv.c:363: for each function it appears in.)
png2yuv.c:363: `PNG_TRANSFORM_STRIP_ALPHA' undeclared (first use in this
function)
make[2]: *** [png2yuv.o] Error 1
make[2]: Leaving directory `/home/scott/mjpeg/mjpeg_play/lavtools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/scott/mjpeg/mjpeg_play'
make: *** [all] Error 2


On Thu, 2003-06-05 at 18:28, Bernhard Praschinger wrote:
> Hallo
> 
> > distribution: debian/sid
> > automake version: 1.5
> > 
> > cd mjpeg_tools; ./autogen.sh
> > 
> > **Warning**: I am going to run `configure' with no arguments.
> > If you wish to pass any to it, please specify them on the
> > `./autogen.sh' command line.
> > 
> > processing .
> > Running libtoolize...
> > Running aclocal -I ./movtar ...
> > aclocal: configure.in: 400: macro `AM_PATH_SDL' not found in library
> It seems that you have at least not installed the sdl-devel package
> 
> > Running automake --gnu  ...
> > configure.in: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
> That should not kill the process. 
> 
> > automake: configure.in: installing `./install-sh'
> > automake: configure.in: installing `./mkinstalldirs'
> > automake: configure.in: installing `./missing'
> > configure.in: 9: required file `./config.h.in' not found
> > automake: configure.in: installing `./depcomp'
> 
> Do you have installed all libaries and the *-devel packages mentioned in
> the INSTALL text file ?
> 
> auf hoffentlich bald,
> 
> Berni the Chaos of Woodquarter
> 
> Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
> www: http://www.lysator.liu.se/~gz/bernhard
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Mjpeg-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
-- 
scott <[EMAIL PROTECTED]>
Boldtower



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to