scsh-hackers
[Top] [All Lists]

Re: C extension problems

To: scsh-hackers@scsh.net
Subject: Re: C extension problems
From: Kristof Bastiaensen <kristof@vleeuwen.org>
Date: Tue, 27 Dec 2005 01:03:45 +0100
Cc: kristof@vleeuwen.org
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Hi,

I have written an extension for the sqlite3 database.  It currently
works with scheme48, but it doesn't work with scsh.  When I enter
(open-database "/tmp/existing.db"), the interpreter hangs.  One guess
is that it has something to do with threads, since the sqlite3 API
says that the handle returned by sqlite3_open may not be passed to
another thread.  Of course it could be another problem.

I have included the whole extension.

Regards,
Kristof Bastiaensen

Attachment: scsh-sqlite3.tar.gz
Description: The extension files

<Prev in Thread] Current Thread [Next in Thread>