[swift-users] Is there a simple direct way to compile with libdispatch on Ubuntu?
Isaac Gouy
igouy2 at yahoo.com
Wed Feb 3 11:44:13 CST 2016
>> On Friday, January 29, 2016 4:18 PM, Max Howell
>> Apparently Ubuntu 15.10’s lib dispatch doesn’t come with dispatch/io.h
>>
>> So those symbols indeed don’t exist in any headers here.
So I fetched the source:
https://github.com/apple/swift-corelibs-libdispatch
:and built the libraries.
It now seems like I'm missing something that isn't libdispatch related -- or should I have chosen one of those --with-apple- options when I built?
mandelbrot.swift-2.swift:78:40: error: use of unresolved identifier 'NSUTF8StringEncoding'
See
http://benchmarksgame.alioth.debian.org/u64q/program.php?test=mandelbrot&lang=swift&id=2#log
More information about the swift-users
mailing list