caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Roger Levy <rlevy@inf.ed.ac.uk>
To: caml-list@inria.fr
Subject: Building PCRE-OCaml on Win32
Date: Thu, 27 Oct 2005 20:54:23 +0100	[thread overview]
Message-ID: <4361306F.9060208@inf.ed.ac.uk> (raw)

I'm having difficulty installing PCRE-OCaml in my Cygwin OCaml 
installation.  I have the packages OCaml 3.08.1-1, libpcre 6.3-1, and 
pcre 6.3-1 all from a default recent Cygwin installation, so it seems to 
me that I should be able to install PCRE-OCaml (I'm getting the most 
recent version, 5.10.1) straight away.  Here is what I get, though:

=====

/tmp/pcre-ocaml-5.10.1 $ make
[everything succeeds, though there is one warning:
pcre_stubs.c:1: warning: -fPIC ignored for target (all code is position 
independent)
]

/tmp/pcre-ocaml-5.10.1 $ make install
make[1]: Entering directory `/tmp/pcre-ocaml-5.10.1/lib'

Installing library with ocamlfind
ocamlfind install  pcre META pcre.mli pcre.cmi pcre.cma pcre.cmxa pcre.a 
libpcre_stubs.a dllpcre_stubs.so
ocamlfind: Package pcre is already installed; please remove it first - 
(directory /usr/lib/ocaml/site-lib/pcre already exists)
make[1]: *** [libinstall] Error 2
make[1]: Leaving directory `/tmp/pcre-ocaml-5.10.1/lib'
make: *** [install] Error 2

=====

If I try to uninstall, however, I get the following problem:

=====

/tmp/pcre-ocaml-5.10.1 $ make uninstall
make[1]: Entering directory `/tmp/pcre-ocaml-5.10.1/lib'

Uninstalling library with ocamlfind
ocamlfind remove  pcre
ocamlfind: Package `pcre' not found
make[1]: *** [libuninstall] Error 2
make[1]: Leaving directory `/tmp/pcre-ocaml-5.10.1/lib'
make: *** [uninstall] Error 2

=====

Now, the directory /usr/lib/ocaml/site-lib/pcre is actually empty; if I 
delete it and try to install, the following happens:

=====

$ make install
make[1]: Entering directory `/tmp/pcre-ocaml-5.10.1/lib'

Installing library with ocamlfind
ocamlfind install  pcre META pcre.mli pcre.cmi pcre.cma pcre.cmxa pcre.a 
libpcre_stubs.a dllpcre_stubs.so
ocamlfind: dllpcre_stubs.so: No such file or directory
make[1]: *** [libinstall] Error 2
make[1]: Leaving directory `/tmp/pcre-ocaml-5.10.1/lib'
make: *** [install] Error 2

=====

Any suggestions? I really hate using the str library for regular 
expressions, since it has global state.

I notice that Brian Donovan asked the same thing (though he was trying 
to install it using the MSVC and Win32 makefiles, both of which failed) 
about 18 months ago, and didn't seem to get a satisfactory reply!

http://caml.inria.fr/pub/ml-archives/caml-list/2004/05/55a1a6ea9c641248fdc4da86e52f58b9.en.html

Many thanks in advance for any help!

Best,

Roger


             reply	other threads:[~2005-10-27 19:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 19:54 Roger Levy [this message]
2005-10-27 19:58 ` [Caml-list] " Gerd Stolpmann
2005-10-27 20:06   ` Roger Levy
2005-10-27 20:16 ` Peter Jolly
2005-10-27 21:30   ` Roger Levy
2005-11-08  2:44   ` Igor Pechtchanski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4361306F.9060208@inf.ed.ac.uk \
    --to=rlevy@inf.ed.ac.uk \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).