Re: Problem with slib

2012-12-17 Thread A. Arias
El lun, 17-12-2012 a las 02:46 -0500, Mark H Weaver escribió: > Germán "A. Arias" writes: > > I install slib as described in manual, but I have a problem. > > Unfortunately, the slib interface for Guile has been broken for quite > some time. There has been some rec

Problem with slib

2012-12-16 Thread A. Arias
I install slib as described in manual, but I have a problem. First I type: (use-modules (ice-9 slib)) And get: scheme@(guile-user)> (use-modules (ice-9 slib)) ;;; note: source file /usr/local/share/guile/2.0/slib/guile.init ;;; newer than compiled /home/german/.cache/guile/ccache/2.0-LE-4

Re: case-lambda* question

2012-11-14 Thread A. Arias
Running this. (define f (case-lambda* ((x #:optional y) 1) ((x #:key y) 2) ((x y #:key z)3))) (f 1 2) (f #:y 2) (f 1 2 #:z 3) I get. Backtrace: In ice-9/boot-9.scm: 157: 7 [catch #t # ...] In unknown file: ?: 6 [apply-smob/1 #] In ice

Re: case-lambda* question

2012-11-14 Thread A. Arias
El mié, 14-11-2012 a las 11:20 +0100, Daniel Llorens escribió: > > Is this the test? > > (pass-if "case-lambda*" >(null? (call-with-warnings > (lambda () > (compile '(let ((f (case-lambda* >((x #:optional y) 1) >

Re: case-lambda* question

2012-11-13 Thread A. Arias
El mar, 13-11-2012 a las 10:46 +0800, Daniel Hartwig escribió: > > However, trying to call with three arguments then triggers an error, > and I am not sure why: > > scheme@(guile-user)> (g 1 2 3) > :46:1: In procedure g: > :46:1: In procedure # #:key x)>: Invalid keyword > > Entering a new promp

guile-lib test failed

2012-05-19 Thread Germán A. Arias
With guile 2.0.5 installing guile-lib 0.2.1 ./configure and make run without problems. But "make check" say one test failed. See attached file. There are some spanish messages. I don't know how configure it to display all in english. Regards.Making check in src make[1]: se ingresa al directorio `/h

Re: Problem with guile on Dragora

2012-05-05 Thread Germán A. Arias
El Fri, 04 May 2012 00:39:43 +0200 l...@gnu.org (Ludovic Courtès) escribió: > Hello! > > "Germán A. Arias" skribis: > > > Hi, I'm testing guile 2.0.5 in a new system (www.dragora.org). The > > compilation seems OK. But when I run guile I get: > > &g

Re: Problem with guile on Dragora

2012-05-01 Thread Germán A. Arias
El Wed, 2 May 2012 00:36:31 -0600 "Germán A. Arias" escribió: > Hi, > > the output of locale is: > > bash-4.2$ locale > LANG=es_GT > LC_CTYPE="es_GT" > LC_NUMERIC="es_GT" > LC_TIME="es_GT" > LC_COLLATE="es_GT"

Re: Problem with guile on Dragora

2012-05-01 Thread Germán A. Arias
Hi, El Tue, 1 May 2012 23:17:36 +0900 Sunjoong Lee escribió: > Hi, Germán; > > Just curious what locale do you use? You may know that from output of > the command "locale". the output of locale is: bash-4.2$ locale LANG=es_GT LC_CTYPE="es_GT" LC_NUMERIC="es_GT" LC_TIME="es_GT" LC_COLLATE="es_G