Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -o cos.cmo cos.ml
- File "cos.ml", line 2, characters 12-7014:
- Error: This expression has type string
- This is not a function; it cannot be applied.
- Command exited with code 2.
- Hint: Recursive traversal of subdirectories was not enabled for this build,
- as the working directory does not look like an ocamlbuild project (no
- '_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories,
- you should add the option "-r" or create an empty '_tags' file.
- To enable recursive traversal for some subdirectories only, you can use the
- following '_tags' file:
- true: -traverse
- <dir1> or <dir2>: traverse
- Compilation unsuccessful after building 2 targets (1 cached) in 00:00:00.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement