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=2.7 required=5.0 tests=AWL,DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 585D7BBAF for ; Mon, 5 Oct 2009 12:14:14 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQCANFjyUrRVdrRkGdsb2JhbACCJy6OZoh9PwEBAQEJCQwHEwOmJoE7jWEBAwMFhCUEgVI X-IronPort-AV: E=Sophos;i="4.44,505,1249250400"; d="scan'208";a="47954131" Received: from mail-bw0-f209.google.com ([209.85.218.209]) by mail4-smtp-sop.national.inria.fr with ESMTP; 05 Oct 2009 12:14:13 +0200 Received: by bwz5 with SMTP id 5so2327294bwz.27 for ; Mon, 05 Oct 2009 03:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=kxG8NuUS8+vXrsp4bZ2vv79VhF72LSva5q92fojY6RU=; b=kGGZPxmJHhaza4Ztt7tuBPmgOdDjCJC13QkdiK4paVa/l2Fa9B4uOvPhUqCm3mgiJq NsW5dOkha1IRE7g5G8ha0+TtT9SGSw+4JFKcxa1tcvOhU3yGh4suSS6+lIjAkolZcrOl 5bOBl0u65p6+1xPfiq02MyvzB0VPxhYCsfBVE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FL2/srdP4UV+9vF/innmbaj6CFwpya9SvGp0DLsc9F3D1GiscKsm37Q33azOMT/p94 9JmYPsqtgzBHd70f0r3A2zpmVrq1oxxrzr0UPTGzpbjkUFOpattNtHVZ5qVomU597DeV WxqapkK1VERKH/NcxgFhy3tcqxnbCAHEslt7g= MIME-Version: 1.0 Received: by 10.204.160.65 with SMTP id m1mr3766675bkx.193.1254737653304; Mon, 05 Oct 2009 03:14:13 -0700 (PDT) In-Reply-To: <008e01ca458e$ed8501f0$c88f05d0$@metastack.com> References: <20091004190509.GA31372@annexia.org> <20091004193740.GB28561@annexia.org> <20091004203355.GA1917@annexia.org> <20091004203516.GB1917@annexia.org> <007f01ca4537$a65fbb50$f31f31f0$@metastack.com> <008e01ca458e$ed8501f0$c88f05d0$@metastack.com> Date: Mon, 5 Oct 2009 11:14:13 +0100 Message-ID: Subject: Re: [Caml-list] Dynlink and ocamlfind for camlp4 3.11? From: Conglun Yao To: David Allsopp Cc: caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=0015175cd1321c8d7404752d601d X-Spam: no; 0.00; dynlink:01 ocamlfind:01 camlp:01 pcre:01 --prefix:01 --version:01 findlib:01 topfind:01 ocaml:01 pcre:01 --prefix:01 usr:01 ocaml:01 cygwin:01 mingw:01 --0015175cd1321c8d7404752d601d Content-Type: text/plain; charset=ISO-8859-1 On Mon, Oct 5, 2009 at 8:39 AM, David Allsopp wrote: > > Hmm - a few other things to check: > > 1. Are you definitely using Cygwin's PCRE and which version (run > pcre-config > --prefix and pcre-config --version) > 2. Which version of ocaml-pcre is findlib trying to load (#use "topfind";; > #list;; from within ocaml) > I don't use pcre directly, but packages like json-static depend on it. pcre-config --prefix /usr/local pcre-config ---version 7.9 The ocaml-pcre is version 6.0.1. Does it cause the problem? Maybe I need to reinstall a 6.0.1 pcre. > 3. Did you install the (very out-of-date) OCaml package which comes with > Cygwin? 4. Did you install plain GODI or did you pass -w32port mingw to the first > script? > No, I installed plain godi, which downloads and installs the OCaml 3.11.1 > > I'm using pcre-ocaml 6.0.1 / PCRE 7.9 with no problems with the MinGW port > of OCaml 3.11.1 (not via GODI, though) > > > David > > --0015175cd1321c8d7404752d601d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Mon, Oct 5, 2009 at 8:39 AM, David Al= lsopp <dra-n= ews@metastack.com> wrote:

Hmm - a few other things to check:

1. Are you definitely using Cygwin's PCRE and which version (run pcre-c= onfig
--prefix and pcre-config --version)
2. Which version of ocaml-pcre is findlib trying to load (#use "topfin= d";;
#list;; from within ocaml)

I don't use pcre di= rectly, but packages like json-static depend on it.

pcre-config --pr= efix /usr/local
pcre-config ---version=A0=A0=A0 7.9

The ocaml-pcr= e is version 6.0.1.=A0=A0 Does it cause the problem?

Maybe I need to reinstall a 6.0.1 pcre.
=A0
3. Did you install the (very out-of-date) OCaml package which comes with Cygwin?=A0
4. Did you install plain GODI or did you pass -w32port mingw to the first script?

No, I installed plain godi, which download= s and installs the OCaml 3.11.1
=A0

I'm using pcre-ocaml 6.0.1 / PCRE 7.9 with no problems with the MinGW p= ort
of OCaml 3.11.1 (not via GODI, though)


David


--0015175cd1321c8d7404752d601d--