I am getting this on our mac dashboard:
http://open.cdash.org/viewNotes.php?buildid=2898273
configure.py: error: option --platform: invalid choice: 'darwin'
(choose from 'linux', 'freebsd', 'openbsd', 'solaris', 'sunos5',
'mingw', 'msvc')
I tried running by hand and got the same results:
dash5:ninja Kitware$ python bootstrap.py
Building ninja manually...
Building ninja using itself...
Usage: configure.py [options]
configure.py: error: option --platform: invalid choice: 'darwin' (choose
from 'linux', 'freebsd', 'openbsd', 'solaris', 'sunos5', 'mingw', 'msvc')
-Bill