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: | -- (:) |
| From: | David Allsopp <dra-news@m...> |
| Subject: | RE: [Caml-list] Dynlink and ocamlfind for camlp4 3.11? |
> I tried, and it works fine until the require of "json-static". It breaks when loading "pcre.cma". > > Now we can say that pcre package has some problem, but dynlink is loaded successfully. 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) 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? 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