[swift-corelibs-dev] libdispatch on Linux, or C++ std::async?

Rob Allen rob at akrabat.com
Mon May 30 02:05:34 CDT 2016


Hi,

For what it's worth, I can't get the master branch to build either, but I can get the experimental/foundation branch to build.

Regards,

Rob....


> On 30 May 2016, at 05:28, Brian Gesiak via swift-corelibs-dev <swift-corelibs-dev at swift.org> wrote:
> 
> Hello all!
> 
> I'm working on https://bugs.swift.org/browse/SR-710 <https://bugs.swift.org/browse/SR-710>, which involves porting SourceKit to Linux. SourceKit contains a handful of references to libdispatch symbols.
> 
> I have two questions:
> 
> 1. Could someone share a set of instructions to build swift-corelibs-libdispatch on Linux? I'm using Ubuntu 15.10 and have installed [the dependencies listed here](https://lists.swift.org/pipermail/swift-corelibs-dev/Week-of-Mon-20151207/000122.html <https://lists.swift.org/pipermail/swift-corelibs-dev/Week-of-Mon-20151207/000122.html>). I have tried using both `swift/utils/build-script --libdispatch` as well as the instructions in the swift-corelibs-libdispatch `INSTALL` file. Both fail with the [same errors](https://gist.github.com/modocache/8389d5d64e39ca5a4281500f84e9ce11 <https://gist.github.com/modocache/8389d5d64e39ca5a4281500f84e9ce11>). Any tips?
> 
> 2. I don't know much about C++, but from what I understand the C++ stdlib provides tools for asynchronous programming. I list SourceKit's uses of libdispatch in a comment on https://bugs.swift.org/browse/SR-1639 <https://bugs.swift.org/browse/SR-1639>. For those familiar with both C++ and libdispatch: do you think it's a good idea to migrate to C++, at least for now?
> 
> Any advice would be appreciated. Thanks!!
> 
> - Brian Gesiak
> 

-- 
Development thoughts at http://akrabat.com
Daily Jotter for Mac OS X at http://dailyjotter.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-corelibs-dev/attachments/20160530/9b85b671/attachment.html>


More information about the swift-corelibs-dev mailing list