caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Markus Mottl <markus.mottl@gmail.com>
To: Andrey Riabushenko <cdome@bk.ru>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] New bee question
Date: Mon, 16 Mar 2009 10:21:09 -0400	[thread overview]
Message-ID: <f8560b80903160721l16a5b9bep8d4ff24859d7bcc8@mail.gmail.com> (raw)
In-Reply-To: <200903161526.06673.cdome@bk.ru>

On Mon, Mar 16, 2009 at 09:26, Andrey Riabushenko <cdome@bk.ru> wrote:
> I am trying to install ocaml with a set of libraries on my FreeBSD 7 machine.
>
> So far I have installed ocaml 3.10.2  from FreeBSD ports and I now trying to
> install bin_prot library manually.
>
> make  fails to build the bin-prot with the following error:
>
> gmake[2]: Leaving directory
> `/usr/home/eratosfen/Desktop/ocaml/bin-prot-1.0.5/lib'
> ocamlfind ocamlc -package type-conv -c -pp "camlp4orf " -for-pack Bin_prot -I
> +camlp4 pa_bin_prot.ml
> File "pa_bin_prot.ml", line 77, characters 19-48:
> Unbound value Gen.drop_variance_annotations
> gmake[1]: *** [pa_bin_prot.cmo] Error 2
> gmake[1]: Leaving directory
> `/usr/home/eratosfen/Desktop/ocaml/bin-prot-1.0.5/lib'
>
>
> What is Gen.drop_variance_annotations? and why it is absent?

This indicates that your type-conv library, on which bin-prot depends,
is not up-to-date.  It is also highly recommended to upgrade to the
newest compiler release.

Cheers,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl@gmail.com


  reply	other threads:[~2009-03-16 14:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16 13:26 Andrey Riabushenko
2009-03-16 14:21 ` Markus Mottl [this message]
2009-03-16 14:53   ` [Caml-list] " Stefano Zacchiroli

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=f8560b80903160721l16a5b9bep8d4ff24859d7bcc8@mail.gmail.com \
    --to=markus.mottl@gmail.com \
    --cc=caml-list@yquem.inria.fr \
    --cc=cdome@bk.ru \
    /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).