-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initial Swift 4 #9
base: master
Are you sure you want to change the base?
Conversation
This project failed to build on Fedora 25. This error is generated during building: [754/876] Linking CXX shared library lib/libsourcekitdInProc.so I don't really understand exactly what the script is up to but it appears it may have deleted the object without actually copying it out of where it was built? |
@acheron2013, not sure what's happening either. I'm now facing same issue. |
You may need to install libblocksruntime-dev before doing the build. It appears the linker is failing because it cannot find this library. |
libblocksruntime-dev is not available by default on Fedora 26, FYI.
But! Good timing! I just got Swift 4 to compile cleanly on Fedora 26. A
change is necessary to libblocksruntime-dev. I am putting together the
changes and will be making multiple pull requests today.
Ron
…On 24 Oct 2017, at 8:26, Chris Timberlake wrote:
You may need to install libblocksruntime-dev before doing the build.
It appears the linker is failing because it cannot find this library.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#9 (comment)
|
Check out 43a07e5 or you can try getting the version from me (https://github.com/tachoknight/swift-rpm) until she merges; this version successfully builds the Swift 4 RPM on Fedora 26. |
Besides the swift 4 adaptations this uses a patch to replace the need to install a patched version of swift.