[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] ocamlbuild native linux failure |
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 <seanmcl@gmail.com> 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