Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mié, 2011-03-09 at 00:10 -0500, Mark H Weaver wrote: > Germán, > > It looks like you might have run "make clean", or perhaps unpacked a > fresh copy of the source code, before running the command I asked you to > run. In order for the command to tell us anything useful, it must be > run after

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
Germán, It looks like you might have run "make clean", or perhaps unpacked a fresh copy of the source code, before running the command I asked you to run. In order for the command to tell us anything useful, it must be run after you have tried the normal build process and let it run as far as it

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mar, 2011-03-08 at 20:21 -0500, Mark H Weaver wrote: > Germán, > > Please cd into guile-2.0.0/libguile, and from there run the following > command: > > gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib > -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes > -W

Is there any approach to define "private" vars in GOOPS?

2011-03-08 Thread nalaginrut
hi all! I got a question. Is there any approach to define a "private" vars/methods in the GOOPS? Or it's impossible? I didn't find any "private" info in the GOOPS manual. -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
Germán, Please cd into guile-2.0.0/libguile, and from there run the following command: gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum -fvisibility=hidden -

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
Germán Arias writes: > Hi, I'm trying to install Guile 2.0. My system is gNewSense Which version of gNewSense are you running, and which processor architecture? Mark

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
This is gNewSense Deltah, with the latest updates. The architecture is i686 (an old Pentium III). On mar, 2011-03-08 at 17:12 -0500, Mark H Weaver wrote: > Germán Arias writes: > > Hi, I'm trying to install Guile 2.0. My system is gNewSense > > Which version of gNewSense are you running, and whi

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mar, 2011-03-08 at 23:02 +0100, Ludovic Courtès wrote: > Hi, > > Germán Arias writes: > > > CC libguile_2.0_la-vm.lo > > make[3]: *** [libguile_2.0_la-vm.lo] Error 1 > > Can you compile with “make V=1” to get full output? > > Thanks, > Ludo’. > This is the output (just the final lin

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Ludovic Courtès
Hi, Germán Arias writes: > CC libguile_2.0_la-vm.lo > make[3]: *** [libguile_2.0_la-vm.lo] Error 1 Can you compile with “make V=1” to get full output? Thanks, Ludo’.

Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
Hi, I'm trying to install Guile 2.0. My system is gNewSense, so I had install some dependencies from source (libffi, etc) since gNewSense have too old libraries. I don't get problems to configure Guile. I'm using (adn I'm not sure if this is correct) ./configure LIBFFI_CFLAGS=-I/usr/local/lib/libf