Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. -*- mode: compilation; default-directory: "~/symbolic-r/code/src/" -*-
  2. Compilation started at Tue Aug 18 12:58:46
  3.  
  4. make -k -C ../
  5. make: Entering directory `/home/gpietro/symbolic-r/code'
  6. ocaml setup.ml -build
  7. ocamlfind ocamlc -c -g -I src -o src/interp.cmo src/interp.ml
  8. + ocamlfind ocamlc -c -g -I src -o src/interp.cmo src/interp.ml
  9. File "src/interp.ml", line 21, characters 21-33:
  10. Error: Unbound value symbol_table
  11. Command exited with code 2.
  12. E: Failure("Command ''/usr/bin/ocamlbuild' src/interp.native -use-ocamlfind -tag debug' terminated with error code 10")
  13. make: *** [build] Error 1
  14. make: Leaving directory `/home/gpietro/symbolic-r/code'
  15.  
  16. Compilation exited abnormally with code 2 at Tue Aug 18 12:58:47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement