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