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

opam is missing dependencies #4

Open
cogumbreiro opened this issue Jan 4, 2024 · 0 comments
Open

opam is missing dependencies #4

cogumbreiro opened this issue Jan 4, 2024 · 0 comments

Comments

@cogumbreiro
Copy link

cogumbreiro commented Jan 4, 2024

I tried following the build instructions and found these roadblocks.

$ opam install . --deps-only
...
$ dune build
File "bin/dune", line 5, characters 37-59:
5 |  (libraries disc core bignum sexplib core_unix.command_unix))
                                         ^^^^^^^^^^^^^^^^^^^^^^
Error: Library "core_unix.command_unix" not found.
$ opam install core_unix
$ dune build
File "lib/dune", line 8, characters 61-65:
8 |  (libraries core bignum sexplib core_unix.command_unix oUnit rsdd)
                                                                 ^^^^
Error: Library "rsdd" not found.
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

1 participant