Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift-im build failure due to deprecated Boost.Signal #110

Closed
jubalh opened this issue Apr 1, 2019 · 2 comments
Closed

swift-im build failure due to deprecated Boost.Signal #110

jubalh opened this issue Apr 1, 2019 · 2 comments

Comments

@jubalh
Copy link
Contributor

jubalh commented Apr 1, 2019

Currently swift 4.0 does not build for us at openSUSE anymore because libboost-signal was removed.
I think boost moved from signal to signal2 quite some time ago: Signals: No longer actively maintained, so it is deprecated. Use Signals2 for new development.

@vitalyster
Copy link
Contributor

vitalyster commented Apr 1, 2019

swift 4 does not need libboost-signal, you can safely remove that dependency from build scripts (signals2 is header-only library)

@jubalh
Copy link
Contributor Author

jubalh commented Apr 1, 2019

Right I realized it shortly after opening this issue. Sorry guys :)

@jubalh jubalh closed this as completed Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants