Re: build error
Blake Ross Matheny <[email protected]> Fri, 20 Sep 2002 15:55:33 -0500
| Newsgroups | gmane.network.gnunet.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi Robert, when aclocal is being run, it must be run with the following options, "-I./contrib/m4" so that it finds those macros. I'm suprised that you are getting those errors, if this is cvs, have you run ./autogen.sh and if this is not cvs, could you run that and try to compile again? Thanks! -Blake Robert Millan wrote: > Hello! > > I get this build error trying to compile GNUnet: > > rmh@bilbo:~/gnunet/GNUnet-0.4.6$ make > cd . && aclocal > aclocal: configure.in: 51: macro `AM_GNUNET_SSL_VERSION' not found in library > aclocal: configure.in: 142: macro `AM_GNUNET_PATH_GLIB' not found in library > aclocal: configure.in: 143: macro `AM_GNUNET_PATH_GTK' not found in library > make: *** [aclocal.m4] Error 1 > rmh@bilbo:~/gnunet/GNUnet-0.4.6$ > > libssl, glib and libgtk are installed and successfuly detected on configure. > same error after updating autoconf with version 2.54 > > anyone can help? > >