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
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
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
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