ocamlbuild
ocamlbuild copied to clipboard
Checking build commands for the usage of “Ocamlbuild_pack.Main”
The source file “ocamlbuild.ml” is not explicitly mentioned in the make script which is used so far. By which compilation command can the reference “Ocamlbuild_pack.Main” be resolved then?
What do you mean by "not mentioned"? There is a %.cmo: %.ml rule and ocamlbuild.byte depends on ocamlbuild.cmo.
You are right that there are two pattern rules which could match to the source file “ocamlbuild.ml”.
Does the one which you mentioned provide the data (compilation parameters) so that the reference for the module “Ocamlbuild_pack.Main” can be resolved as desired?