Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ocamlfind ocamldep -package tsdl -modules src/game.ml > src/game.ml.depends
- ocamlfind ocamldep -modules lib/uggrpg.mli > lib/uggrpg.mli.depends
- ocamlfind ocamlc -c -g -I lib -I src -I test -o lib/uggrpg.cmi lib/uggrpg.mli
- ocamlfind ocamlc -c -g -annot -bin-annot -package tsdl -I src -I lib -I test -o src/game.cmo src/game.ml
- ocamlfind ocamldep -modules lib/uggrpg.ml > lib/uggrpg.ml.depends
- ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -I src -I test -o lib/uggrpg.cmx lib/uggrpg.ml
- ocamlfind ocamlopt -c -g -annot -bin-annot -package tsdl -I src -I lib -I test -o src/game.cmx src/game.ml
- ocamlfind ocamlopt -linkpkg -g lib/uggrpg.cmx src/game.cmx -o src/game.native
- + ocamlfind ocamlopt -linkpkg -g lib/uggrpg.cmx src/game.cmx -o src/game.native
- File "_none_", line 1:
- Error: No implementations provided for the following modules:
- Tsdl referenced from src/game.cmx
- Command exited with code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement