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=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id D7D57BB83 for ; Wed, 6 Sep 2006 19:20:04 +0200 (CEST) Received: from violet.abc.se (violet.abc.se [62.80.200.155]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k86HK2eT028076 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 6 Sep 2006 19:20:04 +0200 Received: from [192.168.0.45] (localhost.localdomain [127.0.0.1]) (authenticated bits=0) by violet.abc.se (8.13.1/8.13.1) with ESMTP id k86HK2rX000652 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 Sep 2006 19:20:02 +0200 Message-ID: <44FF033C.3040405@abc.se> Date: Wed, 06 Sep 2006 19:19:56 +0200 From: Mattias Waldau User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] make[1]: warning: Clock skew detected. Your build may be incomplete. References: <44FECEE6.50109@abc.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on violet.abc.se X-Virus-Status: Clean X-Miltered: at concorde with ID 44FF0343.004 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; mattias:01 waldau:01 mattias:01 waldau:01 threads:01 compilation:01 dependencies:01 makefile:01 markus:01 mottl's:01 caml-list:01 incomplete:03 therefor:03 problem:05 fails:05 I use NTFS, and I do not think it is a hardware problem. I also tried telling make to use 2 threads, i.e. "make -j 2", and then the compilation fails after a while. Therefor, I think the most probably cause is that not all dependencies are included in the Makefile. Anyone else using Markus Mottl's Ocamlmakefile on a dual-core? I can live with this, I am just curious. -- Mattias