wszqkzqk

Untitled

Jan 4th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | Software | 0 0
  1. + ocamlfind ocamldep -modules src/rresult.mli > src/rresult.mli.depends
  2. + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/rresult.cmi src/rresult.mli
  3. + ocamlfind ocamldep -modules src/rresult.ml > src/rresult.ml.depends
  4. + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/rresult.cmo src/rresult.ml
  5. + ocamlfind ocamlc -a -I src src/rresult.cmo -o src/rresult.cma
  6. + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/rresult_top.ml > src/rresult_top.ml.depends
  7. + ocamlfind ocamldep -package compiler-libs.toplevel -modules src/rresult_top.ml > src/rresult_top.ml.depends
  8. ocamldep: unknown option '-package'.
  9. Usage: ocamldep <options> <files>
  10. Try 'ocamldep --help' for more information.
  11. Command exited with code 2.
  12. pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
  13. '-build-dir' '_build' 'opam' 'pkg/META' 'CHANGES.md' 'LICENSE.md'
  14. 'README.md' 'src/rresult.cma' 'src/rresult.cmi' 'src/rresult.mli'
  15. 'src/rresult_top.cma' 'src/rresult_top_init.ml' 'doc/index.mld']: exited with 10
  16. ==> ERROR: A failure occurred in build().
  17. Aborting...
  18.  
Advertisement
Add Comment
Please, Sign In to add comment