[Omake] Re: "Multiple ways to build: <scanner \\scan-dummy>"
again :-(
Yegor Bryukhov
ybryukhov at gc.cuny.edu
Wed Jul 5 18:01:25 PDT 2006
It actually was
include $(STDLIB)/build/Common
include $(STDLIB)/build/C
include $(STDLIB)/build/OCaml
include $(STDLIB)/build/LaTeX
I commented out the first include and it helped.
Jason Hickey wrote:
> Yegor Bryukhov wrote:
>> Aleksey Nogin wrote:
>>
>>> Yegor, Mikkel,
>>>
>>> Jason have made the "multiple ways to build" error message more
>>> verbose this morning (Subversion 0.9.8.x branch) - could you try to
>>> see if this provides any additional clues?
>
> This happened to me once before, and the problem was that Common.om was
> getting read twice.
>
> This is a guess, but it is probably because in OMakeroot we have
>
> include build/Common
>
> The "include" _always_ includes a file, which is not what we want here.
> The OMakeroot should read:
>
> open build/C
> open build/OCaml
> open build/LaTeX
>
> But this doesn't explain why the problem comes up only Win32 for some
> people...
>
> Jason
>
More information about the Omake
mailing list