Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. + 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
  2. File "cos.ml", line 2, characters 12-7014:
  3. Error: This expression has type string
  4. This is not a function; it cannot be applied.
  5. Command exited with code 2.
  6. Hint: Recursive traversal of subdirectories was not enabled for this build,
  7. as the working directory does not look like an ocamlbuild project (no
  8. '_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories,
  9. you should add the option "-r" or create an empty '_tags' file.
  10.  
  11. To enable recursive traversal for some subdirectories only, you can use the
  12. following '_tags' file:
  13.  
  14. true: -traverse
  15. <dir1> or <dir2>: traverse
  16.  
  17. Compilation unsuccessful after building 2 targets (1 cached) in 00:00:00.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement