On Mon, Jan 15, 2024 at 07:25:37AM +0000, Schaible, Marcel wrote:
> Hi,
> 
> I am Guile/Scheme newbie and trying to use the function bitvector-copy.
> 
> I am getting with Guile 3.0.7 the following error:
> 
> (define bv (bitvector-copy #*11000010))
> ;;; <stdin>:1:12: warning: possibly unbound variable `bitvector-copy'
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> Unbound variable: bitvector-copy

Hm. Just a very quick look at the repo, so I might be totally off,
but it seems bitvector-copy appeared between 3.0.7 and 3.0.8 (commit
d70c1dbeb).

Perhaps you need a newer version?

On mine (around 3.0.9) there is such a function.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature

Reply via email to