ocaml-batteries-team / batteries-included

Batteries Included project
http://ocaml-batteries-team.github.com/batteries-included/hdoc2/
Other
519 stars 106 forks source link

omake install failed "ocamlfind: batteries.ml: No such file or directory" #33

Closed ghulette closed 14 years ago

ghulette commented 14 years ago

I ran omake all and omake test, both seemed to work. But sudo omake install failed, see the output below:

$ uname -a Darwin Arbus.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 $ sudo omake install * omake: reading OMakefiles * omake: finished reading OMakefiles (0.11 sec)

thelema commented 14 years ago

Entirely my fault - I thought I had committed the patch to OMakefile to install the new name instead of the old one. This is fixed by commit 41fa76e9.