chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Tokyo Cabinet Error


From: Thomas Hintz
Subject: [Chicken-users] Tokyo Cabinet Error
Date: Mon, 24 Jan 2011 11:02:36 -0500

Hello,

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

Call history:
     <syntax>      (tc-hdb-get *db* "key")
     <eval>       (tc-hdb-get *db* "key") <--


I'm using the latest version of tokyocabinet and version 4.6.0-2 or Chicken.

Any ideas on why I'm getting the error and how not to get it anymore?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]