I cloned this repository and run make install to install sourcekittendaemon. However, after that, the following error occured when I tried to run sourcekittendaemon.
$ sourcekittendaemon help
dyld: Library not loaded: /usr/local/lib/libCYaml.dylib
Referenced from: /usr/local/bin/sourcekittendaemon
Reason: image not found
[1] 96863 abort sourcekittendaemon help
This error seems like be similar with the problem which is reported in following issue.
When I used the makefile which is attached to this comment, no errors occurred.
Dynamic library references has been fixed already and merged. But it seems like to lacked processes for copying libraries. So, in my environment, there are no dynamic libraries (libCYaml and libCLibreSSL) at /usr/local/lib after install, and failed to run sourcekittendaemon.
I cloned this repository and run
make install
to install sourcekittendaemon. However, after that, the following error occured when I tried to run sourcekittendaemon.This error seems like be similar with the problem which is reported in following issue.
When I used the makefile which is attached to this comment, no errors occurred.
Dynamic library references has been fixed already and merged. But it seems like to lacked processes for copying libraries. So, in my environment, there are no dynamic libraries (libCYaml and libCLibreSSL) at
/usr/local/lib
after install, and failed to run sourcekittendaemon.I fixed this.