Re: [swift-users] build-script error

2016-06-11 Thread Dmitri Gribenko via swift-users
Hi Jeff, Please take a look at these pull requests and commits to get a general idea of what it takes to port Swift to a new platform: https://github.com/apple/swift/pull/2541 https://github.com/apple/swift/pull/979 https://github.com/apple/swift/commit/83751888c73de2504cbfa87906adf7c526d6fc65 D

Re: [swift-users] build-script error

2016-06-11 Thread Jeff Ramsey via swift-users
Dmitri, Can you point me to the general areas that would need changes for 32-bit and I'll look to see what would be needed? Thanks. Jeff > On Jun 11, 2016, at 12:31 AM, Dmitri Gribenko wrote: > > Hi Jeff, > > Karl is right. Swift is not ported to 32-bit Linux right now -- > sorry! We woul

Re: [swift-users] build-script error

2016-06-10 Thread Dmitri Gribenko via swift-users
Hi Jeff, Karl is right. Swift is not ported to 32-bit Linux right now -- sorry! We would welcome contributions from the community to fill this gap. I would be happy to review the patches and discuss any issues that come up. Dmitri On Fri, Jun 10, 2016 at 8:06 PM, Karl wrote: > i686 is a 32-b

Re: [swift-users] build-script error

2016-06-10 Thread Karl via swift-users
i686 is a 32-bit system, right? We don’t support Intel 32-bit on Linux (yet?). The only Intel Linux target is x86_64. > On 10 Jun 2016, at 20:18, Jeff Ramsey via swift-users > wrote: > > Here you go Dmitri. It's an older Dell 1501 that was given to me; I wiped it > and put Ubuntu on it. Th

Re: [swift-users] build-script error

2016-06-10 Thread Jeff Ramsey via swift-users
Here you go Dmitri. It's an older Dell 1501 that was given to me; I wiped it and put Ubuntu on it. Thanks. Python 2.7.6 (default, Jun 22 2015, 18:00:18) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> print(platform.system()) L

Re: [swift-users] build-script error

2016-06-10 Thread Dmitri Gribenko via swift-users
On Fri, Jun 10, 2016 at 9:14 AM, Jeff Ramsey via swift-users wrote: > I followed directions here to clone the compiler source and build it on > Ubuntu 14.04: > > https://github.com/apple/swift/blob/master/README.md Hi Jeff, Which architecture are you running on? Could you run "python" in the te

Re: [swift-users] build-script error

2016-06-10 Thread Jordan Rose via swift-users
[+ a few people who have been changing this area lately] > On Jun 10, 2016, at 09:14, Jeff Ramsey via swift-users > wrote: > > I followed directions here to clone the compiler source and build it on > Ubuntu 14.04: > > https://github.com/apple/swift/blob/master/README.md >

[swift-users] build-script error

2016-06-10 Thread Jeff Ramsey via swift-users
I followed directions here to clone the compiler source and build it on Ubuntu 14.04: https://github.com/apple/swift/blob/master/README.md All required packages seem to haven been installed successfully per the README. When I get to the build step, the following build-script command generates th