Skip to content

Errors in building effects-examples #34

@doug719

Description

@doug719

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions