Advertisement
Guest User

Untitled

a guest
May 26th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dan[mlpack]$ ls
  2. foo/ foo.mlpack
  3. dan[mlpack]$ ls foo
  4. bar.ml baz.ml
  5. dan[mlpack]$ cat foo.mlpack
  6. Bar
  7. Baz
  8.  
  9. dan[mlpack]$ ocamlbuild foo.cmo
  10. Solver failed:
  11. Ocamlbuild cannot find or build foo.ml. A file with such a name would usually be a source file. I suspect you have given a wrong target name to Ocamlbuild.
  12. Backtrace:
  13. - Failed to build the target foo.cmo
  14. - Building foo.cmo:
  15. - Failed to build all of these:
  16. - Building foo.ml:
  17. - Failed to build all of these:
  18. - Building foo.mly
  19. - Building foo.mll
  20. - Building foo.mli:
  21. - Building foo.mly
  22. - Failed to build all of these:
  23. - Building Bar.cmi:
  24. - Failed to build all of these:
  25. - Building Bar.ml
  26. - Building Bar.mlpack
  27. - Building Bar.mli:
  28. - Building Bar.mly
  29. - Building bar.cmi:
  30. - Failed to build all of these:
  31. - Building bar.ml
  32. - Building bar.mlpack
  33. - Building bar.mli:
  34. - Building bar.mly
  35. - Building Bar.cmo:
  36. - Failed to build all of these:
  37. - Building Bar.ml:
  38. - Failed to build all of these:
  39. - Building Bar.mly
  40. - Building Bar.mll
  41. - Building Bar.mli:
  42. - Building Bar.mly
  43. - Building Bar.mlpack
  44. - Building Bar.mli:
  45. - Building Bar.mly
  46. - Building bar.cmo:
  47. - Failed to build all of these:
  48. - Building bar.ml:
  49. - Failed to build all of these:
  50. - Building bar.mly
  51. - Building bar.mll
  52. - Building bar.mli:
  53. - Building bar.mly
  54. - Building bar.mlpack
  55. - Building bar.mli:
  56. - Building bar.mly
  57. - Building foo.mli:
  58. - Building foo.mly
  59. Compilation unsuccessful after building 0 targets (0 cached) in 00:00:00.
  60. dan[mlpack]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement