On Wed, Nov  8, 2006 at 22:44:56 +0100, Lucas Nussbaum wrote:

> Relevant parts:
> make[2]: Entering directory `/build/root/omake-0.9.6.8-1/boot'
> ocamlc  -c omake_gen_magic.ml
> File "omake_gen_magic.ml", line 83, characters 14-33:
> Unbound value Lm_string_util.trim

Actually, the important part is just a few lines higher in the build
log:
ocamlyacc omake_shell_parse.mly
make[2]: `Makefile.dep' is up to date.
make[2]: Leaving directory `/build/root/omake-0.9.6.8-1/boot'

On my system, Makefile.dep is rebuilt at this stage, so that
omake_gen_magic correctly picks up a dependency on lm_string_util.
Is there something specific with your setup that might explain why
Makefile.dep isn't created?  The "boot" directory in the build tree
is created at build time, so Makefile.dep should really be rebuilt at
that point.  I fail to understand why make thinks it's "up to date".

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to