<div dir="ltr">Hi,<br><br>First of all, congratulations on the open source release! I&#39;m very excited!<br><br>Second, I&#39;m running into trouble building from source, particularly in regards to getting ninja bootstrapped. I&#39;m on Scientific Linux. I first used yum to install packages for llvm, llvm-devel, clang, and cmake.<br><br>I then did the following, following the README.md in the swift git repo: <br><br> git clone git@github.com:apple/swift.git swift<br> git clone git@github.com:apple/swift-llvm.git llvm<br> git clone git@github.com:apple/swift-clang.git clang<br> git clone git@github.com:apple/swift-lldb.git lldb<br> git clone git@github.com:apple/swift-cmark.git cmark<br> git clone git@github.com:apple/swift-llbuild.git llbuild<br> git clone git@github.com:apple/swift-package-manager.git swiftpm<br> git clone git@github.com:apple/swift-corelibs-xctest.git<br> git clone git@github.com:apple/swift-corelibs-foundation.git<br><br><div><br></div><div>The README.md also states:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Ninja is the current recommended build system for building Swift and is the default configuration generated by CMake. If you&#39;re on OS X or don&#39;t install it as part of your Linux distribution, clone it next to the other projects and it will be bootstrapped automatically</blockquote><div><br></div><div> My Linux distro doesn&#39;t package ninja, so I also did this:</div><br>git clone git@github.com:martine/ninja.git<div><br></div><div>I then attempted to build swift:</div><div><br></div>$ ./swift/utils/build-script<div><br></div><div>Which resulted in errors, and as far as I can tell did not attempt to build the ninja distro that I downloaded into the ninja directory in my current working directory:</div><div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">which: no ninja in (/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/lanes/.local/bin:/home/lanes/bin)<br>Building the standard library for: swift-stdlib-linux-x86_64<br>Running Swift tests for: check-swift-linux-x86_64<br>+ rm -rf /home/lanes/swift/build/Ninja-DebugAssert/ninja-build<br>+ cp -r /home/lanes/swift/ninja /home/lanes/swift/build/Ninja-DebugAssert/ninja-build<br>++ uname -s<br>+ [[ Linux == \D\a\r\w\i\n ]]<br>+ cd /home/lanes/swift/build/Ninja-DebugAssert/ninja-build<br>+ python ./configure.py --bootstrap<br>bootstrapping ninja...<br>warning: A compatible version of re2c (&gt;= 0.11.3) was not found; changes to src/*.in.cc will not affect your build.<br>wrote build.ninja.<br>bootstrap complete.  rebuilding...<br>[24/24] LINK ninja<br>cmark: using standard linker<br>+ cd /home/lanes/swift/build/Ninja-DebugAssert/cmark-linux-x86_64<br>+ /usr/bin/cmake -G Ninja -DCMAKE_C_COMPILER:PATH=clang -DCMAKE_CXX_COMPILER:PATH=clang++ -DCMAKE_BUILD_TYPE:STRING=Debug /home/lanes/swift/cmark<br>CMake Error: CMake was unable to find a build program corresponding to &quot;Ninja&quot;.  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.<br>CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.<br>Missing variable is:<br>CMAKE_C_COMPILER_ENV_VAR<br>CMake Error: Could not find cmake module file:/home/lanes/swift/build/Ninja-DebugAssert/cmark-linux-x86_64/CMakeFiles/2.8.11/CMakeCCompiler.cmake<br>CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.<br>Missing variable is:<br>CMAKE_CXX_COMPILER_ENV_VAR<br>CMake Error: Could not find cmake module file:/home/lanes/swift/build/Ninja-DebugAssert/cmark-linux-x86_64/CMakeFiles/2.8.11/CMakeCXXCompiler.cmake<br>-- Configuring incomplete, errors occurred!<br>./swift/utils/build-script: command terminated with a non-zero exit status 1, aborting</blockquote><div><br></div><div><br></div><div>This leads me to a couple of questions:</div><div><br></div><div>* Do I need to first build and install re2c? If so, this should perhaps be mentioned as a prereq.</div><div>* Is there anything differently I should be doing to get the bootstrap process running successfully?</div><div><br></div><div>Thanks,</div><div>Lane</div><div><br></div><div><br></div><div><br></div></div></div>