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

osx libclang.dylib missing #126

Open
extrawurst opened this issue Feb 26, 2017 · 4 comments
Open

osx libclang.dylib missing #126

extrawurst opened this issue Feb 26, 2017 · 4 comments

Comments

@extrawurst
Copy link

i have xcode and command line tools installed what else do i need to do to get dstep on osx running?

it always says:

dyld: Library not loaded: @rpath/libclang.dylib
  Referenced from: /Users/stephan/Downloads/./dstep
  Reason: image not found
@jacob-carlborg
Copy link
Owner

It should work if libclang.dylib is next to the dstep binary or in any of the default library search paths like /usr/local/lib.

@jacob-carlborg
Copy link
Owner

Hmm, seems it doesn't work if the library is next to the dstep executable. But it works if libclang.dylib is in the same directory as you're executing the binary. The default library search paths work as well.

@extrawurst
Copy link
Author

ah that does the trick. we may need to add this to the readme :)

@Robert-M-Muench
Copy link

You most likely need libLLVM.dylib too.

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

3 participants