Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-04-02 Thread Mohit Athwani via swift-corelibs-dev
Hi Michael, I just submitted my pull request: https://github.com/apple/swift-corelibs-foundation/pull/928 Now waiting for an admin to initiate tests. Thanks so much for your help! Cheers! Mohit On Sun, Apr 2, 2017 at 12:36 PM, Michael Gottesman wrote: > No worries. Just trying to be helpful =

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-04-02 Thread Mohit Athwani via swift-corelibs-dev
Hi Michael, Thanks for checking up on me. I'm actually working on it right now. Will give you an update in an hour or so... Cheers! -- Mohit Athwani http://about.me/mohitathwani On Apr 2, 2017, 12:59 AM -0700, Michael Gottesman , wrote: > Hey Mohit! > > Were you able to build successfully? > >

[swift-corelibs-dev] Unable to build swift master branch

2017-03-30 Thread Mohit Athwani via swift-corelibs-dev
I'm trying to get back to work starting from scratch on Swift Foundation on my Ubuntu 16.04 LTS system. I cloned the main swift repo and all of it's dependencies via ssh ./swift/utils/update-checkout --clone-with-ssh and after running (taken from instructions from the Foundation site): swift/ut

Re: [swift-corelibs-dev] Building swift with xctest and foundation fails

2017-03-29 Thread Mohit Athwani via swift-corelibs-dev
2017, at 6:29 PM, Mohit Athwani via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote: > > I'm trying to get back to work starting from scratch on Swift Foundation > on my Ubuntu 16.04 LTS system. > > I cloned the main swift repo and all of it's dependencies v

[swift-corelibs-dev] Building swift with xctest and foundation fails

2017-03-29 Thread Mohit Athwani via swift-corelibs-dev
I'm trying to get back to work starting from scratch on Swift Foundation on my Ubuntu 16.04 LTS system. I cloned the main swift repo and all of it's dependencies via ssh ./swift/utils/update-checkout --clone-with-ssh and after running (taken from instructions from the Foundation site): swift/ut

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

2017-03-27 Thread Mohit Athwani via swift-corelibs-dev
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 ___ swift-corelibs-dev

Re: [swift-corelibs-dev] Building Foundation

2017-03-02 Thread Mohit Athwani via swift-corelibs-dev
ot;' failed. I am on the master branch for swift and swift-corelibs-foundation and on stable branch for llvm Thanks, Mohit On Thu, Mar 2, 2017 at 12:58 AM, Alex Blewitt wrote: > > On 2 Mar 2017, at 01:51, Mohit Athwani via swift-corelibs-dev < > swift-corelibs-dev@swift.or

[swift-corelibs-dev] Building Foundation

2017-03-01 Thread Mohit Athwani via swift-corelibs-dev
I am trying to build Foundation on my Ubuntu 16.04 LTS version using: swift/utils/build-script --xctest --foundation -t And it fails with the following tests failing: Failing Tests (11): Swift-Unit :: runtime/SwiftRuntimeTests/RefcountingTest.release Swift-Unit :: runtime/SwiftRuntimeTest