Re: Failing to build g-wrap for guile 1.9.10

2010-06-01 Thread Ludovic Courtès
Hi, This won’t answer your question, but if you’re using 1.9, you may want to look at the dynamic FFI in (system foreign) instead of G-Wrap. Thanks, Ludo’.

Re: Failing to build g-wrap for guile 1.9.10

2010-06-01 Thread Romel Sandoval
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/rome

Re: Failing to build g-wrap for guile 1.9.10

2010-06-01 Thread Andy Wingo
Hi Romel, On Tue 01 Jun 2010 01:38, Romel Sandoval 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 ACLOCAL_FLAGS='-I/my/prefix/share/aclocal' ./autogen.sh. Cheers, Andy -