crossroadlabs / Express

Swift Express is a simple, yet unopinionated web application server written in Swift
GNU General Public License v3.0
848 stars 47 forks source link

build dispatch failed issue for missing pthread_workqueue.h and its solution on Linux #26

Closed learningpro closed 8 years ago

learningpro commented 8 years ago

On Ubuntu15.10, we also need another command to make a success on build dispatch sudo apt-get install libpthread-workqueue-dev

and then ,build dispatch will succeed

Thanks

dileping commented 8 years ago

@learningpro Thanks for putting it here. Looks like Apple has got rid of internal libpwq dependency and moved to a shared library (good thing, btw, as we are using it as well in ExecutionContext).

Would you consider changing the docs, please? Help is highly appreciated as we are currently focused on new 0.4 release and don't want to loose concentration.

learningpro commented 8 years ago

@dileping OK, I will try to make a PR, thanks for your hard working on 0.4 release and I cannot wait to see it ^_^

dileping commented 8 years ago

@learningpro Thanks a lot for kind words. We are pushing very hard toward the release. Your help is very appreciated. I answered you on the PR thread as well.

learningpro commented 8 years ago

I'm happy to make some contribution