From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id MAA18273; Wed, 10 Apr 2002 12:28:15 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id MAA09328 for ; Wed, 10 Apr 2002 12:28:14 +0200 (MET DST) Received: from delay-2m.club-internet.fr (delay-2m.club-internet.fr [194.158.104.47]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g3A9kjH12298 for ; Wed, 10 Apr 2002 11:47:00 +0200 (MET DST) Received: from relay-1m.club-internet.fr (relay-1m.cs.clubint.net [172.16.20.25]) by delay-2m.club-internet.fr (Postfix) with ESMTP id 5FC195621 for ; Tue, 9 Apr 2002 22:45:09 +0200 (CEST) Received: from warp (lns03m-4-218.w.club-internet.fr [212.194.51.218]) by relay-1m.club-internet.fr (Postfix) with SMTP id 7D47316F7 for ; Tue, 9 Apr 2002 22:43:09 +0200 (CEST) Message-ID: <003f01c1e007$0c4b7830$3900a8c0@warp> From: "Warp" To: "OCaml" Subject: [Caml-list] OCamldep & Paths Date: Tue, 9 Apr 2002 22:42:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk 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