<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 7 oct. 2010 à 18:42, Patrick Boivin a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">No luck, I have put both GUIDOEngine.framework and libmusicxml2.framework in /Library/Frameworks/ and I am still getting this error when trying to load guido.pd_darwin:<br></blockquote><div><br></div><div>In this case, I need more information about your system: architecture, system version... any information useful to reproduce the problem.</div><div>--</div><div>dom</div><div><br></div><br><blockquote type="cite"><br>/Users/pboivin/Desktop/guido/guido.pd_darwin: dlopen(/Users/pboivin/Desktop/guido/guido.pd_darwin, 10): no suitable image found. &nbsp;Did find:<br>
        /Users/pboivin/Desktop/guido/guido.pd_darwin: unknown required load command 0x80000022<br> guido<br>... couldn't create<br><br><br>Patrick<br><br>On Thu, Oct 7, 2010 at 4:27 AM, Dominique Fober &lt;<a href="mailto:fober@grame.fr">fober@grame.fr</a>&gt; wrote:<br>
&gt; Hi Patrick,<br>&gt; You are supposed to put the&nbsp;GUIDOEngine.framework&nbsp;&nbsp;in any standard location<br>&gt; : &nbsp;<br>&gt; ~/Library/Frameworks<br>&gt; /Library/Frameworks<br>&gt; /System/Library/Frameworks<br>&gt; then the system should find it, whatever location is given by otool.<br>
&gt; However, when you want to change the location given by otool,<br>&gt; using&nbsp;install_name_tool, the syntax is:<br>&gt; install_name_tool -change old new&nbsp;<br>&gt; where old is the path given by otool -L&nbsp;<br>&gt; and new is a path to a&nbsp;Mach-O binary<br>
&gt; e.g.&nbsp;/Library/Frameworks/GUIDOEngine/Versions/B/GUIDOEngine<br>&gt; the framework should be installed at the new location when you<br>&gt; call&nbsp;install_name_tool.<br>&gt; Does it solves the problem ?<br>&gt; --<br>&gt; Dominique<br>
&gt;<br>&gt;<br>&gt; Le 6 oct. 2010 à 18:22, Patrick Boivin a écrit :<br>&gt;<br>&gt; Hi Dominique,<br>&gt;<br>&gt; I can't get your external to load on mac osx:<br>&gt;<br>&gt;<br>&gt; /Users/pboivin/Downloads/guido-pd-mac-1.00/guido.pd_darwin:<br>
&gt; dlopen(/Users/pboivin/Downloads/guido-pd-mac-1.00/guido.pd_darwin, 10): no<br>&gt; suitable image found.&nbsp; Did find:<br>&gt; &nbsp;&nbsp;&nbsp; /Users/pboivin/Downloads/guido-pd-mac-1.00/guido.pd_darwin: unknown<br>&gt; required load command 0x80000022<br>
&gt; &nbsp;guido<br>&gt; ... couldn't create<br>&gt;<br>&gt;<br>&gt; otool tells me that the path for GUIDOEngine.framework hardcoded in<br>&gt; guido.pd_darwin is wrong:<br>&gt;<br>&gt;<br>&gt; $ otool -L guido.pd_darwin<br>
&gt; guido.pd_darwin:<br>&gt; &nbsp;&nbsp;&nbsp; guido.pd_darwin (compatibility version 0.0.0, current version 0.0.0)<br>&gt; &nbsp;&nbsp;&nbsp; /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version<br>&gt; 7.9.0)<br>&gt; &nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version<br>
&gt; 125.2.0)<br>&gt; &nbsp;&nbsp;&nbsp;<br>&gt; /Users/fober/src/guido/svn/guidosf/branches/mapping/cmake/Release/GUIDOEngine.framework/Versions/B/GUIDOEngine<br>&gt; (compatibility version 0.0.0, current version 1.40.0)<br>&gt;<br>&gt;<br>
&gt; and when I try to change it, I get:<br>&gt;<br>&gt;<br>&gt; $ install_name_tool -change<br>&gt; /Users/fober/src/guido/svn/guidosf/branches/mapping/cmake/Release/GUIDOEngine.framework/Versions/B/GUIDOEngine<br>&gt; /Library/Frameworks/GUIDOEngine guido.pd_darwin<br>
&gt; install_name_tool: object: guido.pd_darwin malformed object (unknown load<br>&gt; command 5)<br>&gt;<br>&gt;<br>&gt; osx 10.5.8, intel<br>&gt; pd-extended 42.5<br>&gt;<br>&gt;<br>&gt; Patrick<br>&gt;<br><br>
</blockquote></div><br></body></html>