Configuring error

Mikael Magnusson mikma264 at gmail.com
Tue Sep 26 21:35:29 CEST 2006


Calle Kabo wrote / skrev:

>>You may need to add /usr/local/share/aclocal to aclocal dirlist:
>>
>>$ echo /usr/local/share/aclocal >> /usr/share/aclocal/dirlist
> 
> Yes that did the trick! :)
> 
> But now when I try to compile libminisip I get errors:
> $ ./bootstrap
> --- snip ---
> + libtoolize=libtoolize
> + test libtoolize = no
> + aclocal-1.9 -I m4
> aclocal:configure.ac:456: warning: macro `AM_MINISIP_CHECK_LIBMSTUN' not
> found in library
> aclocal:configure.ac:459: warning: macro `AM_MINISIP_CHECK_LIBZRTPCPP'
> not found in library
> + libtoolize --copy --force
> Putting files in AC_CONFIG_AUX_DIR, `config'.
> + autoconf
> configure.ac:456: error: possibly undefined macro: AM_MINISIP_CHECK_LIBMSTUN
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:459: error: possibly undefined macro:
> AM_MINISIP_CHECK_LIBZRTPCPP
> 
> So I tried ./bootstrap and then ./configure libzrtpcpp but got the
> following error from ./configure
> configure: creating ./config.status
> config.status: error: cannot find input file: Makefile.in
> 
> So... what now? :)

You need to update to latest svn and build and install libmstun, before 
you can build libminisip. Or use build.pl which builds the dependencies 
automatically.

Mikael



More information about the Minisip-users mailing list