Message from discussion
R15B changes erl_driver API
Received: by 10.204.10.72 with SMTP id o8mr324164bko.1.1324020823120;
Thu, 15 Dec 2011 23:33:43 -0800 (PST)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.200.144 with SMTP id ew16ls8326833bkb.2.gmail; Thu, 15 Dec
2011 23:33:42 -0800 (PST)
Received: by 10.204.145.80 with SMTP id c16mr322445bkv.2.1324020822629;
Thu, 15 Dec 2011 23:33:42 -0800 (PST)
Received: by 10.204.145.80 with SMTP id c16mr322444bkv.2.1324020822611;
Thu, 15 Dec 2011 23:33:42 -0800 (PST)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id t6si7890516bkz.0.2011.12.15.23.33.42;
Thu, 15 Dec 2011 23:33:42 -0800 (PST)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 342B65C00C;
Fri, 16 Dec 2011 08:33:35 +0100 (CET)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com
[209.85.212.181])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 820635C00D
for <erlang-questi...@erlang.org>; Fri, 16 Dec 2011 08:33:32 +0100 (CET)
Received: by wibhq2 with SMTP id hq2so193617wib.40
for <erlang-questi...@erlang.org>; Thu, 15 Dec 2011 23:33:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=subject:mime-version:content-type:disposition-notification-to:from
:in-reply-to:date:cc:content-transfer-encoding:message-id:references
:to:x-mailer; bh=4YbhimvA5Gih5ECgOqEUfPNdasb5DFf+K8M6t9LO7IY=;
b=YOLOfjfw7W88Egt34af0aI2hodw2HnPPbDt8/5fUS+cmlK1mgunzQiK7XwKp66QO22
O7BPRCGklhuaSoi3BWyX0+tUqgXt0j5u6iSX67BoSVMlvXFd9fXZ8AXkhcMWkU3Qzqw/
nvvDCnoU2zeer/ZVSum7ghAKQTvudkgx36nIg=
Received: by 10.180.98.138 with SMTP id ei10mr10643657wib.52.1324020811869;
Thu, 15 Dec 2011 23:33:31 -0800 (PST)
Received: from [192.168.1.41] (199-196.104-92.cust.bluewin.ch.
[92.104.196.199])
by mx.google.com with ESMTPS id gb16sm13270147wbb.12.2011.12.15.23.33.30
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 15 Dec 2011 23:33:31 -0800 (PST)
Mime-Version: 1.0 (Apple Message framework v1084)
From: Zabrane Mickael <zabra...@gmail.com>
In-Reply-To: <CALtQwwR9MEaYjVDYpO_pXvWM-Ft2AwgLhd76BkQ4LyUV+kH...@mail.gmail.com>
Date: Fri, 16 Dec 2011 08:30:03 +0100
Message-Id: <6A0EF1C0-1DE6-4115-B478-FB3BA24DE...@gmail.com>
References: <CAOq2pXFqcVEV1OhuzrZ=-D0gtLfGOmtatL06a82thGWKwu8...@mail.gmail.com>
<CAOzgw92AR7EqWL=puPkjYa8AH=S7aG3E_J-QoJjacRumCK9...@mail.gmail.com>
<B87C2CFE-F174-40E1-8DE8-235007C88...@gmail.com>
<CALtQwwR9MEaYjVDYpO_pXvWM-Ft2AwgLhd76BkQ4LyUV+kH...@mail.gmail.com>
To: Andrew Tunnell-Jones <and...@tj.id.au>
X-Mailer: Apple Mail (2.1084)
Cc: Erlang-Questions Questions <erlang-questi...@erlang.org>
Subject: Re: [erlang-questions] R15B changes erl_driver API
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
Hi Andrew,
Works now ... may thanks.
I've also copied the package author.
Regards,
Zabrane
On Dec 16, 2011, at 7:39 AM, Andrew Tunnell-Jones wrote:
> On Fri, Dec 16, 2011 at 5:32 AM, Zabrane Mickael <zabra...@gmail.com> wro=
te:
>> =
>> After installing R15B (OSX 10.6.8), this module no longer works for me:
>> https://github.com/alexeyr/erlang-sqlite3
>> =
>> I got the following error:
>> [...]
>> SUPERVISOR REPORT=3D=3D=3D=3D 15-Dec-2011::19:27:52 =3D=3D=3D
>> Supervisor: {local,reactiv_sup}
>> Context: start_error
>> Reason: {{badmatch,{error,"Error loading sqlite3_drv_darwin_64:
>> Driver compiled with incorrect version of erl_driver.h"}},
>> =
>> The driver seems to include the MAJOR/MINOR markers:
>> https://github.com/alexeyr/erlang-sqlite3/blob/master/c_src/sqlite3_drv.c
>> =
>> Any Help?
>> =
> =
> Line 27 should have ERL_DRV_EXTENDED_MINOR_VERSION in place of
> ERL_DRV_EXTENDED_MAJOR_VERSION.
> =
> =97 Andrew
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions