Re: GNU Guile 1.9.2 problems with guile-lib

2009-09-16 Thread Barry Fishman
l...@gnu.org (Ludovic Courtès) writes: > Hi, > > Andy Wingo writes: > >> What is a #y vector? Does anyone know? > > No idea. Where does it come from? > > Ludo’. >From the error message it is a generalized vector, which no longer exists. What seems to be wanted is a bitvector. There does not s

Re: GNU Guile 1.9.2 problems with guile-lib

2009-09-16 Thread Mike Gran
> What is a #y vector? Does anyone know? From the 1.3.2 changelog 1998-10-18  Mikael Djurfeldt  * unif.c (scm_raprin1): Changed print syntax for byte vectors from     #bytes(...) to #y(...), and syntax for short vectors from     #short(...) to #h(...).  This may seem nutty, but, like th

Re: GNU Guile 1.9.2 problems with guile-lib

2009-09-16 Thread Ludovic Courtès
Hi, Andy Wingo writes: > What is a #y vector? Does anyone know? No idea. Where does it come from? Ludo’.

Re: GNU Guile 1.9.2 problems with guile-lib

2009-09-16 Thread Andy Wingo
On Sat 15 Aug 2009 19:53, Barry Fishman writes: > Although guile-lib git master works with Guile 1.9.1, there seems to be > a problem with Guile 1.9.2. > > Seen from: Ubuntu Jaunty x86_64 > > $ guile > Guile Scheme interpreter 0.5 on Guile 1.9.2 > Copyright (C) 2001-2008 Free Software Foundation,

GNU Guile 1.9.2 problems with guile-lib

2009-08-15 Thread Barry Fishman
Although guile-lib git master works with Guile 1.9.1, there seems to be a problem with Guile 1.9.2. Seen from: Ubuntu Jaunty x86_64 $ guile Guile Scheme interpreter 0.5 on Guile 1.9.2 Copyright (C) 2001-2008 Free Software Foundation, Inc. Enter `,help' for help. scheme@(guile-user)> (use-modules