[Omake] Preparing to release 0.9.8.2, please test.

Michael Furr furr at cs.umd.edu
Thu May 24 14:37:19 PDT 2007


On Thu, 24 May 2007, Jason Hickey wrote:

> It was an error in the .omakedb locking code, fixed.

Great, thanks.  I just udated from svn (r10813) and there now seems to be
a much larger problem.  I can't seem to build any targets located in
subdirectories anymore.  The problem seems to have to do with its handling
of paths:

$ omake --print-dependencies tests/run_tests.cmi
 [.... shows correct output .....]

$ cd tests
$ omake --print-dependencies run_tests.cmi
   File run_tests.cmi: line 0, characters 0-0
   Do not know how to build: run_tests.cmi

:-(

I tried blowing away all of the .omc and .omakedb files (and tried using
-U) in case something was corrupted, but that didn't seem to help.

Same setup, ocaml3.10.0 on my mac.

-mike



More information about the Omake mailing list