Skip to content
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

Errors in building effects-examples #34

Open
doug719 opened this issue Jun 29, 2023 · 1 comment
Open

Errors in building effects-examples #34

doug719 opened this issue Jun 29, 2023 · 1 comment
Assignees

Comments

@doug719
Copy link

doug719 commented Jun 29, 2023

I installed the 5.0.0 today (29 June 2023)

Error 1
Did a make: File "aio/dune", line 3, characters 12-16:
3 | (libraries unix)
^^^^
Error: Library "unix" in /home/doug/.opam/5.0.0/lib/ocaml is hidden
*** fix
In .opam/5.0.0/lib/ocaml
I did: cp unix/unix* .
which fixed this problem

Error 2
Did a make: File "mvar/dune", line 3, characters 24-32:
3 | (libraries threads lwt lwt.unix)
^^^^^^^^
Error: Library "lwt.unix" not found.
*** fix
opam install conduit-lwt-unix

@kayceesrk kayceesrk self-assigned this Jun 30, 2023
@kayceesrk
Copy link
Collaborator

On my Mac, make succeeds without a failure both on 5.0.0 and 5.1.0~rc3. Can you make sure your opam switch is set up right? It may just be a matter of not having run eval $(opam env) after switching to a different opam switch.

@dra27 does the failure remind you of an opam switch issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants