mht208 / homebrew-formal

Homebrew formulae for formal methods
37 stars 10 forks source link

camlidl requires ocaml-pcre #1

Open netj opened 11 years ago

netj commented 11 years ago

ocaml-pcre can be found in the besport/ocaml tap

Without it, I was getting this kind of error:

Error: Unbound module Prefix
make[1]: *** [lexpr.cmi] Error 2
mht208 commented 11 years ago

In the compiler folder of camlidl-1.05, there is prefix.ml, which should be the module Prefix referred to in lexpr.ml.