Advertisement
Guest User

Untitled

a guest
May 2nd, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Finished, 0 targets (0 cached) in 00:00:00.
  2. File "_tags", line 18, characters 13-25:
  3. Warning: the tag "pkg_ocamlsdl" is not used in any flag declaration, so it will have no effect; it may be a typo. Otherwise use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
  4. File "_tags", line 19, characters 14-26:
  5. Warning: the tag "pkg_ocamlsdl" is not used in any flag declaration, so it will have no effect; it may be a typo. Otherwise use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
  6. + /home/dev_ss/.opam/4.02.1/bin/ocamlfind ocamlc -c -g -annot -bin-annot -o main.cmo main.ml
  7. File "main.ml", line 7, characters 2-10:
  8. Error: Unbound module Sdl
  9. Command exited with code 2.
  10. Compilation unsuccessful after building 4 targets (3 cached) in 00:00:00.
  11. E: Failure("Command ''/home/dev_ss/.opam/4.02.1/bin/ocamlbuild' ./main.byte -tag debug' terminated with error code 10")
  12. [1] 26545 exit 1 ocaml setup.ml -build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement