<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<br class=""><br class="">I cloned <a href="https://github.com/textmate/textmate" class="">https://github.com/textmate/textmate</a> to my Mac, then successfully built and ran it.<br class="">But when I copy the binary to another Mac, it cannot be launched because of missed dylibs.<br class="">I compared linked dependencies with public Beta version and detected the following difference:<br class=""><br class="">/Applications/TextMate.app/Contents/Frameworks/plist.dylib:<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>@rpath/plist.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>@rpath/cf.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>@rpath/io.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1258.1.0)<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.1.0)<br class=""><span class="Apple-tab-span" style="white-space:pre"> </span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1)<br class=""><br class="">vs<br class=""><br class="">/Users/vadim/build/TextMate/Applications/TextMate/TextMate.app/Contents/Frameworks/plist.dylib:<br class=""><span class="Apple-tab-span" style="white-space:pre">       </span>@rpath/plist.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>@rpath/cf.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>@rpath/io.dylib (compatibility version 1.0.0, current version 1.0.1)<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1348.15.0)<br class=""><span class="Apple-tab-span" style="white-space:pre">       </span>/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 307.4.0)<br class=""><b class=""><span class="Apple-tab-span" style="white-space:pre">     </span>/usr/local/lib/libcapnp--no-undefined.dylib (compatibility version 0.0.0, current version 0.0.0)<br class=""><span class="Apple-tab-span" style="white-space:pre">       </span>/usr/local/lib/libkj--no-undefined.dylib (compatibility version 0.0.0, current version 0.0.0)<br class=""></b><span class="Apple-tab-span" style="white-space:pre">        </span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1238.0.0)<br class=""><br class="">Apparently that another Mac does not have <b class="">capnp</b> and <b class="">kj</b> in <b class="">/usr/local/lib/</b>.<br class="">Maybe you can hint why these dylibs are linked and why the paths are absolute? 🙏<br class=""><br class="">Thanks in advance,<br class="">Vadim<div class=""><br class=""></div><div class=""><i class="">P. S. </i><i class="">This is my first request, and </i><i class="">I submitted it to the IRC channel because not sure where to look for help, sorry for duplication.</i></div></body></html>