[cmake-developers] -GNinja on Windows
Peter Kümmel
syntheticpp at gmx.net
Sat Jun 9 03:10:56 EDT 2012
On 09.06.2012 01:29, Óscar Fuentes wrote:
> Peter Kümmel<syntheticpp at gmx.net> writes:
>
>>>
>>> It is not getting that far. It is not even running cmcldeps. :)
>>> The command= line is bad, so nothing builds, and we get no .d files.
>>>
>>
>> I added parentheses around cmcldeps, it should work now.
>
> With your binaries from 2 hours ago, changes on header files are
> correctly detected on my C++ projects. Thanks!
>
> LLVM builds fine, although re-running ninja results on re-executing all
> tablegen commands.
>
> Even with all those 70 or so tablegen invocations, ninja does a no-op
> rebuild in 16 seconds, which is faster than a true no-op rebuild with
> jom and much faster than msbuild.
>
> Windows XP SP3 32 bits, Visual Studio 2010.
>
Many thanks for testing! I'm glad it mostly works.
I assume the tablegen commands are some scripts and not compiler calls,
maybe it can't find the generated one.
Could you make a verbose run (-v) and post one rebuild?
Peter
More information about the cmake-developers
mailing list