Hi James<br>
<br>
Well here is what I've done. The final change to @executable_path
didn't happen. I've enclosed my Terminal output so perhaps I've made a
mistake or didn't have enough luck. Hope you can set me straight.<br>
<br>
libquicktime.0.0.0.dylib from PiDiP is 1.2 Meg from Mar 18 2004 with 2 aliases libquicktime.0.dylib and libquicktime,dylib<br>
libquicktime.0.dylib is from Pd-0.38.4-extended-RC8.app is 376K from Feb 12 2006<br>
<br>
Here's list of what I tried:<br>
<br>
Using terminal I moved libquicktime.0.0.0.dylib from PiDiP to Pd-0.38.4-extended-RC8.app then:<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% ls<br>
libbz2.1.0.2.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libpng.3.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbis.0.dylib<br>
libgsl.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libquicktime.0.0.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbisenc.2.dylib<br>
libgslcblas.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libquicktime.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbisfile.3.dylib<br>
libmp3lame.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libsndfile.0.dylib<br>
libogg.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libspeex.1.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% otool -L libquicktime.0.dylib<br>
libquicktime.0.dylib:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
@executable_path/../../lib/libquicktime.0.dylib (compatibility version
1.0.0, current version 1.0.0)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.1)<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% otool -L libquicktime.0.0.0.dylib<br>
libquicktime.0.0.0.dylib:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /sw/lib/libquicktime.0.dylib (compatibility version 1.0.0, current version 1.0.0)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.0.0)<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% rm libquicktime.0.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% ls<br>
libbz2.1.0.2.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libogg.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libspeex.1.dylib<br>
libgsl.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libpng.3.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbis.0.dylib<br>
libgslcblas.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libquicktime.0.0.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbisenc.2.dylib<br>
libmp3lame.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libsndfile.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbisfile.3.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% mv libquicktime.0.0.0.dylib libquicktime.0.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% ls<br>
libbz2.1.0.2.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libmp3lame.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libquicktime.0.dylib&nbsp;&nbsp;&nbsp; libvorbis.0.dylib<br>
libgsl.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libogg.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libsndfile.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libvorbisenc.2.dylib<br>
libgslcblas.0.dylib&nbsp;&nbsp;&nbsp;&nbsp;
libpng.3.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libspeex.1.dylib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
libvorbisfile.3.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% otool -L libquicktime.0.dylib<br>
libquicktime.0.dylib:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /sw/lib/libquicktime.0.dylib (compatibility version 1.0.0, current version 1.0.0)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.0.0)<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib]
davidlei% install_name_tool -change /sw/lib/libquicktime.0.dylib
@executable_path/../../lib/libquicktime.0.dylib libquicktime.0.dylib<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% otool -L libquicktime.0.dylib<br>
libquicktime.0.dylib:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /sw/lib/libquicktime.0.dylib (compatibility version 1.0.0, current version 1.0.0)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.0.0)<br>
[David-Leiths-Computer:Pd-0.38.4-extended-RC8.app/Contents/lib] davidlei% <br>
<br>
Also if it matters<br>
[David-Leiths-Computer:/usr/lib] davidlei% otool -L libSystem.B.dylib<br>
libSystem.B.dylib:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.1.4)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/usr/lib/system/libmathCommon.A.dylib (compatibility version 1.0.0,
current version 47.1.0)<br>
<br>
---------------------------------------------------------------------------------------------------------<br>
<br><br><div><span class="gmail_quote">On 4/21/06, <b class="gmail_sendername">james tittle</b> &lt;<a href="mailto:tigital@mac.com">tigital@mac.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Apr 21, 2006, at 12:08 PM, Dave Leith wrote:<br><br>&gt; As for sorenson codec it still remains unrecognized along with the<br>&gt; rest.<br>&gt;<br>&gt; On the Mac using the installer there is no /sw folder created<br>
&gt; (show invisible files). Using the installer from <a href="http://puredata.org">puredata.org</a> to<br>&gt; install you just drag the Pd-0.38.4-extended-RC8 package to<br>&gt; anywhere on your harddrive, (me to a PureData folder in
<br>&gt; Applications). Fink - which is not installed on my system would<br>&gt; create a sw folder but it's not part of the OSX PD default<br>&gt; installer or installation requirements.<br><br>.../sw is fink specific, and really isn't germaine here, as the whole
<br>point of the extended builds is to include everything in a portable<br>manner...unfortunately, we're dealing with a libquicktime versioning<br>problem...<br><br>&gt; The path using &quot;Show Package Contents&quot; is 
Pd-0.38.4-extended-RC8/<br>&gt; Contents/lib/libquicktime.0.dylib.<br>&gt; This is where other files libbz2.1.0.2.dylib, libmp3lame.0.dylib,<br>&gt; libspeex.1.dylib, etc. reside.<br>&gt;<br>&gt; Do I need to do something to else to get the library to be
<br>&gt; recognized?....Odd that pdp_qt is not using the installed library<br>&gt; (as I mentioned earlier nothing changes if the libquicktime.0.dylib<br>&gt; is removed)<br><br>...ok, here's one more thing to try:&nbsp;&nbsp;I believe you mentioned that
<br>you had downloaded the pidip libs from yves' site, so we should be<br>able change that libquicktime.dylib to something you can use...if you<br>have the developer tools installed, you can do the following from the<br>directory that contains your 
Pd-0.38-4-extended-RC8.app:<br><br>cd Pd-0.38-4-extended-RC8.app/Contents/lib/<br>otool -L libquicktime.0.dylib<br><br>...at this point you should see a list of libraries that the dylib is<br>linked against...if you see anything beginning with &quot;/sw&quot;, then we
<br>need to tell it to look elsewhere, like the following:<br><br>install_name_tool -change /sw/lib/libquicktime.0.dylib<br>@executable_path/../../lib/libquicktime.0.dylib libquicktime.0.dylib<br><br>...you can then rerun &quot;otool -L 
libquicktime.0.dylib&quot; to confirm that<br>it's changed...if this works, then try running pd again, and see if<br>that helps:&nbsp;&nbsp;this may not work because we don't know if the version<br>of gcc that these individual files were compiled and linked with is
<br>the same...<br><br>good luck,<br>james<br><br></blockquote></div><br>