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.1 required=5.0 tests=AWL,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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 3D237BC0A for ; Thu, 21 Jun 2007 09:28:17 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5L7SF5g005098 for ; Thu, 21 Jun 2007 09:28:16 +0200 Received: by wa-out-1112.google.com with SMTP id m34so262664wag for ; Thu, 21 Jun 2007 00:28:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PNkm5ZUVhpunFugR3bnvzEapVUjIqUBrH+sRyXASozxHr3ne19ATfPYpzC8vRcFW1hSCiyocazS1MP0/kuVVctksCiq5aPZOAglL1+OH6xQtI8xwFVvyWUVUe6iKBUA4NIQOVn/TveoaS7aqnvKXhndJd7FzjIze7m+9O8wb+lw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FTQ+DQ8Mw1RnP1YgjUFYhauFEeVDIiEi8bTF0KmakLwg3vcUBiXI0MVWGx3xCp3tz9siane4Ufk4d/XcsIHujkFz4BFpiOe0njhKE/4cjq3C46K4LoSlNMEdKHTI3CzpMmFlWnW1l4xHSY1bviTQK2YGsF488JTC/cb9DBcIt3M= Received: by 10.115.108.1 with SMTP id k1mr1273993wam.1182410895226; Thu, 21 Jun 2007 00:28:15 -0700 (PDT) Received: by 10.114.181.9 with HTTP; Thu, 21 Jun 2007 00:28:15 -0700 (PDT) Message-ID: Date: Thu, 21 Jun 2007 09:28:15 +0200 From: "Nicolas Pouillard" To: seanmcl@cmu.edu Subject: Re: [Caml-list] ocamlbuild native linux failure Cc: "Caml List" In-Reply-To: <6579f8680706200910u78b05180o94346858dbe92c37@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6579f8680706200910u78b05180o94346858dbe92c37@mail.gmail.com> X-j-chkmail-Score: MSGID : 467A2890.000 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 467A2890.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; lexer:01 compilation:01 cmx:01 compilation:01 00.:98 lexical:01 wrote:01 caml-list:01 int:01 strings:01 native:02 native:02 cached:02 arg:03 successive:04 Arg, the error message is really too weak.... My bad, I forgot about a case in the lexer, look at your $PATH, there is two successive colons, right? On 6/20/07, Sean McLaughlin wrote: > Hello, > > I'm using ocamlbuild on a Mac and it's working fine. > When I moved my project to a linux machine, the native > compilation stopped working. > E.g. > > $ cat a.ml > type t = int > > $ ocamlbuild a.cmx > Lexical analysis error: Expecting colon-separated strings (2) > Compilation unsuccessful after building 2 targets (0 cached) in 00:00:00. > > Any ideas about this? > > Thanks, > > Sean > -- Nicolas Pouillard