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

Problem locating the source kit shared library on linux #513

Closed
mhovan opened this issue Apr 14, 2018 · 1 comment
Closed

Problem locating the source kit shared library on linux #513

mhovan opened this issue Apr 14, 2018 · 1 comment

Comments

@mhovan
Copy link

mhovan commented Apr 14, 2018

I was just attempting to try out the SwiftLint project (which uses SourceKitten) on Linux but was having trouble loading the libsourcekitdInProc.so. It turns out I had a typo in my LINUX_SOURCEKIT_LIB_PATH environment variable name. But... That typo uncovered
what might be a tiny issue in how library_wrapper.swift attempts to create a fall-back path to the shared lib directory. I'll put up a pull request with my proposed fix (only tested on a recent Ubuntu release).

Pull Request #514 submitted with proposed (tiny) fix.

@jpsim
Copy link
Owner

jpsim commented Apr 23, 2018

Fixed in #514.

@jpsim jpsim closed this as completed Apr 23, 2018
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