[cmake-developers] ninja status

David Cole david.cole at kitware.com
Fri Apr 6 13:24:11 EDT 2012


On Fri, Apr 6, 2012 at 1:13 PM, Peter Kümmel <syntheticpp at gmx.net> wrote:
>
>> Explanations of failing tests:
>>
>> - The Plugin test is failing on Windows because the ENABLE_EXPORTS
>> target flag is not being processed:
>
>
> Attached a patch which fixes this test. It was not an unprocessed flag
> but a not existing directory.
>
> I don't know where to commit this patch. stage/ninja-generator isn't
> up to date any more, and I don't know if merging master is the right
> way to proceed because it pollutes the history.
>

The ninja-generator stuff has all been merged into 'master' already.
Just start a new topic branch and push it to the stage:

# first get up to date w.r.t. origin/master:
git checkout master
git pull

# Then start a new branch from there:
git checkout -b ninja-patch
# make your changes, and commits
# edit, edit, edit
git add -u
git commit
git push stage HEAD
ssh git at cmake.org stage cmake merge -b next ninja-patch


>
>
>>
>>
>> - I am not sure about the BuildDepend test and why it fails on both Mac,
>> Windows, and freebsd...
>>
>> - all the bundle and framework tests fail on Mac because it is not
>> implemented.
>>
>>
>> Questions:
>>
>> - Can we use master ninja for the windows dashboard now?
>
>
> Still no respone file support.
>
>
>> - Does anyone know if the depend processing for windows has been or will
>> be accepted in ninja?
>
>
> No, still nothing merged. It should pop up in this thread:
> http://groups.google.com/group/ninja-build/browse_thread/thread/ad80094346ddfa1b
>
> Peter
>
>
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers



More information about the cmake-developers mailing list