[Omake] Re: "Multiple ways to build: <scanner \\scan-dummy>" again :-(

Jason Hickey jyh at cs.caltech.edu
Wed Jul 5 09:21:58 PDT 2006


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

-- 
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