No problem. I just ask questions when there&#39;s not enough information... and when I get lucky: things fix themselves. :-)<div><br><br><div class="gmail_quote">On Tue, Jun 12, 2012 at 1:43 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Funny, I just got to looking at this again. I ended up just blowing away the build directory and recompiling and now it all works as it should. To answer your questions though:<br>

<br>
  The output stated that libPipelineBuilder.dylib was being fixed up.<br>
  I was running a script that moved some stuff around in the final installation location which should NOT have been recopying in the built library but things can happen.<br>
<br>
 Sorry for the noise.<br>
--<br>
Mike Jackson &lt;<a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a>&gt;<br>
<div class="HOEnZb"><div class="h5"><br>
On Jun 12, 2012, at 1:40 PM, David Cole wrote:<br>
<br>
&gt; Are there any errors or warnings reported in the full output stream?<br>
&gt;<br>
&gt; Is there output indicating that &quot;libPipelineBuilderLib.dylib&quot; is being fixed up at some point?<br>
&gt;<br>
&gt; Is it possible that something is overwriting/re-copying libPipelineBuilderLib.dylib after it&#39;s been fixed up?<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jun 11, 2012 at 4:42 PM, Michael Jackson &lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; I have an App that gets built and installed (DREAM3D.ap) that depends on a shared library (libPipelineBuilder.dylib) that also gets built during the whole compile process. I run &quot;make install&quot; (from command line - Makefiles are generated) and after BundleUtilities is called and I check the libPipelineBuilder.dylib file with &quot;otool -L&quot; the paths are not updated correctly. I switched on the verbose output for BundleUtilities and I think this is the relevent section:<br>

&gt;<br>
&gt; -- 5/14: copying &#39;/Users/mjackson/Workspace/DREAM3D/zRel/Bin/libPipelineBuilderLib.dylib&#39;<br>
&gt; -- key=&#39;libPipelineBuilderLib_dylib&#39;<br>
&gt; -- item=&#39;/Users/mjackson/Workspace/DREAM3D/zRel/Bin/libPipelineBuilderLib.dylib&#39;<br>
&gt; -- resolved_item=&#39;/Users/mjackson/Workspace/DREAM3D/zRel/Bin/libPipelineBuilderLib.dylib&#39;<br>
&gt; -- default_embedded_path=&#39;@executable_path/../lib&#39;<br>
&gt; -- embedded_item=&#39;@executable_path/../lib/libPipelineBuilderLib.dylib&#39;<br>
&gt; -- resolved_embedded_item=&#39;/Users/Shared/Toolkits/DREAM3D.v3/DREAM3D.app/Contents/lib/libPipelineBuilderLib.dylib&#39;<br>
&gt; -- copyflag=&#39;1&#39;<br>
&gt;<br>
&gt;<br>
&gt; That all looks correct. But otool -L gives this output:<br>
&gt; 532:[mjackson@Ferb:zRel]$ otool -L /Users/Shared/Toolkits/DREAM3D.v3/DREAM3D.app/Contents/lib/libPipelineBuilderLib.dylib<br>
&gt; /Users/Shared/Toolkits/DREAM3D.v3/DREAM3D.app/Contents/lib/libPipelineBuilderLib.dylib:<br>
&gt;  libPipelineBuilderLib.dylib (compatibility version 0.0.0, current version 0.0.0)<br>
&gt;  /Users/Shared/Toolkits/Qt-4.7.4-Cocoa/lib/QtCore.framework/Versions/4/QtCore (compatibility version 4.7.0, current version 4.7.4)<br>
&gt;  /Users/Shared/Toolkits/Qt-4.7.4-Cocoa/lib/QtGui.framework/Versions/4/QtGui (compatibility version 4.7.0, current version 4.7.4)<br>
&gt;  /Users/Shared/Toolkits/hdf5-187/lib/libhdf5.1.8.7.dylib (compatibility version 1.8.7, current version 1.8.7)<br>
&gt;  /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)<br>
&gt;  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)<br>
&gt;<br>
&gt; 533:[mjackson@Ferb:zRel]$ otool -L /Users/Shared/Toolkits/DREAM3D.v3/DREAM3D.app/Contents/MacOS/DREAM3D<br>
&gt; /Users/Shared/Toolkits/DREAM3D.v3/DREAM3D.app/Contents/MacOS/DREAM3D:<br>
&gt;        @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.7.0, current version 4.7.4)<br>
&gt;        @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.7.0, current version 4.7.4)<br>
&gt;        @executable_path/../lib/libPipelineBuilderLib.dylib (compatibility version 0.0.0, current version 0.0.0)<br>
&gt;        @executable_path/../lib/libhdf5.1.8.7.dylib (compatibility version 1.8.7, current version 1.8.7)<br>
&gt;        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)<br>
&gt;        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)<br>
&gt;<br>
&gt;<br>
&gt; Has anyone seen a failure like this before? Seems odd.<br>
&gt; ___________________________________________________________<br>
&gt; Mike Jackson                    Principal Software Engineer<br>
&gt; BlueQuartz Software                            Dayton, Ohio<br>
&gt; <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>              <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>