Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. ### Starting build.
  2. # Target: src/libssh_stubs.c, tags: { annot, bin_annot, c, compile, debug, extension:c, file:src/libssh_stubs.c, oasis_library_libssh_ccopt, quiet, traverse }
  3. /Users/Edgar/.opam/working/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -Wextra -ccopt -Wall -ccopt '-std=c99' -c src/libssh_stubs.c
  4. + /Users/Edgar/.opam/working/bin/ocamlfind ocamlc -g -ccopt -g -ccopt -Wextra -ccopt -Wall -ccopt '-std=c99' -c src/libssh_stubs.c
  5. src/libssh_stubs.c:47:41: warning: format specifies type 'int' but the argument has type 'ssh_session' (aka 'struct ssh_session_struct *') [-Wformat]
  6. printf("Casted, loc: %p, %d\n", sess, sess);
  7. ~~ ^~~~
  8. 1 warning generated.
  9. # Target: src/libssh_stubs.o, tags: { }
  10. mv libssh_stubs.o src/libssh_stubs.o
  11. # Target: src/libssh_stubs, tags: { annot, bin_annot, c, debug, extension:a, file:src/liblibssh_stubs.a, oasis_library_libssh_cclib, ocamlmklib, quiet, traverse }
  12. /Users/Edgar/.opam/working/bin/ocamlfind ocamlmklib -o src/libssh_stubs -lssh src/libssh_stubs.o
  13. # Target: src/ssh.ml.depends, tags: { annot, bin_annot, debug, extension:ml, file:src/ssh.ml, oasis_library_libssh_ccopt, ocaml, ocamldep, quiet, traverse }
  14. /Users/Edgar/.opam/working/bin/ocamlfind ocamldep -modules src/ssh.ml > src/ssh.ml.depends
  15. # Target: src/ssh.cmo, tags: { annot, bin_annot, byte, compile, debug, extension:cmo, extension:ml, file:src/ssh.cmo, file:src/ssh.ml, implem, oasis_library_libssh_ccopt, ocaml, quiet, traverse }
  16. /Users/Edgar/.opam/working/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -g -ccopt -Wextra -ccopt -Wall -ccopt '-std=c99' -I src -o src/ssh.cmo src/ssh.ml
  17. # Target: src/libssh.cma, tags: { annot, bin_annot, byte, debug, extension:cma, file:src/libssh.cma, library, link, oasis_library_libssh_cclib, ocaml, quiet, traverse, use_liblibssh_stubs }
  18. /Users/Edgar/.opam/working/bin/ocamlfind ocamlc -a -dllib -llibssh_stubs -cclib -llibssh_stubs -cclib -lssh src/ssh.cmo -o src/libssh.cma
  19. # Target: src/ssh.cmx, tags: { annot, bin_annot, compile, debug, extension:cmx, extension:ml, file:src/ssh.cmx, file:src/ssh.ml, implem, native, oasis_library_libssh_ccopt, ocaml, quiet, traverse }
  20. /Users/Edgar/.opam/working/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -g -ccopt -Wextra -ccopt -Wall -ccopt '-std=c99' -I src -o src/ssh.cmx src/ssh.ml
  21. # Target: src/libssh.cmxa, tags: { annot, bin_annot, debug, extension:cmxa, file:src/libssh.cmxa, library, link, native, oasis_library_libssh_cclib, ocaml, quiet, traverse, use_liblibssh_stubs }
  22. /Users/Edgar/.opam/working/bin/ocamlfind ocamlopt -a -cclib -llibssh_stubs -cclib -lssh src/ssh.cmx -o src/libssh.cmxa
  23. # Target: src/libssh.cmxs, tags: { annot, bin_annot, debug, extension:cmxs, file:src/libssh.cmxs, library, link, native, ocaml, quiet, shared, traverse, use_libssh }
  24. /Users/Edgar/.opam/working/bin/ocamlfind ocamlopt -shared -I src src/libssh.cmxa src/ssh.cmx -o src/libssh.cmxs
  25. # Compilation successful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement