[swift-users] [swift-corelibs-dev] build libdispatch failed in ubuntu 14.04

qibo_cn at outlook.com qibo_cn at outlook.com
Tue Mar 29 21:55:42 CDT 2016



You are right.

thank you.






发件人: David P Grove

已发送: 3 月 30 日 星期三 上午 2:02

主题: Re: [swift-corelibs-dev] [swift-users] build libdispatch failed inubuntu 14.04

收件人: qibo

抄送: swift-corelibs-dev, swift-users at swift.org



swift-corelibs-dev-bounces at swift.org wrote on 03/29/2016 11:58:13 AM:

> 

> Hi, everyone

> I follow the command written in INSTALL in 

> https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL

> 

> sh autogen.sh

> 

> ./configure

> 

> make

> 

> but "make" failed, report is "No rule to make target `all'.  "

> Is there some optional command I missed?

> 



One way that could happen is if you skipped the step to initialize the libpwq git submodule.  The configure script is supposed to detect that you failed to do this, but it appears to not be doing so robustly (I just tried it and it did fail with "No rule to make target `all`" from the libpwq subdir). 


>From the INSTALL file right about the BUILD commands: 



Initialize git submodules:

We are using git submodules to incorporate a specific revision of the

upstream pthread_workqueue library into the build.

git submodule init

git submodule update


--dave


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160330/c443c2be/attachment.html>


More information about the swift-users mailing list