There is already a bug report for this: <div><br></div><div><a href="http://www.vtk.org/Bug/bug_relationship_graph.php?bug_id=12988&amp;graph=dependency">http://www.vtk.org/Bug/bug_relationship_graph.php?bug_id=12988&amp;graph=dependency</a></div>
<div><br></div><div>I believe that boost_1_49_0 won&#39;t work, Can you try earlier versions? </div><div><br></div><div><br><br><div class="gmail_quote">On Fri, Mar 23, 2012 at 2:16 PM, Chourasia, Amit <span dir="ltr">&lt;<a href="mailto:amit@sdsc.edu">amit@sdsc.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have tried building Paraview3.14 with boost_1_49_0 and boost_1_47_0 versions.<br>
I get the following error, is there a fix or workaround besides disabling boost altogether.<br>
Please see ERROR below<br>
<br>
Since I am doing this build for general purpose use on one of the big cluster what are canonical<br>
plugins which should be built? I am using the options as listed at the end of the message<br>
<br>
Burlen mentioned sometime back that in the new version of Paraview the client and server will not require same plugins on both ends. Is this now possible?<br>
<br>
Please also point me to documentation on how to create a Paraview profile for end users to easily use it remotely with client-server interface<br>
<br>
Thanks<br>
--Amit<br>
<br>
ERROR<br>
*************************<br>
[ 49%] Building CXX object VTK/Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o<br>
/usr/include/c++/4.1.2/backward/backward_warning.h(32): warning #1224: #warning directive: This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C++ includes, or &lt;iostream&gt; instead of the deprecated header &lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.<br>

 #warning This file includes at least one deprecated or antiquated header. \<br>
  ^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1304): warning #279: controlling expression is constant<br>
   assert(&quot;pre: valid_range&quot; &amp;&amp; range[0]&lt;=range[1]);<br>
   ^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1334): warning #279: controlling expression is constant<br>
   assert(&quot;post: valid_result&quot; &amp;&amp; result&gt;=0.0 &amp;&amp; result&lt;=1.0);<br>
   ^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx(56): error: class &quot;boost::detail::reverse_graph_edge_descriptor&lt;vtkEdgeType&gt;&quot; has no member &quot;underlying_desc&quot;<br>

     return <a href="http://e.underlying_desc.Id" target="_blank">e.underlying_desc.Id</a>;<br>
              ^<br>
<br>
compilation aborted for /oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx (code 2)<br>
make[2]: *** [VTK/Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o] Error 2<br>
make[1]: *** [VTK/Infovis/CMakeFiles/vtkInfovis.dir/all] Error 2<br>
make: *** [all] Error 2<br>
<br>
<br>
BUILD OPTIONS<br>
********************************<br>
cmake \<br>
 -DCMAKE_BUILD_TYPE=Debug \<br>
 -DBUILD_SHARED_LIBS=ON \<br>
 -DBUILD_TESTING=OFF \<br>
 -DPARAVIEW_DISABLE_VTK_TESTING=ON \<br>
 -DPARAVIEW_TESTING_WITH_PYTHON=OFF \<br>
 -DVTK_USE_BOOST=ON \<br>
 -DPARAVIEW_BUILD_QT_GUI=OFF \<br>
 -DPARAVIEW_ENABLE_PYTHON=ON \<br>
 -DPARAVIEW_USE_MPI=ON \<br>
 -DPARAVIEW_BUILD_PLUGIN=EyeDomeLighting \<br>
 -DPARAVIEW_USE_VISITBRIDGE=OFF \<br>
 -DVISIT_BUILD_READER_CGNS=OFF \<br>
 -DVISIT_BUILD_READER_Silo=OFF \<br>
 -DBUILD_DOCUMENTATION=ON \<br>
 -DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=ON \<br>
 -DGENERATE_FILTERS_DOCUMENTATION=ON \<br>
 -DDOCUMENTATION_HTML_HELP=ON \<br>
-DCMAKE_C_COMPILER=icc \<br>
-DCMAKE_CXX_COMPILER=icpc \<br>
-DCMAKE_INSTALL_PREFIX=/oasis/scratch/amit/temp_project/paraview_build \<br>
-DVTK_OPENGL_HAS_OSMESA=ON \<br>
-DVTK_USE_X=OFF \<br>
-DOSMESA_INCLUDE_DIR=/oasis/scratch/amit/temp_project/mesa_build/include \<br>
-DOPENGL_INCLUDE_DIR=/oasis/scratch/amit/temp_project/mesa_build/include \<br>
-DOPENGL_gl_LIBRARY=&quot;&quot; \<br>
-DOPENGL_glu_LIBRARY=/oasis/scratch/amit/temp_project/mesa_build/lib/libGLU.so \<br>
-DOSMESA_LIBRARY=/oasis/scratch/amit/temp_project/mesa_build/lib/libOSMesa32.so \<br>
-DMPI_COMPILER=/opt/mvapich2/intel/ib/bin/mpicxx \<br>
-DMPI_LIBRARY=/opt/mvapich2/intel/ib/lib \<br>
-DBOOST_ROOT=/oasis/scratch/amit/temp_project/boost_1_49_0<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>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&amp;D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    <br>
</div>