From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5BBE9BC57 for ; Thu, 16 Dec 2010 17:23:40 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjQGAHbLCU1QW+UMgWdsb2JhbACWCI4wFQEBFiIkwWqFSgSKfYYK X-IronPort-AV: E=Sophos;i="4.59,355,1288566000"; d="scan'208";a="70823934" Received: from lo.gmane.org ([80.91.229.12]) by mail3-smtp-sop.national.inria.fr with ESMTP; 16 Dec 2010 17:23:38 +0100 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PTGcC-0002Vr-VV for caml-list@inria.fr; Thu, 16 Dec 2010 17:23:36 +0100 Received: from avelizy-155-1-15-124.w83-199.abo.wanadoo.fr ([83.199.110.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 17:23:36 +0100 Received: from sylvain by avelizy-155-1-15-124.w83-199.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 17:23:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: [ANN] OBus 1.1 Date: Thu, 16 Dec 2010 16:23:21 +0000 (UTC) Message-ID: References: <20101213162232.GH27155@aurora> X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: avelizy-155-1-15-124.w83-199.abo.wanadoo.fr User-Agent: slrn/pre1.0.0-18 (Linux) X-Spam: no; 0.00; le-gall:01 ocaml:01 ocaml:01 ocamlfind:01 ocamlopt:01 -package:01 -package:01 syntax:01 syntax:01 camlp:01 camlp:01 cmo:01 bindings:01 bindings:01 cmx:01 On 16-12-2010, Gregory Bellier wrote: > - Is OCaml 3.12 really required to be able to build it ? > > - By the way, I got this with Ocaml 3.11.1 and lwt 2.1.1. Maybe it's > related to my first question. > > + ocamlfind ocamlopt -c -g -I src -package xmlm -package > type-conv.syntax -package lwt.unix -package lwt.syntax.log -package > lwt.syntax -package lwt.react -package camlp4.quotations.o -package > camlp4.extend -syntax camlp4o -ppopt syntax/pa_obus.cmo -I src -I > syntax -I bindings/upower -I bindings/hal -I bindings/network-manager > -I bindings/policykit -I bindings/notification -I bindings/udisks -o > src/oBus_string.cmx src/oBus_string.ml > File "src/oBus_string.ml", line 35, characters 2-27: > Error: Unbound value Printexc.register_printer > Command exited with code 2. > E: Command '/usr/bin/ocamlbuild tools/obus_gen_interface.native -tag > debug' terminated with error code 10 > Printexc.register_printer belongs to 3.11.2. I think Jeremie should add: OASISVersion: >= 3.11.2 to its _oasis file. Regards, Sylvain Le Gall