Hi Kevin: Unless something has changed very recently, Its not currently possible to build swift-corelibs-libdispatch on OSX - the build process works on Linux only.
Chris From: Kevin Ballard via swift-corelibs-dev <swift-corelibs-dev@swift.org> To: swift-corelibs-dev@swift.org Date: 02/08/2016 22:23 Subject: [swift-corelibs-dev] Can't build corelibs-libdispatch on OS X Sent by: swift-corelibs-dev-boun...@swift.org I want to port https://github.com/apple/swift/pull/3923 to swift-corelibs-libdispatch but I can't figure out how to build swift-corelibs-libdispatch on OS X. Running `sh autogen.sh` results in src/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/Makefile.am:9: its definition is in aclocal's search path. configure.ac does include LT_INIT, but I have no idea how to make sure its definition is in aclocal's search path. I get the same problem with swift/utils/build-script --libdispatch. -Kevin Ballard _______________________________________________ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
_______________________________________________ swift-corelibs-dev mailing list swift-corelibs-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-corelibs-dev