[cmake-developers] ninja status

Nicolas Desprès nicolas.despres at gmail.com
Tue Apr 3 19:53:41 EDT 2012


On Tue, Apr 3, 2012 at 6:48 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> Hi,  I just wanted to get an update on the ninja generator status. Right now
> all linux tests are passing, and that platform seems to be done.
>

Hi Bill,

Thanks for the status.

> Windows:
>  - No file level depend information
>  - Failing Tests:  BuildDepends, Plugin
>
>
> OSX:
>  - application bundle and framework creation is unimplemented
>  - Failing tests: BuildDepends, BundleTest, CFBundleTest, ExportImport,
> Qt4Deploy
>

On my Mac OSX 10.7.3 I have these tests failing:

with "Unix Makefiles":
	  1 - CMake.Install (Failed)
	 88 - SimpleInstall (Failed)
	 90 - CPackComponents (Failed)
	235 - CMake.CheckSourceTree (Failed)

with "Ninja":
	  1 - CMake.Install (Failed)
	 54 - ExportImport (Failed)
	 61 - Qt4Deploy (Failed)
	 84 - SimpleInstall (Failed)
	 86 - CPackComponents (Failed)
	227 - CMake.CheckSourceTree (Failed)

Apparently BundleTest and CFBundleTest are run IF (APPLE AND
CMAKE_COMPILER_IS_GNUCXX). Is CMAKE_COMPILER_IS_GNUCXX mandatory?
Clang is used by default on this machine.
However BuildDepends passes.

On next 68160664982d8f42ccfa8d68de778df823b52979
and on master 5e9c7731e16fc077a3637a02cb983d397329a23a with "Ninja":
The following tests FAILED:
	  1 - CMake.Install (Failed)
	 54 - ExportImport (Failed)
	 61 - Qt4Deploy (Failed)
	 84 - SimpleInstall (Failed)
	 86 - CPackComponents (Failed)
	129 - BundleGeneratorTest (Failed)
	227 - CMake.CheckSourceTree (Failed)


Cheers,
-Nico



More information about the cmake-developers mailing list