Browse thread
Link errors with O'Caml 3.09 and Camlidl 1.05
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] Link errors with O'Caml 3.09 on MacOS |
Hello again, Actually, the patch to Camomile's Makefile is trivial. You can simply add $(INCLUDES) to line 137: $(OCAMLOPT) -pack -o camomile.cmx camomileconfig.cmx $(OPTOBJECTS) (and also to line 134 for cosmetic reasons) One could argue that OCaml should issue a proper error message when the .cmi files are not available. I put Camomile's developper in Cc: of this mail. -- Alain