Re: [swift-dev] libdispatch switched to CMake

2017-09-26 Thread Saleem Abdulrasool via swift-dev
On Mon, Sep 25, 2017 at 11:39 AM, Jordan Rose wrote: > > > On Sep 25, 2017, at 11:28, Jordan Rose wrote: > > > > On Sep 24, 2017, at 19:32, Saleem Abdulrasool > wrote: > > On Sat, Sep 23, 2017 at 5:02 AM, David P Grove wrote: > >> With autotools, the first time libdispatch was built (for Sourc

Re: [swift-dev] libdispatch switched to CMake

2017-09-25 Thread Jordan Rose via swift-dev
> On Sep 25, 2017, at 11:28, Jordan Rose wrote: > > > >> On Sep 24, 2017, at 19:32, Saleem Abdulrasool > > wrote: >> >> On Sat, Sep 23, 2017 at 5:02 AM, David P Grove > > wrote: >> With autotools, the first time libdispatch was built (f

Re: [swift-dev] libdispatch switched to CMake

2017-09-25 Thread Jordan Rose via swift-dev
> On Sep 24, 2017, at 19:32, Saleem Abdulrasool wrote: > > On Sat, Sep 23, 2017 at 5:02 AM, David P Grove > wrote: > With autotools, the first time libdispatch was built (for SourceKit), it just > did the C build of libdispatch. That had to be blown away and rebuilt

Re: [swift-dev] libdispatch switched to CMake

2017-09-24 Thread Saleem Abdulrasool via swift-dev
don't b > > From: Saleem Abdulrasool via swift-dev > To: Jordan Rose > Cc: swift-dev > Date: 09/22/2017 08:59 PM > Subject: Re: [swift-dev] libdispatch switched to CMake > Sent by: swift-dev-boun...@swift.org > -- > > > > On Fr

Re: [swift-dev] libdispatch switched to CMake

2017-09-23 Thread David P Grove via swift-dev
change this so that the first time libdispatch is built it has a swiftc and Swift standard library it can use for its build? --dave From: Saleem Abdulrasool via swift-dev To: Jordan Rose Cc: swift-dev Date: 09/22/2017 08:59 PM Subject:Re: [swift-dev] libdispatch switched

Re: [swift-dev] libdispatch switched to CMake

2017-09-22 Thread Saleem Abdulrasool via swift-dev
On Fri, Sep 22, 2017 at 2:31 PM, Jordan Rose wrote: > Hey, Saleem. I don't build libdispatch that often, but it seems to be > broken for me. If I delete the libdispatch-specific build directory and > then use build-script with --reconfigure, it doesn't actually attempt to > reconfigure. > > [4/50

Re: [swift-dev] libdispatch switched to CMake

2017-09-22 Thread Jordan Rose via swift-dev
Hey, Saleem. I don't build libdispatch that often, but it seems to be broken for me. If I delete the libdispatch-specific build directory and then use build-script with --reconfigure, it doesn't actually attempt to reconfigure. [4/50] Performing build step for 'libdispatch' FAILED: cd /home/jro

Re: [swift-dev] libdispatch switched to CMake

2017-09-18 Thread Michael Gottesman via swift-dev
> On Sep 18, 2017, at 3:28 PM, Saleem Abdulrasool wrote: > > Hello swift-dev, > > This change should be transparent to everyone, but, it still is a pretty big > milestone. > > As of this afternoon, the non-Darwin builds use CMake to build libdispatch. > This work has been underway for quite

[swift-dev] libdispatch switched to CMake

2017-09-18 Thread Saleem Abdulrasool via swift-dev
Hello swift-dev, This change should be transparent to everyone, but, it still is a pretty big milestone. As of this afternoon, the non-Darwin builds use CMake to build libdispatch. This work has been underway for quite some time, and we have finally switched to that as the default on most target