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=2.8 required=5.0 tests=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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id E28D6BBAF for ; Tue, 22 Sep 2009 03:25:31 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al8BAMPEt0rRVdvckGdsb2JhbACRQoh0PwEBAQEJCQwHEwOnJoExGRMIjlMBAwIEgjwIgVMF X-IronPort-AV: E=Sophos;i="4.44,427,1249250400"; d="scan'208";a="36534559" Received: from mail-ew0-f220.google.com ([209.85.219.220]) by mail1-smtp-roc.national.inria.fr with ESMTP; 22 Sep 2009 03:25:31 +0200 Received: by ewy20 with SMTP id 20so619146ewy.44 for ; Mon, 21 Sep 2009 18:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=cgVBS+bwQJLjMTBzFBS1Htq1/52fkt5M38YYYY8nS/U=; b=Mwo1zFYGpglb7ntPocu3so5LZGvE1XPGnOFhGeYRDeoSdG+KU9u9vCFfYf7RztahBk n5B+IXurMbLhb0E+s4hfbzUqofEM71saEvWHvNDUpi1XqHm6rKrcRzNqGjVaT4tPDLWM UPr3cwQSdvAD2GI40HqWMrctaq2EWwym9w7Uk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=mMSWKrajrv8QqhXx6sL0hK8qAt9KZji+4zEEvlzn+v4i/0n010rN9sxlKdPgtxcFsI AorhQ5PGV7Z3Nf9OWS4RKKDqCgp1TUf6NvBRKCR+eC+5YHjS8484LIZ5ER7Prt0siJGr L6ERVgTSE68jJ/yXPR4U46JvFnj17T8s29mM8= Received: by 10.211.130.19 with SMTP id h19mr339210ebn.54.1253582730014; Mon, 21 Sep 2009 18:25:30 -0700 (PDT) Received: from ?192.168.1.38? (227.Red-83-37-1.dynamicIP.rima-tde.net [83.37.1.227]) by mx.google.com with ESMTPS id 5sm518125eyh.3.2009.09.21.18.25.28 (version=SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 18:25:29 -0700 (PDT) Subject: Re: Re: automake and ocaml From: Daniel Molina To: caml-list@yquem.inria.fr Content-Type: text/plain Date: Tue, 22 Sep 2009 03:25:21 +0200 Message-Id: <1253582721.12100.21.camel@ByeLimpus> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocaml:01 usr:01 ocamlopt:01 usr:01 lib:01 ocaml:01 cmxa:01 lib:01 cmxa:01 cmx:01 ocamlfind:01 ocamldep:01 ocamlfind:01 ocamlc:01 cmo:01 Thanks for the reply! I have been trying to compile the ocaml-autobuild but it seem that it do not works. I have done make/(make test) after/before apply the patch and I obtain the following error: $ make test ocamlbuild -classic-display ocaml-autobuild.otarget /usr/bin/ocamlopt -I /usr/lib/ocaml/3.10.0/ocamlbuild unix.cmxa /usr/lib/ocaml/3.10.0/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/3.10.0/ocamlbuild/ocamlbuild.cmx -o myocamlbuild ocamlfind ocamldep -modules src/tools/ocamlmod.ml > src/tools/ocamlmod.ml.depends ocamlfind ocamlc -c -I src/tools -I src -I src/ocamlbuild -I src/ocamlmakefile -I src/omake -I src/oasis -I src/base -o src/tools/ocamlmod.cmo src/tools/ocamlmod.ml ocamlfind ocamlc -linkpkg src/tools/ocamlmod.cmo -o src/tools/ocamlmod.byte src/tools/ocamlmod.byte src/base/BaseSys.mod ocamlfind ocamldep -package findlib -pp '-package findlib' -modules src/base/BaseSys.ml > src/base/BaseSys.ml.depends + ocamlfind ocamldep -package findlib -pp '-package findlib' -modules src/base/BaseSys.ml > src/base/BaseSys.ml.depends sh: Illegal option -p Preprocessing error on file src/base/BaseSys.ml Command exited with code 2. make: *** [all] Error 10 Can some one help me? I downloaded the tree with 'wget -r' which did not did this very smooth. I have uploaded a tar version of it (without to apply the patch). https://doppelgaenger.ath.cx/~daniel/ocaml-autobuild.tar (My https could worry your browser but while do not share your account numbers with me there is no problem ;-)