Advertisement
Guest User

Untitled

a guest
Jan 11th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. dan[benchplot]$ ocamlbuild -clean
  2. Finished, 0 targets (0 cached) in 00:00:00.
  3. 00:00:00 0 (0 ) STARTING -------- |ddan[benchplot]$ cat _tags
  4. <benchplot.cm*>: package(archimedes), package(cairo2)
  5. <plot_test.cm*>: package(archimedes), package(cairo2)
  6. plot_test.ml: package(archimedes), package(cairo2)
  7. plot_test.byte or plot_test.native: package(archimedes)
  8. plottest.byte or plottest.native: package(archimedes)
  9. dan[benchplot]$ ocamlbuild -use-ocamlfind plot_test.native -verbose 9
  10. Failure: lexing: empty token.
  11. Compilation unsuccessful after building 0 targets (0 cached) in 00:00:00.
  12. dan[benchplot]$ cat _build/_log
  13. ### Starting build.
  14. Doing sanity checks
  15. # Compilation unsuccessful.
  16. dan[benchplot]$ tail -n 3 plot_test.ml
  17. A.close vp
  18.  
  19. let () = plot [|1.0;1.5;2.3;3.2|]
  20. dan[benchplot]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement