From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.8 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 6FB88BBC4 for ; Mon, 16 Mar 2009 15:21:23 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao0CAPH8vUnRVdmrimdsb2JhbACCfpIFPwEBAQoJDAcPBbA6gQeNNgEDAQODfAY X-IronPort-AV: E=Sophos;i="4.38,373,1233529200"; d="scan'208";a="24391447" Received: from mail-gx0-f171.google.com ([209.85.217.171]) by mail3-smtp-sop.national.inria.fr with ESMTP; 16 Mar 2009 15:21:22 +0100 Received: by gxk19 with SMTP id 19so5019685gxk.3 for ; Mon, 16 Mar 2009 07:21:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rpfyd94csHwp4PBVBaCk9Vv2s8nKlGNlMBiC3pTPNWI=; b=lPUnIiVWYZnqD0KvmDpvriJOBewmPYnDu3JIDEt3MWTWxYoYDjaZEHRkc3LjCwKNrV 9GlFGl++Z81PqO5PG43awCuaLXh3eibMdmjz+Np7SlYri8zTz33s5r8/Cr/CSdBP0AlP n39CtDxIZpVh6EAYLCK3zuqmV/I3cNL+Kzo1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Wv+8FtQGxho4Kou1UoAsHRFspMyuefBuJ5AC5ZvDLqCPb7VEfSkhTHwJLa9Q3EErOq XOKxpjlR9S8iVoMRJw2O+87KnWLdHF6KPK9YsLQljdgjEbJow6h1fh49KXd1jUfmWL73 0MxGRqurtea6JKv1nQ7J12fzAgagc/ZTqFI+s= MIME-Version: 1.0 Received: by 10.90.65.14 with SMTP id n14mr571416aga.65.1237213269869; Mon, 16 Mar 2009 07:21:09 -0700 (PDT) In-Reply-To: <200903161526.06673.cdome@bk.ru> References: <200903161526.06673.cdome@bk.ru> Date: Mon, 16 Mar 2009 10:21:09 -0400 Message-ID: Subject: Re: [Caml-list] New bee question From: Markus Mottl To: Andrey Riabushenko Cc: caml-list@yquem.inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; markus:01 mottl:01 markus:01 mottl:01 ocaml:01 ocaml:01 gmake:01 usr:01 lib':01 ocamlfind:01 ocamlc:01 -package:01 -pp:01 camlp:01 -for-pack:01 On Mon, Mar 16, 2009 at 09:26, Andrey Riabushenko wrote: > I am trying to install ocaml with a set of libraries on my FreeBSD 7 mach= ine. > > So far I have installed ocaml 3.10.2 =A0from FreeBSD ports and I now tryi= ng to > install bin_prot library manually. > > make =A0fails 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_pro= t -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 --=20 Markus Mottl http://www.ocaml.info markus.mottl@gmail.com