Browse thread
ocamlbuild and packs
[
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: | Romain Bardou <Romain.Bardou@l...> |
| Subject: | Re: [Caml-list] ocamlbuild and packs |
> I want to pack all the files in bla and bli together anyway, so this
> solution would be great; however, now ocamldep gives me an error:
>
> /usr/local/bin/ocamldep.opt: unknown option `-for-pack'.
Okay well this part was easy, I use the tag:
<bl{a,i}/**/*.cm*>: for-pack(Blabli)
And it works. Using the includes I can compile blabli.cmo but I can't
compile main.native because of the name clashes.
--
Romain bardou