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=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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id C8CC7BBC4 for ; Thu, 5 Mar 2009 19:27:11 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar4CANanr0lA6ba9kGdsb2JhbACUQj8BAQEBCQkMBxEDsj6BB49+AQMBA4QFBoMI X-IronPort-AV: E=Sophos;i="4.38,308,1233529200"; d="scan'208";a="22116610" Received: from nf-out-0910.google.com ([64.233.182.189]) by mail2-smtp-roc.national.inria.fr with ESMTP; 05 Mar 2009 19:27:11 +0100 Received: by nf-out-0910.google.com with SMTP id b11so10567nfh.13 for ; Thu, 05 Mar 2009 10:27:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:cc:x-mailer; bh=9tRjeM1JCBlXZIQdyBOVQlXpL57+ajv4A9rkbJ+mdpA=; b=ZIzwXSX8b7gvoR+lumnMa52L5IELBiZeAnIlMV56cK82YeE2QzRP5QD/XuJprR6xUD MGN3Slyd72F84FmQFmbhnJnKqpTUAUkxC7F86h7oCsQlFY+2uYG3ieostpmWDwE8obl+ PJQlNCAM6sZ9rI05fLIOPsB1OMtFkx8BDiO2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; b=Iezo9TUpm1i1abqPkXgb1aSZMhVpLcaGmV9FNXzOjXr+RtYrCFmZeYMjyhz/vuHP5e qwmEWcnge5g4ePamrJq7+AGVk126YSu4UNZseHrDH1ZUuTcu7TQAexE9nQ93xCfyN9Zw hiICL52/eZNZl1LH5H+x65ETdoqHoU87awN0k= Received: by 10.216.36.73 with SMTP id v51mr945500wea.215.1236277631071; Thu, 05 Mar 2009 10:27:11 -0800 (PST) Received: from ?10.10.30.14? (171.Red-88-3-3.dynamicIP.rima-tde.net [88.3.3.171]) by mx.google.com with ESMTPS id g17sm521245nfd.72.2009.03.05.10.27.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 10:27:09 -0800 (PST) References: <5D9E51D7-E609-44C1-B09C-D93B68F03301@gmail.com> <006201c99da4$8c51d3a0$a4f57ae0$@com> <92486029-2A0B-4C91-84CC-6D908059580A@gmail.com> Message-Id: From: Joel Reymont To: Ashish Agarwal In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard Date: Thu, 5 Mar 2009 18:27:01 +0000 Cc: David Allsopp , "O'Caml Mailing List" X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; ocaml:01 cvs:01 ocaml:01 compilation:01 compilation:01 ocamlc:01 ocamlc:01 wrote:01 compile:01 caml-list:01 exceptions:01 tree:02 defining:02 seems:03 seems:03 Ashish, I'm not getting the previous error anymore and my issue is the same as yours now. Reason? SANITIZE: a total of 749 files that should probably not be in your source tree has been found. A script shell file "_build/sanitize.sh" is being created. Check this script and run it to remove unwanted files or use other options (such as defining hygiene exceptions or using the -no-hygiene option). IMPORTANT: I cannot work with leftover compiled files. ERROR: Leftover Ocaml compilation files: On Mar 5, 2009, at 6:12 PM, Ashish Agarwal wrote: > I just did a fresh install and it is working fine for me when I use > the > normal method. The ocamlbuild method seems to compile fine, but make > install > gives some error. I checked ocamlbuild's log file and the last line > says > "Compilation successful", but when I do make install it says "cp: > ocamlc: No > such file or directory", although I verified that _build/ocamlc does > exist. > This seems like a different error than yours. --- http://tinyco.de Mac, C++, OCaml