-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
[E] Unbound type constructor Result.result #257
Comments
I wonder if we shouldn't use |
I believe this is a consequance of a bug in dune fixed in dune 3.0.0: ocaml/dune#4946 We could use |
Well, you nailed it folks!
|
You seem to be missing the |
You can see the list of all the requirements here: https://github.com/ocaml-ppx/ppx_deriving/blob/master/ppx_deriving.opam |
I definitely have ocamlfind installed (in the same path as OCaml):
I also have |
Well, I was building OCaml with |
ah yes, that’s correct. Most OCaml package will break without shared library support |
Ok, thank you. |
Hi.
I'm trying to bootstrap FStar and it depends on ppx_deriving.
When trying to build
v5.2.1
, I get:I'm using the latest versions:
[email protected]
,[email protected]
,[email protected]
,[email protected]
and[email protected]
.I’m very unfamiliar with OCaml environment, so bear with me :)
The text was updated successfully, but these errors were encountered: