O/H Loïc Minier έγραψε:
>         Hi,
>
> On Fri, Jul 07, 2006, Pavlos Georgiadis wrote:
>   
>> When I try to run the bootstrap I get some errors, that show that the 
>> automake executable is not found. Indeed the executable for automake 1.9 
>> is 'automake19' in FreeBSD. So I changed the amvers to '19' in 
>> bootstrap, as also the autoconf and autoheader to autoconf259 
>> autoheader259 (for version 2.59).
>>     
>
>  First, I'm surprized that your binary is named automake19 and I'm also
>  disappointed that the bootstrap script doesn't take $AUTOMAKE into
>  account.  This is minor since bootstrap is the collection of commands
>  that is supposed to bootstrap the autotools and is intended only for
>  CVS users, other people are supposed to use a bootstrapped tarball
>  (make dist) and will directly call configure.
>
>  I suppose bootstrap should be fixed to also check for $AUTOMAKE as an
>  ultimate override.
>
>   
>> After that aclocal shows the following warning:
>> + aclocal19 -I autotools
>> /usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of 
>> AM_PATH_GTK
>> run info '(automake)Extending aclocal'
>> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>>     
>
>  This is not important, aclocal walks through all installed m4 macros,
>  and report a syntax error on this one, but Gtk isn't required for
>  Mbuni.  I suppose this is the ancient Gtk 1.2 macro.
>
>   
>> and autoconf shows this error:
>> + autoconf259
>> configure.ac:21: error: possibly undefined macro: AC_PROG_LIBTOOL
>> If this token and others are legitimate, please use m4_pattern_allow.
>> See the Autoconf documentation.
>>     
>
>  That's a real error, aclocal needs the AC_PROG_LIBTOOL macro (because
>  Mbuni uses libtool) but didn't find it.  You need to install libtool
>  (exactly like you need to install automake 1.9) in order to bootstrap
>  the CVS.  Or you can use the latest released tarball, or bootstrap the
>  CVS from another host.
>
>  You're probably also interested in having libtoolize in your PATH for
>  bootstrap.
>
>  On my Debian system, the libtool package provides
>  /usr/share/aclocal/libtool.m4 which has the macro.
>
>    Bye,
>   
libtool is installed on the system and libtool.m4 is under 
/local/share/aclocal/libtool.m4.


I downloaded the tar from 
http://www.mbuni.org/downloads/1.1.0/mbuni-1.1.0.tar.gz

./configure stops with the following error

checking Kannel libs... -L/usr/local/lib/kannel -lwap -lgwlib -lssl -lm 
-L/usr/local/lib -pthread -rpath=/usr/local/lib -liconv -L/usr/local/lib 
-lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -lpcre 
-L/usr/lib -lcrypto -lssl
checking Kannel includes... -I/usr/local/include/kannel -O2 -pipe 
-I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/local/include -I/usr/include/openssl
checking for cfg_create in -lgwlib... no
configure: error: Kannel gwlib is required!

Kannel is installed and the gwlib is under /usr/local/lib/kannel/libgwlib.a
and gwlib headers are under /usr/local/include/kannel/gwlib/


--
Pavlos Georgiadis


_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to