On Tue, Sep 13, 2011 at 08:40:32AM -0400, Clifford Yapp wrote: > On Sun, Sep 11, 2011 at 11:01 PM, Peter Collingbourne <[email protected]>wrote: > > > > > > It looks like various custom commands aren't running (some tcl related > > > stuff, docbook documentation generation) - are custom commands currently > > > supported? > > > > Yes, custom commands and targets are supported. There was a bug (which > > is now fixed) that caused custom commands not be built by default. Now > > all targets except those marked EXCLUDE_FROM_ALL are built by default. > > > > With latest pull from this weekend, I'm currently getting: > > ninja cmTryCompileExec > > ninja: error: loading 'build.ninja': line 21, col 9: in 'rules.ninja': > line > 38, col 3: unexpected variable 'restat'
Try using this branch of Ninja: https://github.com/pcc/Ninja/tree/restat The 'restat' branch is still under development, so this requirement will go away once 'restat' is merged into the main branch of Ninja. Thanks, -- 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://www.cmake.org/mailman/listinfo/cmake
