Hallo

> I'm sorry for bothering about that, but I'm really getting pissed about
> compiling mjpeg. I had a RedHat 7.3, and I couldn't compile... it asked
> me for newer automake, newer autoconf. I tryied installing this, but
> after all, I still had an error.
> 
> So I removed everything, formated all, reinstalled a RH 8.0. And now, I
> get :
> 
> ./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...
> You should add the contents of `/usr/share/aclocal/libtool.m4' to
> `aclocal.m4'.
> Running aclocal -I ./movtar ...
> aclocal: configure.in: 187: macro `AM_PATH_GLIB' not found in library
> aclocal: configure.in: 420: macro `AM_PATH_GTK' not found in library
[...]
> Could someone please help me out ? I'm really a linux newbie. But I
> never have had problems compiling other programs before.
Lookes like some *.m4 macros are not found. 

Try to find a glib.m4 and gtk.m4
If you dont have them try to install the *-devele or *developer
packages.

If you have them in a other location than /usr/share/aclocal/
You can solve you problem in 2 ways:
Make symlink from the *.m4 files to the location where they are
searched, or change in the autogen.sh one of the fisrt lines to: 
ACLOCAL_FLAGS="-I ./movtar -I /where/the/files/are"

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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to