<div dir="ltr">Hi Aaron, <div><br></div><div style>Glad, you are making some progress,</div><div style><br></div><div>It would probably help if you could share the associated code. What about using <a href="http://github.com">github.com</a> ? </div>

<div><br></div><div style>Hth</div><div style>Jc</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 10:28 AM, Aaron Knoll <span dir="ltr"><<a href="mailto:knolla@tacc.utexas.edu" target="_blank">knolla@tacc.utexas.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Thank you Jean-Christophe,</div>
<div><br>
</div>
<div>This helped, but now I get a linker error:</div>
<div><br>
</div>
<div>
<div>[wireless-128-62-222-46:~/work/PanFluExercise-knolla/build] knolla% make -j12</div>
<div>Linking CXX executable exercise.app/Contents/MacOS/exercise</div>
<div>ld: can't open file, errno=13 for architecture x86_64</div><div class="im">
<div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div>
</div></div>
<div><br>
</div>
<div>It's not more specific than that, but it's missing something. I still suspect an issue with QVTKWidgetPlugin.</div>
<div><br>
</div>
<div>Thanks if you have suggestions,</div>
<div><br>
</div>
<div>Aaron</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">


<span style="font-weight:bold">From: </span>Jean-Christophe Fillion-Robin <<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>><br>
<span style="font-weight:bold">Date: </span>Thu, 24 Jan 2013 19:07:59 -0500<br>
<span style="font-weight:bold">To: </span>knolla Knoll <<a href="mailto:knolla@tacc.utexas.edu" target="_blank">knolla@tacc.utexas.edu</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a>" <<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a>><br>


<span style="font-weight:bold">Subject: </span>Re: [vtk-developers] cannot link QVTKWidgetPlugin.dylib<br>
</div><div><div class="h5">
<div><br>
</div>
<div dir="ltr">Hi Aaron, 
<div><br>
</div>
<div>What about using directly the variable VTK_LIBRARIES.</div>
<div><br>
</div>
<div>Instead of:</div>
<div><br>
</div>
<div>
<div style="font-size:14.399999618530273px"><font face="courier new,monospace">find_package(VTK REQUIRED)</font></div>
<div style="font-size:14.399999618530273px"><font face="courier new,monospace">include(${VTK_USE_FILE})</font></div>
<div style="font-size:14.399999618530273px"><font face="courier new,monospace">set(LIBS ${LIBS} QVTKWidgetPlugin vtkRenderingFreeTypeOpenGL vtkRenderingVolumeOpenGL vtkInteractionStyle vtkChartsCore )</font></div>
<div style="font-family:Calibri,sans-serif;font-size:14.399999618530273px"><br>
</div>
<div style="font-family:Calibri,sans-serif;font-size:14.399999618530273px">try:</div>
<div style="font-family:Calibri,sans-serif;font-size:14.399999618530273px"><br>
</div>
<div style="font-size:14.399999618530273px">
<div><font face="courier new,monospace">find_package(VTK REQUIRED)</font></div>
<div><font face="courier new,monospace">include(${VTK_USE_FILE})</font></div>
<div><font face="courier new,monospace">list(APPEND LIBS ${VTK_LIBRARIES})</font></div>
<div><font face="courier new,monospace"><br>
</font></div>
<div>
<div style="font-family:Calibri,sans-serif">Hth</div>
<div style="font-family:Calibri,sans-serif">Jc</div>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Thu, Jan 24, 2013 at 2:51 PM, Aaron Knoll <span dir="ltr">
<<a href="mailto:knolla@tacc.utexas.edu" target="_blank">knolla@tacc.utexas.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>
<div>This is odd, and I suspect it has to do with some Cmake settings. </div>
<div><br>
</div>
<div>I'm compiling a project that depends on QVTKWidgetPlugin. In CMakeLists I have the following:</div>
<div><br>
</div>
<div>
<div>find_package(VTK REQUIRED)</div>
<div>include(${VTK_USE_FILE})</div>
<div>set(LIBS ${LIBS} QVTKWidgetPlugin vtkRenderingFreeTypeOpenGL vtkRenderingVolumeOpenGL vtkInteractionStyle vtkChartsCore )</div>
</div>
<div><br>
</div>
<div>ld: library not found for -lQVTKWidgetPlugin</div>
<div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div>
</div>
<div><br>
</div>
<div>The only difference I've noticed is in VTK/lib, all other libraries have version numbering, e.g.</div>
<div><br>
</div>
<div>
<div>libvtkzlib-6.0.1.dylib</div>
<div>libvtkzlib-6.0.dylib</div>
</div>
<div><br>
</div>
<div>And QVTKWidgetPlugin does not:</div>
<div><br>
</div>
<div>libQVTKWidgetPlugin.dylib</div>
<div><br>
</div>
<div>But even when I manually create symbolic links, linking fails with exactly the same error!</div>
<div><br>
</div>
<div>Any ideas? Thanks!</div>
<span><font color="#888888">
<div><br>
</div>
<div>-Aaron</div>
</font></span></div>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
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>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>
</div>
</div></div></span>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br>+1 919 869 8849<br>
</div>