chicken-users
[Top][All Lists]
Advanced

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

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


From: Kon Lovett
Subject: Re: [Chicken-users] Problem with sqlite3 egg on MinGW Chicken 2.6
Date: Wed, 7 Mar 2007 18:18:40 -0800

On Mar 7, 2007, at 2:02 PM, Ian Oversby wrote:

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)       <--


The sqlite3 egg 1.5.6+ requires the synch egg 1.0+.

(At some point the .setup files for the eggs will be changed to state the required versions but for now you must do it manually.)

Sorry,
Kon

Thanks,

Ian


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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