Pat,<br><br>Spot on - during compilation, end up with errors like<br>/home/satheesh/libs/ParaView3/Servers/Filters/vtkSiloReader.cxx: In member function ‘vtkDataSet* vtkSiloReader::CreateRectilinearMesh(DBquadmesh*)’:<br><br>
Digging around on the error, found that others also had similar  problem.<br><br>Am I correct in thinking, SILO is not really supported anymore and have to go down the VisItBridge route?<br><br>Cheers,<br>Rakesh<br><div class="gmail_quote">
2010/1/27 pat marion <span dir="ltr">&lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is the version of silo that is known to work for the silo reader<br>
enabled by PARAVIEW_USE_SILO:<br>
<br>
<a href="https://wci.llnl.gov/codes/visit/3rd_party/silo060605.sh" target="_blank">https://wci.llnl.gov/codes/visit/3rd_party/silo060605.sh</a><br>
<br>
You may find that the file vtkSiloReader.cxx does not compile when<br>
using the version of silo you have installed.  Goodluck!<br>
<font color="#888888"><br>
Pat<br>
</font><div><div></div><div class="h5"><br>
On Wed, Jan 27, 2010 at 5:32 PM, Dave Partyka &lt;<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>&gt; wrote:<br>
&gt; You need to point CMake to the actual lib file (.so) not the directory it is<br>
&gt; in.<br>
&gt;<br>
&gt; On Wed, Jan 27, 2010 at 5:29 PM, Rakesh Hammond<br>
&gt; &lt;<a href="mailto:rakesh.hammond@googlemail.com">rakesh.hammond@googlemail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi<br>
&gt;&gt;<br>
&gt;&gt; I am trying to install PV3.6.2 with the SILO option turned on.  When I try<br>
&gt;&gt; the Configure in Cmake, it asks me to include the include and header<br>
&gt;&gt; directories for Silo.<br>
&gt;&gt;<br>
&gt;&gt; I have configured and installed Silo 4.7.2 and 4.6.2 on my local machine.<br>
&gt;&gt; When I point to the relevant header and lib in CMake and press g to<br>
&gt;&gt; generate, I get CMake warnings like the following<br>
&gt;&gt;<br>
&gt;&gt;  WARNING: Target &quot;vtkPVFilters&quot; requests linking to directory<br>
&gt;&gt;  &quot;/home/rakesh/libs/silo-4.7.2/install/lib&quot;.  Targets may link only to<br>
&gt;&gt;  libraries.  CMake is dropping the item.<br>
&gt;&gt; ....<br>
&gt;&gt;<br>
&gt;&gt; WARNING: Target &quot;paraview-real&quot; requests linking to directory<br>
&gt;&gt;  &quot;/home/rakesh/libs/silo-4.6.2/install/lib&quot;.  Targets may link only to<br>
&gt;&gt;  libraries.  CMake is dropping the item.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I installed silo by simply typing ./confugure --prefix=install_dir, make<br>
&gt;&gt; and make install.<br>
&gt;&gt;<br>
&gt;&gt; I am on a 32 bit Ubuntu 9.10 with gcc-4.3.4 and CMake-2.8.0.<br>
&gt;&gt;<br>
&gt;&gt; Can some one tell me why I am getting these warnings, i have feeling it<br>
&gt;&gt; will fall over when I try and build PV with the above warnings<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Rakesh<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<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<br>
&gt; <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 ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>