<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="">Hi all,<div class=""><br class=""></div><div class="">I just downloaded the last development version (5.4.1+?) and tried to install it on my mac (El Capitan).</div><div class=""><ul class="MailOutline"><li class=""><b class="">make configure-macosx</b> and <b class="">make</b> went well, (I did not changed anything in the source files, that is great): At that stage, I could launch Therion or Xtherion locally, they work well. </li><li class="">However, I faced some problems with <b class="">sudo make install:</b> I had an error because of writing permissions in usr/bin/. I am not a Macos guru, but if I good understood, from El Capitan, we do not have access to usr/bin/ even with a root login. I thus changed the <i class="">makeinstall.tcl</i> to copy the exec files to <i class="">/usr/local/bin</i> (Homebrew folder) for the macosx version (L30 to L33). I made some basics tests, and it seems working well. I opened a pull request for that in case it is relevant for all mac users.</li><li class="">For the loch install, I had the same problem, even with a « sudo make install » I have permissions errors to write in the folder /Applications/. I needed to 1) I need to edit the loch.app/Contents/ by creating a new MacOs Folder 2) copy the loch file to loch.app/Contents/MacOs/ and to copy manually the loch.app to /Applications/. I do not know if there is a way to automate that. I have not changed anything in the makeinstall.tcl for that.</li></ul></div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Xavier</div></body></html>