We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original report by Jeff Sun (Bitbucket: [J. Sun](https://bitbucket.org/J. Sun), ).
Source: sks-1.1.6.tgz (off of Downloads) OS: Ubuntu 18.04.4 LTS
Running into the following compilation error (make all):
“““ ocamlfind ocamlc -package cryptokit,unix,str,bigarray,num -I bdb -ccopt -L/usr/lib -ccopt -Lbdb -annot -bin-annot -unsafe-string -linkpkg -g bdb.cma -c pSet.mli
ocamlfind: Package `cryptokit' not found
Makefile:353: recipe for target 'pSet.cmi' failed
make: *** [pSet.cmi] Error 2 ”””
Not sure why ocamlfind can’t find it. I also tried the clone from the source, and it resulted in the same issue.
Thanks, J. Sun
P.S. Apologies if Bitbucket isn’t the appropriate place to report issues/problems. Can move it to GitHub if needed.
The text was updated successfully, but these errors were encountered:
cryptokit ocaml library must be installed before building (this should be mentioned in README)
Sorry, something went wrong.
ygrek
No branches or pull requests
Original report by Jeff Sun (Bitbucket: [J. Sun](https://bitbucket.org/J. Sun), ).
Source: sks-1.1.6.tgz (off of Downloads)
OS: Ubuntu 18.04.4 LTS
Running into the following compilation error (make all):
“““
ocamlfind ocamlc -package cryptokit,unix,str,bigarray,num -I bdb -ccopt -L/usr/lib -ccopt -Lbdb -annot -bin-annot -unsafe-string -linkpkg -g bdb.cma -c pSet.mli
ocamlfind: Package `cryptokit' not found
Makefile:353: recipe for target 'pSet.cmi' failed
make: *** [pSet.cmi] Error 2
”””
Not sure why ocamlfind can’t find it. I also tried the clone from the source, and it resulted in the same issue.
Thanks,
J. Sun
P.S. Apologies if Bitbucket isn’t the appropriate place to report issues/problems. Can move it to GitHub if needed.
The text was updated successfully, but these errors were encountered: