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.3 required=5.0 tests=AWL,DNS_FROM_RFC_POST, MISSING_HEADERS,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 4275ABBC4 for ; Wed, 18 Feb 2009 17:42:52 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At4EAGTJm0nRVdsVkGdsb2JhbACNB4YmYz8BAQEBCQkMBxGubwh+kD0BAwEDhBAGgkiBLQ X-IronPort-AV: E=Sophos;i="4.38,230,1233529200"; d="scan'208";a="23155539" Received: from mail-ew0-f21.google.com ([209.85.219.21]) by mail3-smtp-sop.national.inria.fr with ESMTP; 18 Feb 2009 17:41:53 +0100 Received: by ewy14 with SMTP id 14so5708971ewy.9 for ; Wed, 18 Feb 2009 08:41:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=5I4ghNvOdGHRhx0OeGSpNdl8aDd7qlMKKrgrngGyrfY=; b=UIrgv9Gd3b00sS38cv6Ow83vqyn1OEYczsujJeKmdRUc2QwXMWzUlgKtrkytApHtte C+Gv5kOF0p8O5YBal3KYHpg4Bk8dhK1mLwAxC9y5kUR6yGFtLc8a/kbaDdT5ZyLs/ufa uluzi4h7WGQkBf7uJfQ3ux8gqNc7pCxQAt+5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=b+U75elc7o3C4GUR0ZR5rsiFuqn6l6sOryCEqvBPrDEQAxfjX/XgyLTVZYaSWB+T38 DahjAbmsY3ZtSgEyif95w/E93BLH4Kimf8RDEVXVPYXtfy4XE3gJWIOns0a5nAK/Y602 yn+Np+nNzD7vNGklZ31TKALRNpvVJplEJZPJs= Received: by 10.210.38.17 with SMTP id l17mr2858906ebl.156.1234975312440; Wed, 18 Feb 2009 08:41:52 -0800 (PST) Received: from ?192.168.0.102? (papillon.metalscan.fr [212.73.210.234]) by mx.google.com with ESMTPS id 28sm23497eyg.35.2009.02.18.08.41.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Feb 2009 08:41:51 -0800 (PST) Message-ID: <499C3A4D.3030907@gmail.com> Date: Wed, 18 Feb 2009 17:41:49 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 Cc: caml-list@inria.fr Subject: Re: Re : [Caml-list] ocamlbuild dependencies on windows and on linux References: <499C2A3C.9040300@gmail.com> <546008.96958.qm@web27006.mail.ukl.yahoo.com> In-Reply-To: <546008.96958.qm@web27006.mail.ukl.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 dependencies:01 bug:01 dependencies:01 caml-list:01 caml:02 modify:05 ecrit:06 inria:06 linux:07 looks:08 exe:09 Matthieu Wipliez a =E9crit : > Hi, > > concerning myocamlbuild.ml, I reported the very same bug here: http://c= aml.inria.fr/mantis/view.php?id=3D4710 > As far as I know, this is due to the fact that when Ocamlbuild checks w= hether the plugin has been built, it only looks for "myocamlbuild". On Wi= ndows it should look for "myocamlbuild.exe". > > I don't know if this causes the regeneration of other dependencies thou= gh. > > Matthieu > > =20 Thanks. I simply forgot to have a look at mantis before asking. That's a good starting point to modify a little ocamlbuild in order to improve this. Salutations Matt