Browse thread
Dynlink and ocamlfind for camlp4 3.11?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-10-05 (10:14) |
From: | Conglun Yao <yaoconglun@g...> |
Subject: | Re: [Caml-list] Dynlink and ocamlfind for camlp4 3.11? |
On Mon, Oct 5, 2009 at 8:39 AM, David Allsopp <dra-news@metastack.com>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 > >