From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 650EDBC6A for ; Thu, 19 Oct 2006 01:37:14 +0200 (CEST) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by discorde.inria.fr (8.13.6/8.13.6) with SMTP id k9INb915017034 for ; Thu, 19 Oct 2006 01:37:13 +0200 Received: (qmail 74279 invoked from network); 18 Oct 2006 23:37:06 -0000 Received: from unknown (HELO ?192.168.0.51?) (sullivan@mayachitra.com@66.14.187.7 with plain) by smtp102.biz.mail.re2.yahoo.com with SMTP; 18 Oct 2006 23:37:06 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: <335ADF72-5CB0-4830-AB24-DEC888204FAE@mayachitra.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: caml-list@yquem.inria.fr From: Kenneth Sullivan Subject: SQLite 3, ocaml, mac os x Date: Wed, 18 Oct 2006 16:37:04 -0700 X-Mailer: Apple Mail (2.752.2) X-Miltered: at discorde with ID 4536BAA5.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 ocaml:01 kenneth:98 compile:01 seems:03 darwin:04 i'd:05 linux:06 wrapper:10 wrapper:10 ken:11 however:13 convincing:13 running:14 does:14 Does anyone know of a good SQLite 3 wrapper for ocaml, in particular, one they have used with mac os x? Christian Szegedy's wrapper (http://metamatix.org/~ocaml/ocaml_sqlite3.html), seems to fit the bill. However this was tested on linux, and I had a bear of a time convincing it to compile on darwin and finally got "Bus errors" running the test code. If anyone could point me to a wrapper they are currently having success with on a mac, I'd greatly appreciate it. Thanks, Ken Sullivan