OK, after setting ACLOCAL_FLAGS now configure script finish successfully. But says that it's not working with guile 1.9. But I'm using Guile 1.9.10:
.. checking size of size_t... 8 checking size of ssize_t... 8 checking for guile... /home/romel/usr/bin/guile checking for guile-config... /home/romel/usr/bin/guile-config checking for guile-tools... /home/romel/usr/bin/guile-tools checking libguile compile flags... -I/home/romel/usr/include/guile/2.0 -I/home/romel/usr/include checking libguile link flags... -R/home/romel/usr/lib -L/home/romel/usr/lib -lguile-2.0 -lgc -lunistring -lcrypt -lm -lltdl checking for guile-1.9... no <-------------------------- LOOK AT THIS! configure: Using /home/romel/usr/bin/guile checking if (srfi srfi-34) is available... yes checking if (srfi srfi-35) is available... yes checking for GLIB... yes configure: building GLib 2.0 support checking whether gcc accepts -std=gnu99... yes configure: creating ./config.status config.status: creating Makefile .. Could that represent a problem? After configure while trying to build I got this: .. Making all in g-wrap make[2]: se ingresa al directorio `/home/romel/src/g-wrap/g-wrap' make all-am make[3]: se ingresa al directorio `/home/romel/src/g-wrap/g-wrap' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT core-runtime.lo -MD -MP -MF .deps/core-runtime.Tpo -c -o core-runtime.lo core-runtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT core-runtime.lo -MD -MP -MF .deps/core-runtime.Tpo -c core-runtime.c -fPIC -DPIC -o .libs/core-runtime.o cc1: warnings being treated as errors core-runtime.c: In function ‘gw_raise_error’: core-runtime.c:55: error: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result make[3]: *** [core-runtime.lo] Error 1 make[3]: se sale del directorio `/home/romel/src/g-wrap/g-wrap' make[2]: *** [all] Error 2 make[2]: se sale del directorio `/home/romel/src/g-wrap/g-wrap' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/romel/src/g-wrap' make: *** [all] Error 2 Thanks. El mar, 01-06-2010 a las 11:20 +0200, Andy Wingo escribió: > Hi Romel, > > On Tue 01 Jun 2010 01:38, Romel Sandoval <ro...@lavabit.com> writes: > > > /configure: line 13215: `GUILE_MODULE_AVAILABLE(HAVE_SRFI_34, (srfi > > srfi-34))' > > configure failed > > It seems that aclocal is not finding guile.m4. Try running > ='-I/my/prefix/share/aclocal' ./autogen.sh. > > Cheers, > > Andy