Re: [swift-corelibs-dev] Compilation Error - Which Toolchain?

2016-05-19 Thread David Hart via swift-corelibs-dev
Glad to know I’m not the only one. What do you mean by: > So, pulled everything again and re-compiling from scratch, not just > corelibs-foundation. Do you mean rebuilding a swift toolchain? Did you succeed? If yes, what branch? David.___ swift-coreli

Re: [swift-corelibs-dev] Compilation Error - Which Toolchain?

2016-05-19 Thread Bhaktavatsal R Maram via swift-corelibs-dev
Hi David,I get same error. Looks like stdlib needs to be rebuilt again. So, pulled everything again and re-compiling from scratch, not just corelibs-foundation.Thanks,mbvreddy-swift-corelibs-dev-boun...@swift.org wrote: -To: swift-corelibs-dev@swift.orgFrom: David Hart via swift-corelibs-de

[swift-corelibs-dev] Compilation Error - Which Toolchain?

2016-05-19 Thread David Hart via swift-corelibs-dev
Hi people, Found some time to continue contributing to corelibs, but I’m getting a compilation error with master: NSGeometry.swift (line 39): 35 private var hash: Int { 36 #if arch(i386) || arch(arm) 37 return Int(Float(self.native).bitPattern) 38 #else 39 return Int(self.nat