Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] ocamlbuild circular dependencies
@ 2011-10-26 12:58 Guillaume Yziquel
  2011-10-26 13:22 ` Anil Madhavapeddy
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Yziquel @ 2011-10-26 12:58 UTC (permalink / raw)
  To: caml-list

Hi.

I have some weird circular dependencies build issue using ocamlbuild.
Something like:

Circular dependencies: "A.cmo" already seen in
  [ "A/C.cmi"; "A.cmo"; "B/D.cmo" ]

I haven't been able to trim it down to a simpler reproducible example.
How are circular dependencies determined and how are dependency
information managed inside the _build/ folder?

More specifically, A and B are module packs (for-pack tag in _tags) and
I do not see a .depends file for the top pack module, so I'd like to
know where this information is kept.

-- 
     Guillaume Yziquel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-26 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26 12:58 [Caml-list] ocamlbuild circular dependencies Guillaume Yziquel
2011-10-26 13:22 ` Anil Madhavapeddy
2011-10-26 13:45   ` Guillaume Yziquel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox