[Omake] OCAMLPACKS broken?
Jason Hickey
jyh at cs.caltech.edu
Wed Jun 14 11:28:01 PDT 2006
Francois Pottier wrote:
> Hello,
>
> I am attempting to enable the use ocamlfind with omake, but I am
> running up against a problem. If I set
Thanks for reporting this. The culprit is quotes \" in the following
definition.
PREFIXED_OCAMLPACKS =\
$`(if $(and $(USE_OCAMLFIND) $(gt $(length $(OCAMLPACKS)), 0)),\
-package \"$(concat \,, $(OCAMLPACKS))\",\
$(EMPTY))
These should be normal quotes, or preferably OMake quotes. $"$(concat
...)". I'll commit a patch in a bit.
Jason
--
Jason Hickey http://www.cs.caltech.edu/~jyh
Caltech Computer Science Tel: 626-395-6568 FAX: 626-792-4257
More information about the Omake
mailing list