From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id E418E7EE4B for ; Tue, 1 Oct 2013 19:17:44 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=pra; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of daniel.buenzli@erratique.ch) identity=mailfrom; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="daniel.buenzli@erratique.ch"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp.webfaction.com) identity=helo; client-ip=74.55.86.74; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="daniel.buenzli@erratique.ch"; x-sender="postmaster@smtp.webfaction.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjABALACS1JKN1ZKnGdsb2JhbABagz+De71cgUcOAQEBAQEGDQkJFCiCJQEBBSNWEAsYAgImAgJHEAYbh34ECKpWkj2BKY11MweCajWBAwOZLoRwFI5t X-IPAS-Result: AjABALACS1JKN1ZKnGdsb2JhbABagz+De71cgUcOAQEBAQEGDQkJFCiCJQEBBSNWEAsYAgImAgJHEAYbh34ECKpWkj2BKY11MweCajWBAwOZLoRwFI5t X-IronPort-AV: E=Sophos;i="4.90,1014,1371074400"; d="scan'208";a="35132174" Received: from mail6.webfaction.com (HELO smtp.webfaction.com) ([74.55.86.74]) by mail2-smtp-roc.national.inria.fr with ESMTP; 01 Oct 2013 19:17:42 +0200 Received: from [192.168.10.156] (110-19.193-178.cust.bluewin.ch [178.193.19.110]) by smtp.webfaction.com (Postfix) with ESMTP id 3DEF522218E9; Tue, 1 Oct 2013 17:17:23 +0000 (UTC) Date: Tue, 1 Oct 2013 19:18:46 +0200 From: =?utf-8?Q?Daniel_B=C3=BCnzli?= To: Florent Monnier Cc: caml list Message-ID: <0BD7987A05A14B40905FB3B4EE66AFD4@erratique.ch> In-Reply-To: References: X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [Caml-list] [ANN] Uucd 1.0.0 & Uunf 0.9.2 Le mardi, 1 octobre 2013 =C3=A0 18:58, Florent Monnier a =C3=A9crit : > 2013/10/01, Daniel B=C3=BCnzli wrote: > > Le mardi, 1 octobre 2013 =C3=A0 17:41, Florent Monnier a =C3=A9crit : > > > what should be the input for > > > "uucd-1.0.0/test/test.ml" > > > ? > >=20=20 > >=20=20 > >=20=20 > > See the instructions about the `build test` target here: > >=20=20 > > https://github.com/dbuenzli/uunf/blob/master/DEVEL.md >=20=20 > 15 test) $OCAMLBUILD test.native; ./test.native data/test.txt ;; >=20=20 > I can see no "data/test.txt" > Is it something that is build by any of your build script? Please read the instructions I pointed you to.=20=20 Daniel