[swift-corelibs-dev] swift-corelibs-dev build-script with --foundation is not working for me

2017-01-26 Thread Kris Simon via swift-corelibs-dev
Hi, a couple of days ago i ran into swift on linux. The whole thing makes so much sense for us. Developing our tools in swift could be a huge benefit. I am excited to get deeper into swift for linux. I build swift on Ubuntu successfully (without errors) from scratch with this options: ./util

Re: [swift-corelibs-dev] swift-corelibs-dev build-script with --foundation is not working for me

2017-01-26 Thread Philippe Hausler via swift-corelibs-dev
Currently swift-corelibs-foundation only builds as a dynamic library. I wonder if the option —build-swift-static-stdlib is causing issue with that. > On Jan 26, 2017, at 12:57 AM, Kris Simon via swift-corelibs-dev > wrote: > > Hi, > > a couple of days ago i ran into swift on linux. The whole

Re: [swift-corelibs-dev] [swift-users] DateFormatter crash on second usage (new instance) on Linux (swift 3.0.1)

2017-01-26 Thread Philippe Hausler via swift-corelibs-dev
You are probably missing the package libblocksruntime-dev. That would cause that failure. Sent from my iPhone > On Jan 26, 2017, at 6:33 AM, Dennis Schafroth wrote: > > Thanks for the suggestions. > > It works with 3.0.2 but won't compile with 3.1 beta for Ubuntu 14.04. Missing > a Block.h

Re: [swift-corelibs-dev] [swift-users] DateFormatter crash on second usage (new instance) on Linux (swift 3.0.1)

2017-01-26 Thread Dennis Schafroth via swift-corelibs-dev
Thanks for the suggestions. It works with 3.0.2 but won't compile with 3.1 beta for Ubuntu 14.04. Missing a Block.h which does exist in 3.0.2 :-Dennis > On 26 Jan 2017, at 05.20, Philippe Hausler wrote: > > We should run those tests with ASAN, I thought I had fixed that with the > Sierra me