caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Robert Jakob <rj@robertjakob.de>
To: caml-list@inria.fr
Subject: Re: [Caml-list] findlib-problem: packages seem to be there at many places
Date: Tue, 12 Feb 2013 13:02:20 +0100	[thread overview]
Message-ID: <511A2F4C.4060501@robertjakob.de> (raw)
In-Reply-To: <20130211113903.17166qilttaqvk93@webmail.in-berlin.de>


> ocamlfind ocamlc -package
> pcre,netstring,netsys,netclient,curl,xml-light -c scriptparser.mli
> findlib: [WARNING] Interface netstring_pcre.cmi occurs in several
> directories: /usr/lib/ocaml/netstring, /usr/lib/ocaml/netstring-pcre
> Any ideas where this can come from?
Well, as it says, there are interface files with
the same name in both /usr/lib/ocaml/netstring and
/usr/lib/ocaml/netstring-pcre.

When I recall correctly, there was a version change
in netstring which extracted the pcre part to an extra
library.

Just a rough guess: it seams you have installed an old
version of netstring (where pcre was still part of netstring)
and a version of netstring-pce which was extracted.
Possible solution: Install newer version of netstring?

Hope this helps.

Robert


  reply	other threads:[~2013-02-12 12:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-11 10:39 Oliver Bandel
2013-02-12 12:02 ` Robert Jakob [this message]
2013-02-18  7:42   ` oliver

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=511A2F4C.4060501@robertjakob.de \
    --to=rj@robertjakob.de \
    --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).