dstep icon indicating copy to clipboard operation
dstep copied to clipboard

osx libclang.dylib missing

Open extrawurst opened this issue 8 years ago • 4 comments
trafficstars

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

extrawurst avatar Feb 26 '17 15:02 extrawurst

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 avatar Feb 26 '17 15:02 jacob-carlborg

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.

jacob-carlborg avatar Feb 26 '17 15:02 jacob-carlborg

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

extrawurst avatar Feb 26 '17 15:02 extrawurst

You most likely need libLLVM.dylib too.

Robert-M-Muench avatar Mar 06 '18 22:03 Robert-M-Muench