Re: Problem to compile g-wrap

2011-10-15 Thread Germán Arias
On mié, 2011-10-12 at 14:26 +0100, Paul Emsley wrote: > On 03/10/11 23:58, Germán Arias wrote: > > I found the problem. the configuration say: > > > > checking size of size_t... 4 > > checking size of ssize_t... 4 > > checking for guile... /usr/local/bin/guile > > checking for guile-config... /usr/

Re: Problem to compile g-wrap

2011-10-12 Thread Paul Emsley
On 03/10/11 23:58, Germán Arias wrote: I found the problem. the configuration say: checking size of size_t... 4 checking size of ssize_t... 4 checking for guile... /usr/local/bin/guile checking for guile-config... /usr/local/bin/guile-config checking for guile-tools... /usr/local/bin/guile-tools

Re: Problem to compile g-wrap

2011-10-07 Thread Germán Arias
On jue, 2011-10-06 at 21:07 +0200, Ludovic Courtès wrote: > Germán Arias skribis: > > > There isn't errors: > > Then it should work. :-) > > Ludo’. > Then the problem is in g-wrap. Maybe because uses deprecated methods?

Re: Problem to compile g-wrap

2011-10-06 Thread Ludovic Courtès
Germán Arias skribis: > There isn't errors: Then it should work. :-) Ludo’.

Re: Problem to compile g-wrap

2011-10-05 Thread Germán Arias
On mié, 2011-10-05 at 12:11 +0200, Ludovic Courtès wrote: > Hi, > > Germán Arias skribis: > > > guile-2.0.pc is at /usr/local/lib/pkgconfig. But I get the same output. > > Which should be the output of 'pkg-config guile-2.0'? If I run this, I > > get: > > > > german@german-desktop:~/Instalados/g

Re: Problem to compile g-wrap

2011-10-05 Thread Ludovic Courtès
Hi, Germán Arias skribis: > guile-2.0.pc is at /usr/local/lib/pkgconfig. But I get the same output. > Which should be the output of 'pkg-config guile-2.0'? If I run this, I > get: > > german@german-desktop:~/Instalados/g-wrap-1.9.13$ pkg-config guile-2.0 Try ‘pkg-config --print-errors guile-2.0

Re: Problem to compile g-wrap

2011-10-04 Thread Germán Arias
On mar, 2011-10-04 at 21:50 +0200, Ludovic Courtès wrote: > Hi, > > Germán Arias skribis: > > > checking size of size_t... 4 > > checking size of ssize_t... 4 > > checking for guile... /usr/local/bin/guile > > checking for guile-config... /usr/local/bin/guile-config > > checking for guile-tools.

Re: Problem to compile g-wrap

2011-10-04 Thread Ludovic Courtès
Hi, Germán Arias skribis: > checking size of size_t... 4 > checking size of ssize_t... 4 > checking for guile... /usr/local/bin/guile > checking for guile-config... /usr/local/bin/guile-config > checking for guile-tools... /usr/local/bin/guile-tools > checking libguile compile flags... -pthread

Re: Problem to compile g-wrap

2011-10-03 Thread Germán Arias
I found the problem. the configuration say: checking size of size_t... 4 checking size of ssize_t... 4 checking for guile... /usr/local/bin/guile checking for guile-config... /usr/local/bin/guile-config checking for guile-tools... /usr/local/bin/guile-tools checking libguile compile flags... -pthr

Problem to compile g-wrap

2011-10-01 Thread Germán Arias
Compiling g-wrap-1.9.13 with gcc 4.6.0, I get (using guile 2.0.2): In file included from guile-runtime.c:32:0: ../../guile/g-wrap/guile-compatibility.h:50:0: error: "scm_is_eq" redefined [-Werror] /usr/local/include/guile/2.0/libguile/tags.h:120:0: note: this is the location of the previous defini