<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/10/1ead8d1ba503720b6332500e376cc799"
  from="Jacques Garrigue &lt;garrigue@k...&gt;"
  author="Jacques Garrigue"
  date="2003-10-09T00:06:32"
  subject="Re: [Caml-list] ocamldep 3.07 now saves system dependencies?"
  prev="2003/10/d149b67fa1588802d67be2ed6b3d5855"
  next="2003/10/33325f78a6172641c92e0e567b9af6af"
  prev-in-thread="2003/10/e79513aa34d4347fb9f61c4d83c4e732"
  next-in-thread="2003/10/0e54e4f3e885d2b5202894ff25972620"
  prev-thread="2003/10/ac24472a1cecb98a5072dfa9c11183a1"
  next-thread="2003/10/8e30e035c3408ed133428b3777754c4d"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] ocamldep 3.07 now saves system dependencies?">
<msg 
  url="2003/10/e79513aa34d4347fb9f61c4d83c4e732"
  from="Richard Jones &lt;rich@a...&gt;"
  author="Richard Jones"
  date="2003-10-08T13:41:33"
  subject="[Caml-list] ocamldep 3.07 now saves system dependencies?">
<msg 
  url="2003/10/1ead8d1ba503720b6332500e376cc799"
  from="Jacques Garrigue &lt;garrigue@k...&gt;"
  author="Jacques Garrigue"
  date="2003-10-09T00:06:32"
  subject="Re: [Caml-list] ocamldep 3.07 now saves system dependencies?">
<msg 
  url="2003/10/0e54e4f3e885d2b5202894ff25972620"
  from="skaller &lt;skaller@o...&gt;"
  author="skaller"
  date="2003-10-10T08:45:33"
  subject="Re: [Caml-list] ocamldep 3.07 now saves system dependencies?">
<msg 
  url="2003/10/01e735513b420daaa4fb449831e17655"
  from="Richard Jones &lt;rich@a...&gt;"
  author="Richard Jones"
  date="2003-10-10T08:56:07"
  subject="Re: [Caml-list] ocamldep 3.07 now saves system dependencies?">
</msg>
</msg>
</msg>
</msg>
</thread>

<contents>
From: Richard Jones &lt;rich@annexia.org&gt;

&gt; I've noticed an apparent difference between ocamldep 3.06 and
&gt; 3.07. The newer version now generates dependencies for certain (but
&gt; not all) system libraries.
&gt; 
&gt; For example dependencies like this:
&gt; 
&gt; main.cmx: browser.cmx database.cmx /usr/lib/ocaml/3.07/lablgtk2/gBin.cmx \
&gt;     /usr/lib/ocaml/3.07/lablgtk2/gButton.cmx \
[...]
&gt; 
&gt; when I run this:
&gt; 
&gt; ocamldep -I +lablgtk2 -I ../lablgtk2-mozembed -I +apache -I +postgres -I +pcre browser.ml database.ml globals.ml lib.ml loadpage.ml main.ml selection_dialog.ml &gt; .depend
&gt; 
&gt; This is unfortunate because my Makefile then goes off and tries to
&gt; build system libraries, and fails.

They should go away if you omit all the -I's.
Actually this looks like an improvement to me: if you want to express
dependencies on other directories, you are now able to do so.

Jacques Garrigue

-------------------
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

</contents>

</message>

