ocaml - How to prevent warnings ocamlbuild/oasis warnings? -
i'm using ocaml, , oasis generate appropriate input ocamlbuild.
very straightforward question here - every time go compile software ocaml setup.ml -build
these warnings:
w: cannot variable ext_obj w: cannot variable ext_lib w: cannot variable ext_dll w: cannot variable ocamlfind
how these stop?
edit
i found of these defined in myocamlbuild.ml generated oasis. shell work with, zsh, different how ocaml source pulling it's informations on such things ocamlfind location , other variables. hence warnings. i'll see if can't figure out how fix warnings.
works me:
ocaml setup.ml -quiet -build
but better fix warnings.
Comments
Post a Comment