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: Ian Oversby
Subject: Re: [Chicken-users] Problem with sqlite3 egg on MinGW Chicken 2.6
Date: Thu, 8 Mar 2007 22:17:45 +0000

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

Unfortunately, I couldn't figure out how to do this, and it seems I've made
it worse :-/  I added (require-at-runtime synch) to the setup file and now
it no longer even finds sqlite3:open.  install-extension section now looks
like this:

(install-extension
 'sqlite3
 `(,so-file
   "sqlite3.html" "egg.jpg")
 '((version "1.5.7") (require-at-runtime synch) (documentation
"sqlite3.html")))

Ian




reply via email to

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