On Tue, Jan 25, 2011 at 9:39 AM, Felix
<address@hidden> wrote:
From: Thomas Hintz <address@hidden>
Subject: Re: [Chicken-users] Tokyo Cabinet Error
Date: Tue, 25 Jan 2011 09:20:37 -0500
> I'm trying to use the tokyocabinet egg and I've been unable to get it to
> work. This is what I get:
>
> (use tokyocabinet)
>
> (define *db* (tc-hdb-open "the-db"))
>
> (tc-hdb-put! *db* "key" "value")
> (tc-hdb-get *db* "key")
>
> Error: bad argument type - not a number vector
> #<localive>
> s32vector
>
Where does this "localive" come from?
cheers,
felix