Can't build corelibs-libdispatch on OS X

I want to port Fix Dispatch API's handling of block parameters by lilyball · Pull Request #3923 · apple/swift · GitHub 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

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

<swift-corelibs-dev@swift.org>

···

From: Kevin Ballard via swift-corelibs-dev
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-bounces@swift.org

I want to port Fix Dispatch API's handling of block parameters by lilyball · Pull Request #3923 · apple/swift · GitHub 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