Neil Jerram <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Ludovic Courtès) writes:
>> What I'm saying in (1) is that the user should be able to choose these
>> two (or three) directories at installation time.
>
> Perhaps, yes, but I don't (personally) want to get into the object/lib
> file loc
Hi,
The manual (1.7) mentions two read syntaxes for bit vectors:
(make-uniform-vector 8 #t #f) =>
#*
#b(#t #f #t) =>
#*101
In 1.7 the `#*' syntax works fine but the `#b()' doesn't:
guile> #b(#f #t #f)
ERROR: In procedure scm_lreadr:
ERROR: standard input:5:3: Unknown
I'm investigating why in NetBSD pkgsrc the update of slib to 3a2
breaks the guile-slib package, failing when it tries to build the
catalog:
cd /usr/pkg/share/guile/slib; guile -q -s /usr/pkgsrc/devel/guile-slib/files/ge
ncat.scm
ERROR: Unbound variable: with-load-pathname
gencat.scm is provided
I have the same problem with 1.6.4 (no surprise) and slib3a2.
First, Kevin Ryde once wrote me:
> Incidentally, the (ice-9 slib) module which comes with guile probably
> doesn't work with the latest slib, running up guile.init as described
> in the slib docs is the way to go.
I found that ice-9/sl
[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
> The manual (1.7) mentions two read syntaxes for bit vectors:
>
>#b(#t #f #t) =>
>#*101
That's only in the 1.6 manual isn't it?
> In fact, `scm_lreadr ()' does not seem to implement it. So should the
> `#b()' read syntax be removed from the
Alan Grover <[EMAIL PROTECTED]> writes:
>
> I have the same problem with 1.6.4 (no surprise) and slib3a2.
>
> First, Kevin Ryde once wrote me:
>> Incidentally, the (ice-9 slib) module which comes with guile probably
>> doesn't work with the latest slib, running up guile.init as described
>> in the