Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created May 2, 2018 11:22
Show Gist options
  • Save exarkun/94982dba69aed5db0af2524bda1095f7 to your computer and use it in GitHub Desktop.
Save exarkun/94982dba69aed5db0af2524bda1095f7 to your computer and use it in GitHub Desktop.
$ jbuilder build
File "src/lib_protocol_compiler/jbuild", line 32, characters 14-29:
Error: Library "ocplib-ocamlres" not found.
Hint: try: jbuilder external-lib-deps --missing @install
Error: Program ocp-ocamlres not found in the tree or in PATH (context: default)
$ jbuilder external-lib-deps --missing @install
Error: The following libraries are missing in the default context:
- ocplib-ocamlres
Hint: try: opam install ocplib-ocamlres
$ opam install ocplib-ocamlres
[ERROR] No package named ocplib-ocamlres found.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment