[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Warp <warplayer@f...> |
| Subject: | [Caml-list] OCamldep & Paths |
Seems like ocamldep got some problems with paths : When I run : ocamldep aexpr.ml test.ml I got the following : aexpr.cmo : aexpr.cmi test.cmo : aexpr.cmi But if I run ocamldep from the parent directory : ocamldep aexpr/aexpr.ml aexpr/test.ml I got only : aexpr/aexpr.cmo : aexpr/aexpr.cmi This can cause problems if you're having large project using multiple-directories. ( Tested under 3.04 Win32 native ) Warp ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners