8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 a 8000 nd privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to install toudou with opam install . I got :
toudou
opam install .
⊘ removed ocaml-options-vanilla.1 ∗ installed ocaml-options-vanilla.1 ⬇ retrieved toudou.~dev (git+file:///home/albin/toudou#master) [ERROR] The compilation of toudou.~dev failed at "dune subst". #=== ERROR while compiling toudou.~dev ========================================# # context 2.1.2 | linux/x86_64 | ocaml-base-compiler.4.14.0 | pinned(git+file:///home/albin/toudou#master#a15be25b) # path ~/.opam/default/.opam-switch/build/toudou.~dev # command ~/.opam/opam-init/hooks/sandbox.sh build dune subst # exit-code 1 # env-file ~/.opam/log/toudou-15025-ef3698.env # output-file ~/.opam/log/toudou-15025-ef3698.out ### output ### # Error: The project name is not defined, please add a (name <name>) field to # your dune-project file. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ┌─ The following actions failed │ λ build toudou ~dev └─
The text was updated successfully, but these errors were encountered:
That's odd, there is a name here: https://github.com/rbardou/toudou/blob/master/dune-project#L10
name
Which version of dune and opam are you using?
dune
opam
Does dune build work?
dune build
Sorry, something went wrong.
I used opam version 2.1.2, with ocaml-base-compiler.4.14.0 and dune version 3..7.1
2.1.2
ocaml-base-compiler.4.14.0
3..7.1
dune build works fine and I am able to compile and use your tool.
No branches or pull requests
While trying to install
toudou
withopam install .
I got :The text was updated successfully, but these errors were encountered: