[
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: | 2007-03-16 (13:46) |
From: | Joel Reymont <joelr1@g...> |
Subject: | Re: [Caml-list] ocamlbuild is VERY nifty |
Aleksey, I'm trying to build my project as you suggested but I get this error *** omake error: File /usr/local/lib/omake/build/OCaml.om: line 1027, characters 8-53 Do not know how to build "easy.cmo" required for "test.run" I only have easy.mli and no easy.ml, should I exclude easy from the build list below? Thanks, Joel On Mar 13, 2007, at 6:38 PM, Aleksey Nogin wrote: > # Optional - use bytecode compilation even when ocamlopt is available > NATIVE_ENABLED = false > BYTE_ENABLED = true > > USE_OCAMLFIND = true > OCAMLPACKS[] = ounit > > .DEFAULT: $(OCamlProgram test, test easy easy_lexer easy_parser > parser_util symtab parser_test) -- http://wagerlabs.com/