Re: [swift-users] Build swift on FreeBSD

2017-04-18 Thread Alex Blewitt via swift-users
The error may be because of the missing symbol you saw earlier. The build has a setting SWIFT_LINK_OBJC_RUNTIME which should default to NO on non-Darwin systems, but I don't know how the detection works on FreeBSD. The symbol is being emitted by the clang compiler and it seems to think there's

[swift-users] Build swift on FreeBSD

2017-04-15 Thread J O via swift-users
Hello, I am a freebsd user. Swift interests me. I clone the swift git to freebsd os and build it then I don't know how to play with it, these are my experience: mkdir swift-sourcescd swift-sourcesgit clone https://github.com/apple/swift./swift/utils/update-checkout --clonecd swift./utils/build-scri