Re: Failing to build g-wrap for guile 1.9.10

2010-06-03 Thread Romel Sandoval
My distro is Trisquel 3.5 based on Ubuntu. I pulled the patch and now building works without --disable-Werror. Regards, Romel. El jue, 03-06-2010 a las 16:36 +0200, Andreas Rottmann escribió: > Romel Sandoval writes: > > > GCC 4.4.1 > > eglibc 2.10.1 > > > That's Debian sid, right? Strangely,

Re: Failing to build g-wrap for guile 1.9.10

2010-06-03 Thread Andreas Rottmann
Romel Sandoval writes: > GCC 4.4.1 > eglibc 2.10.1 > That's Debian sid, right? Strangely, I don't get the warning on current sid. Nevertheless, I've now pushed a patch that should fix the issue. Can you confirm that building /without/ `--disable-Werror' works with current g-wrap git? Regards, R

Re: Failing to build g-wrap for guile 1.9.10

2010-06-03 Thread Romel Sandoval
GCC 4.4.1 eglibc 2.10.1 El jue, 03-06-2010 a las 14:00 +0200, Andreas Rottmann escribió: > Romel Sandoval writes: > > > Well `--disable-Werror' make it. Thanks! > > > > Rottmann, are you going to patch the code on the GIT repository? > > > Yes, I'm having a patch (the one in my last mail) in the

Re: Failing to build g-wrap for guile 1.9.10

2010-06-03 Thread Andreas Rottmann
Romel Sandoval writes: > Well `--disable-Werror' make it. Thanks! > > Rottmann, are you going to patch the code on the GIT repository? > Yes, I'm having a patch (the one in my last mail) in the queue, but I can't reproduce the warning you encountered -- which version of GCC and glibc did you use?

Re: Failing to build g-wrap for guile 1.9.10

2010-06-02 Thread Romel Sandoval
Well `--disable-Werror' make it. Thanks! Rottmann, are you going to patch the code on the GIT repository? El mié, 02-06-2010 a las 21:29 +0200, Andreas Rottmann escribió: > Romel Sandoval writes: > > > After configure while trying to build I got this: > > > > .. > > Making all in g-wrap > > mak

Re: Failing to build g-wrap for guile 1.9.10

2010-06-02 Thread Romel Sandoval
I'm trying to build G-Wrap because guile-gnome depends on it. El mié, 02-06-2010 a las 00:21 +0200, Ludovic Courtès escribió: > 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-02 Thread Andreas Rottmann
Romel Sandoval writes: > 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=

Re: Failing to build g-wrap for guile 1.9.10

2010-06-02 Thread Andy Wingo
On Tue 01 Jun 2010 20:44, Romel Sandoval writes: > checking for guile-1.9... no <-- LOOK AT THIS! > > Could that represent a problem? Hm, dunno. Perhaps it's looking for a binary with that name? It seems you're building fine though. > cc1: warnings being treated as er

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 -

Failing to build g-wrap for guile 1.9.10

2010-05-31 Thread Romel Sandoval
Hello I'm trying to build g-wrap downloaded with git for guile 1.9.10. I have my guile on $HOME/usr. I also have the following environment variables: export LDFLAGS="-L$HOME/usr/lib" export CPPFLAGS="-I$HOME/usr/include -I$HOME/usr/include/guile/2.0" export PKG_CONFIG_PATH="$HOME/usr/lib/pkgconf