[swift-users] Foundation: build.ninja No such file or directory

Philippe Hausler phausler at apple.com
Tue Mar 28 14:31:12 CDT 2017


What host os are you attempting to build on?

For linux you need to have a configured Foundation initially to run ninja. This means that you need to build swift with the build-script including --foundation and --libdispatch and --xctest

After one successful build you can run ninja in the Foundation directory to build it, and if you need to modify the build scripts (for example including additional files) you can run ./configure --reconfigure

> On Mar 28, 2017, at 12:28 PM, Mohit Athwani via swift-users <swift-users at swift.org> wrote:
> 
> I am trying to build Foundation and is anybody else getting build.ninja: No such file or directory error?
> 
> I just cloned everything from github. This did not happen with me when I worked on my previous pull request.
> 
> Cheers!
> 
> 
> --
> Mohit Athwani
> http://about.me/mohitathwani
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170328/0f997159/attachment.html>


More information about the swift-users mailing list