We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make
I'm trying to build the dune as described in the README.
dune
Running make command for me results in the following error:
File "src/dune_action_plugin/dune_action_plugin.ml", line 16, characters 57-65: Error: Unbound module Result
Some details about my environment:
$ ocaml --version The OCaml toplevel, version 4.06.1
Darwin vasiliys-mbp 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered:
I think this will be fixed by #2646 as this PR removes dune_action_plugin from the bootstrap path entirely
Sorry, something went wrong.
No branches or pull requests
I'm trying to build the
dune
as described in the README.Running
make
command for me results in the following error:Some details about my environment:
Darwin vasiliys-mbp 18.5.0 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: