Advertisement
Guest User

build error

a guest
Oct 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ocamlfind ocamldep -package tsdl -modules src/game.ml > src/game.ml.depends
  2. ocamlfind ocamldep -modules lib/uggrpg.mli > lib/uggrpg.mli.depends
  3. ocamlfind ocamlc -c -g -I lib -I src -I test -o lib/uggrpg.cmi lib/uggrpg.mli
  4. ocamlfind ocamlc -c -g -annot -bin-annot -package tsdl -I src -I lib -I test -o src/game.cmo src/game.ml
  5. ocamlfind ocamldep -modules lib/uggrpg.ml > lib/uggrpg.ml.depends
  6. ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -I src -I test -o lib/uggrpg.cmx lib/uggrpg.ml
  7. ocamlfind ocamlopt -c -g -annot -bin-annot -package tsdl -I src -I lib -I test -o src/game.cmx src/game.ml
  8. ocamlfind ocamlopt -linkpkg -g lib/uggrpg.cmx src/game.cmx -o src/game.native
  9. + ocamlfind ocamlopt -linkpkg -g lib/uggrpg.cmx src/game.cmx -o src/game.native
  10. File "_none_", line 1:
  11. Error: No implementations provided for the following modules:
  12. Tsdl referenced from src/game.cmx
  13. Command exited with code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement