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=1.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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 1C8B0BBC4 for ; Fri, 6 Mar 2009 09:18:10 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsACAE5rsEnRVdypkWdsb2JhbACUQD8BAQEBCQkMBw+xOYEHj0cBAwEDhAUGgwg X-IronPort-AV: E=Sophos;i="4.38,313,1233529200"; d="scan'208";a="25154577" Received: from mail-fx0-f169.google.com ([209.85.220.169]) by mail1-smtp-roc.national.inria.fr with ESMTP; 06 Mar 2009 09:18:09 +0100 Received: by fxm17 with SMTP id 17so320482fxm.27 for ; Fri, 06 Mar 2009 00:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:cc:subject:from :to:references:in-reply-to:date:message-id:user-agent; bh=f1L9I2MlzIgyRZJBMPOd5YDRAaTm4B9VrU1Y9nSQMgw=; b=bZx+PmdJl7KNEQq31vZuvRb6xJz1sXVhmXOPoqGaG025b7ImJLqvN6YK/leqUoyt7p iNQdQA6QHv1ALxSCJNdrGrMqVYXIHypkMi46PU2772QfGNRM1ypldNG4LWN5SpDKTMgM gPutYwfOme8xiWJL1WUFYtBtS4pYD8ZpFTwMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:cc:subject:from:to:references:in-reply-to:date :message-id:user-agent; b=ueCGXzm9PYG7OZZPQrZx88OBV2s8mMkicNrJyJiFuQn7TnMOu+nTuVRpQt7XO3GZ79 tBqRiEVFaHbLIR5MUMPSeKY7UbFdoWwurNhWq/OrG3vo0sT/7csfpRzC+pHgZDUkMux2 aByMfzHBk0LD+9YuKEkquJW3KghbGGOnas+ck= Received: by 10.103.121.19 with SMTP id y19mr932335mum.56.1236327489557; Fri, 06 Mar 2009 00:18:09 -0800 (PST) Received: from localhost (ausone.inria.fr [128.93.8.95]) by mx.google.com with ESMTPS id 23sm1229581mun.0.2009.03.06.00.18.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 00:18:08 -0800 (PST) Content-Type: text/plain; charset=UTF-8 Cc: Ashish Agarwal , O'Caml Mailing List Subject: Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard From: Nicolas Pouillard To: Joel Reymont References: <5D9E51D7-E609-44C1-B09C-D93B68F03301@gmail.com> <006201c99da4$8c51d3a0$a4f57ae0$@com> <92486029-2A0B-4C91-84CC-6D908059580A@gmail.com> In-Reply-To: Date: Fri, 06 Mar 2009 09:17:02 +0100 Message-Id: <1236327376-sup-270@ausone.inria.fr> User-Agent: Sup/git X-Spam: no; 0.00; ocaml:01 cvs:01 distclean:01 2009:98 caml-list:01 thu:05 osx:07 probably:07 nicolas:08 nicolas:08 i'm:09 previous:10 recall:10 bit:11 procedure:12 Excerpts from Joel Reymont's message of Thu Mar 05 19:27:01 +0100 2009: > 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 I recall that moving from one build procedure to another requires a full clean (make clean ; ./build/distclean.sh). -- Nicolas Pouillard