<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Yes, I found the bug report by a web search as well.</div>
<div>I tried boost_1_47_0 with same error</div>
<div>Since the build take quite some time, I would like to know if there is a known version of boost which works Paraview3.14</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<br>
<div>
<div>On Mar 23, 2012, at 1:29 PM, Aashish Chaudhary wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">There is already a bug report for this:&nbsp;
<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't work, Can you try earlier versions?&nbsp;</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-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
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&#43;&#43;/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&#43;&#43; standard. Examples include
 substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C&#43;&#43; includes, or &lt;iostream&gt; instead of the deprecated header &lt;iostream.h&gt;. To disable this warning use -Wno-deprecated.<br>
&nbsp;#warning This file includes at least one deprecated or antiquated header. \<br>
&nbsp;^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1304): warning #279: controlling expression is constant<br>
&nbsp; assert(&quot;pre: valid_range&quot; &amp;&amp; range[0]&lt;=range[1]);<br>
&nbsp; ^<br>
<br>
/oasis/scratch/amit/temp_project/ParaView-3.14.0-Source/VTK/Common/vtkMath.h(1334): warning #279: controlling expression is constant<br>
&nbsp; assert(&quot;post: valid_result&quot; &amp;&amp; result&gt;=0.0 &amp;&amp; result&lt;=1.0);<br>
&nbsp; ^<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>
&nbsp; &nbsp; return <a href="http://e.underlying_desc.Id/" target="_blank">e.underlying_desc.Id</a>;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<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>
&nbsp;-DCMAKE_BUILD_TYPE=Debug \<br>
&nbsp;-DBUILD_SHARED_LIBS=ON \<br>
&nbsp;-DBUILD_TESTING=OFF \<br>
&nbsp;-DPARAVIEW_DISABLE_VTK_TESTING=ON \<br>
&nbsp;-DPARAVIEW_TESTING_WITH_PYTHON=OFF \<br>
&nbsp;-DVTK_USE_BOOST=ON \<br>
&nbsp;-DPARAVIEW_BUILD_QT_GUI=OFF \<br>
&nbsp;-DPARAVIEW_ENABLE_PYTHON=ON \<br>
&nbsp;-DPARAVIEW_USE_MPI=ON \<br>
&nbsp;-DPARAVIEW_BUILD_PLUGIN=EyeDomeLighting \<br>
&nbsp;-DPARAVIEW_USE_VISITBRIDGE=OFF \<br>
&nbsp;-DVISIT_BUILD_READER_CGNS=OFF \<br>
&nbsp;-DVISIT_BUILD_READER_Silo=OFF \<br>
&nbsp;-DBUILD_DOCUMENTATION=ON \<br>
&nbsp;-DPARAVIEW_GENERATE_PROXY_DOCUMENTATION=ON \<br>
&nbsp;-DGENERATE_FILTERS_DOCUMENTATION=ON \<br>
&nbsp;-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&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <br>
| Kitware Inc.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
| <a href="http://www.kitware.com/">www.kitware.com</a>&nbsp; &nbsp; <br>
</div>
</blockquote>
</div>
<br>
</body>
</html>