Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
: swift-dev Date: 2017/04/25 10:43 AM Subject:Re: [swift-dev] Building swift-3.1-branch from source What version of clang are you using? I’ve had the same problem with clang 3.9 when building on Ubuntu 16.04 on RasPi: https://twitter.com/ffried/status/833985445516165121 Using clang 3.8

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Florian Friedrich via swift-dev
rce Ecosystem > IBM Canada Toronto Lab > > Ian Partridge ---2017/04/25 10:27:39 AM---On 25 April 2017 at > 15:15, Vivian Kong wrote: > I had to remove > swift/utils/swi > > From: Ian Partridge > To: Vivian Kong/Toronto/IBM@IBMCA > Cc: Alex Blewitt , swift-dev >

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
x27;m wondering if I'm missing some pre-reqs or setting? Any clues would be much appreciated! Regards, Vivian Kong Linux on z Systems Open Source Ecosystem IBM Canada Toronto Lab From: Ian Partridge To: Vivian Kong/Toronto/IBM@IBMCA Cc: Alex Blewitt , swift-dev

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Ian Partridge via swift-dev
On 25 April 2017 at 15:15, Vivian Kong wrote: > I had to remove swift/utils/swift_build_support/__init__.pyc if it is there > (it got generated when I use the checkout script from the master branch). > Wonder if that might help you. Yes it works! Thanks! -- Ian Partridge

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
swift-dev To: Alex Blewitt Cc: swift-dev Date: 2017/04/25 08:40 AM Subject:Re: [swift-dev] Building swift-3.1-branch from source Sent by:swift-dev-boun...@swift.org On 25 April 2017 at 13:30, Alex Blewitt wrote: > You can use ./swift/utils/update-checkout --sch

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Ian Partridge via swift-dev
On 25 April 2017 at 13:30, Alex Blewitt wrote: > You can use ./swift/utils/update-checkout --scheme swift-3.1-branch which > will switch the branches to the right place for you. Some of the git > repositories aren't necessarily the same; using the update-checkout script to > select the right on

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Alex Blewitt via swift-dev
You can use ./swift/utils/update-checkout --scheme swift-3.1-branch which will switch the branches to the right place for you. Some of the git repositories aren't necessarily the same; using the update-checkout script to select the right ones will be more successful. You can also use --reset-to-

[swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Ian Partridge via swift-dev
Hi, I'm trying to build a toolchain from swift-3.1-branch on Linux. I cloned https://github.com/apple/swift and ran "./swift/utils/update-checkout --clone" successfully. Then, for each subdirectory (swift, swift-corelibs-foundation, lldb, llvm etc.) I switched to swift-3.1-branch via "git checkou