|
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
[Prev in Thread] | Current Thread | [Next in Thread] |