<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">FWIW I found the issue …<div><br></div><div>When I built VTK with the R version, the VTK-6.1.0-build directory which was used previously without R should have blown away because it got corrupted. As such, the new version got installed into /usr/local/ which and had screwed up compatibility versions. I eventually did blow it away and build it correctly but the libs in /usr/local/ were taking precedence thus a mixed lib versions.</div><div><br></div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Cheers,</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Allen</p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Allen Sanderson</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">SCI Institute</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">University of Utah</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; "><a href="http://www.sci.utah.edu">www.sci.utah.edu</a></font></p><br class="Apple-interchange-newline"></span></span><br class="Apple-interchange-newline"></span>
</div>
<br><div><div>On Aug 4, 2014, at 4:12 PM, Allen Sanderson <<a href="mailto:allen@sci.utah.edu">allen@sci.utah.edu</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I have built VTK with support with R. That build went fine. Now I am linking against it with my app (VisIt) under OS X. However, I start VisIt but then it hangs because of a library version issue. The VisIt viewer wants 6.1.0 of the vtkpng library but thinks it is getting 1.0.0.</div><div><br></div><div>However, otool says vtkpng is 6.1.0. I am not sure why there is an issue but it is odd?? Could it be that internal to the library there is some other setting that is causing the issue? </div><div><br></div><div><br></div><div> 132% bin/visit</div><div><br></div><div>dyld: Library not loaded: /Projects/VisIt/trunk/visit/vtk-r/6.1.0/i386-apple-darwin12_gcc-4.2/lib/libvtkpng-6.1.1.dylib</div><div><br></div><div>  Referenced from: /Projects/VisIt/trunk/src/exe/viewer.app/Contents/MacOS/viewer</div><div><br></div><div>  Reason: Incompatible library version: viewer requires version 6.1.0 or later, but libvtkpng-6.1.1.dylib provides version 1.0.0</div><div><br></div><div><br></div><div>133% otool -L /Projects/VisIt/trunk/visit/vtk-r/6.1.0/i386-apple-darwin12_gcc-4.2/lib/libvtkpng-6.1.1.dylib</div><div><br></div><div>/Projects/VisIt/trunk/visit/vtk-r/6.1.0/i386-apple-darwin12_gcc-4.2/lib/libvtkpng-6.1.1.dylib:</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">    </span>/Projects/VisIt/trunk/visit/vtk-r/6.1.0/i386-apple-darwin12_gcc-4.2/lib/libvtkpng-6.1.1.dylib (compatibility version 6.1.0, current version 6.1.0)</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">       </span>/Projects/VisIt/trunk/visit/vtk-r/6.1.0/i386-apple-darwin12_gcc-4.2/lib/libvtkzlib-6.1.1.dylib (compatibility version 6.1.0, current version 6.1.0)</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">      </span>/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)</div><div><br></div><div><br></div><div>I should note that I have built and used VTK without R support and did not have any issues. But at a loss on this issue. Any pointers would be helpful.</div><div><br></div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; font-size: 12px; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><div style="margin: 0px; ">Cheers,</div><div style="margin: 0px; "><br></div><div style="margin: 0px; ">Allen</div><div style="margin: 0px; "><br></div><div style="margin: 0px; "><br></div><div style="margin: 0px; "><font face="Helvetica" size="3">Allen Sanderson</font></div><div style="margin: 0px; "><font face="Helvetica" size="3">SCI Institute</font></div><div style="margin: 0px; "><font face="Helvetica" size="3">University of Utah</font></div><div style="margin: 0px; "><font face="Helvetica" size="3"><a href="http://www.sci.utah.edu/">www.sci.utah.edu</a></font></div></span></span></span></div></div>_______________________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/vtkusers">http://public.kitware.com/mailman/listinfo/vtkusers</a><br></blockquote></div><br></body></html>