[Omake] Newbie: removing quotes for command
Hugo Ferreira
hmf at inescporto.pt
Thu Mar 22 11:17:31 PDT 2007
Hello,
Aleksey Nogin wrote:
> On 22.03.2007 01:16, Hugo Ferreira wrote:
>
snip
>> I have 0.9.6.5.
>> I can try using the "unstable" version 0.9.6.9 (later versions are not
>> available).
>
> That might be an option. Also, I just wrote to Mike Furr (the packager
> of OMake for Debian) asking about 0.9.8.1. If Mike no longer has
> time/interest in this, we can probably try funding another way of
> providing people with the Debian binaries of the latest OMake.
>
Unfortunately I am using Gentoo. To use the latest version I will have
to manage my own "ebuild" and use a different compile tree in Portage. I
am trying to avoid this because I know very little about it.
>>> Unless you are using something very ancient, it might be easier to
snip
>> I figure to limit myself to an include and a single target:
>> MenhirMulti(libparse, parse.mly, $(MENHIR_FLAGS))
>>
>> When I get a new version of OMake I need only:
>> 1. Use the flag above as is
>> 2. Add the MENHIR_ENABLED (set to true).
>> 3. Remove 2 flags currently used by the include not used by the OMake
>> system
>>
> Well, to make things work right, OMake needs to know all the
> dependencies. You'd either have to specify all of them manually (very
> painful), try to figure all of them with ocamldep once and then hardcode
> the result (also not very nice) or backport the OCaml.om in order to get
> the .SCANNER rules working (not very trivial for menhir).
>
Yes but one of the developer's of Menhir (Francois Pottier I think) has
in fact provided the .SCANNER rules so this is not an issue I think. In
fact I have made some suggestions to change the OMakefile and he has
considered these.
Nevertheless I have completed this task with success thanks to you and
Jason.
> Aleksey
>
More information about the Omake
mailing list