chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem with sqlite3 egg on MinGW Chicken 2.6


From: Ian Oversby
Subject: [Chicken-users] Problem with sqlite3 egg on MinGW Chicken 2.6
Date: Wed, 7 Mar 2007 22:02:46 +0000

Hi,

I'm trying to use the sqlite3 egg on a brand new Windows Chicken 2.6
build.  So far in my basic tests it is running okay, but I am getting
an error when finalising the db handle.

This is the code:

(require-extension synch)
(require-extension sqlite3)

(define *db-handle* (sqlite3:open "c:/dev/db_exper/test.db"))
(sqlite3:finalize! *db-handle*)

And this is the error:

Version 2.6 - windows-mingw32-x86 - [ dload ptables applyhook cmake ]
(c)2000-2007 Felix L. Winkelmann
#;1> ; loading c:\chicken\bin\synch.scm ...
; loading c:\chicken\bin\synch-support.dll ...
#;2> ; loading c:\chicken\bin\sqlite3.dll ...
; loading c:\chicken\bin\tinyclos-base.dll ...
#;3> #;4> Error: unbound variable: call-with/synch

        Call history:

        <syntax>          (sqlite3:finalize! *db-handle*)
        <eval>            (sqlite3:finalize! *db-handle*) <--
#;4>

Any ideas why?  If I call call-with/synch it seems to be available:

(call-with/synch)
#;4> Error: during expansion of (call-with/synch ...) - too few
arguments - received 0 but expected 2: #<procedure (? MTX PROC .
ARGS)>

        Call history:

        <syntax>          (call-with/synch)       <--

Thanks,

Ian




reply via email to

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