<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Dear Rivet developers<div class=""><br class=""></div><div class="">I have to come back to this issue now that I'm on my Mac again. I am unable to compile Rivet 2.6.0 on macOS 10.13.4 with the following error:</div><div class=""><br class=""></div><div class=""><font face="Menlo" color="#444444" size="1" class="">Traceback (most recent call last):<br class="">  File "mk-analysis-json", line 18, in <module><br class="">    import rivet<br class="">  File "/Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/__init__.py", line 12, in <module><br class="">    from rivet.core import *<br class="">ImportError: dlopen(/Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/core.so, 10): Library not loaded: /Users/stefvonb/programs/local/lib/libRivet.dylib<br class="">  Referenced from: /Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/core.so<br class="">  Reason: image not found<br class="">make[1]: *** [analyses.json] Error 1<br class="">make[1]: *** Waiting for unfinished jobs....<br class="">Using output file name 'analyses.html' and directory 'analyses'<br class="">Traceback (most recent call last):<br class="">  File "mk-analysis-html", line 25, in <module><br class="">    import rivet<br class="">  File "/Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/__init__.py", line 12, in <module><br class="">    from rivet.core import *<br class="">ImportError: dlopen(/Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/core.so, 10): Library not loaded: /Users/stefvonb/programs/local/lib/libRivet.dylib<br class="">  Referenced from: /Users/stefvonb/programs/Rivet-2.6.0/pyext/build/lib.macosx-10.13-intel-2.7/rivet/core.so<br class="">  Reason: image not found<br class="">make[1]: *** [analyses.html] Error 1<br class="">make: *** [all-recursive] Error 1</font></div><div class=""><br class=""></div><div class="">It seems to be trying to import Rivet in Python, but can't because the library /Users/stefvonb/programs/local/lib/libRivet.dylib is not loaded. But that library doesn't seem to exist yet. My configuration for the build is as follows:</div><div class=""><br class=""></div><div class=""><font face="Menlo" color="#444444" size="1" class="">./configure --prefix=/Users/stefvonb/programs/local --with-hepmc=/Users/stefvonb/programs/local --with-yoda=/Users/stefvonb/programs/local --with-fastjet=/Users/stefvonb/programs/local</font></div><div class=""><br class=""></div><div class="">Has anyone had any problems like this before?</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Stefan</div></body></html>