<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi David, </div><div><br></div><div>Thanks for your response. I'm building this module because I would like to use vtkBoostDevidedEdgeBundling which seems to rely on this module (i.e. If I do not compile the module I get a linker error). Or am I doing something wrong?</div><div><br></div><div>Is there any quick fix for this?</div><div><br></div><div>Thanks for your response,</div><div>Martijn<br><br>Verstuurd vanaf mijn iPhone</div><div><br>Op 14 jun. 2014 om 00:55 heeft David E DeMarle <<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>> het volgende geschreven:<br><br></div><blockquote type="cite"><div><div dir="ltr">I had that compiling with boost 1.48 on one of the dashboard machines a while back.<div><br></div><div>The module itself hasn't been maintained in a long while and thus I marked it as deprecated in master a few months back. If there is interest in it from the community and someone brings it up to date with current boost and supply tests for the module, I can undeprecate it before 6.2.</div>

<div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>


<br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 5:51 PM, Martijn Steenwijk <span dir="ltr"><<a href="mailto:martijnsteenwijk@gmail.com" target="_blank">martijnsteenwijk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Hi all,<div><br></div><div>I'm trying to compile VTK 6.1.0 on Windows (MSVC 2010) with Boost 1.55.0 and openmpi 1.6.2. I'm getting an error while compiling vtkInfovisParallel / vtkPBGLBreadtFirstSearch.cxx. as listed below. It seems that Boost misses some properties. Could this be related to the Boost version (if so, what could be used best?)</div>


<div><br></div><div>Any help would be appreciated. </div><div><br></div><div>Best,</div><div>Martijn</div><div><div><br></div><div><div>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2039: 'ref' : is not a member of 'boost::detail::error_property_not_found'</div>


<div>94>          D:\libs\boost_1_55_0\boost/pending/detail/property.hpp(16) : see declaration of 'boost::detail::error_property_not_found'</div><div>94>          ..\..\..\Infovis\Parallel\vtkPBGLBreadthFirstSearch.cxx(365) : see reference to function template instantiation 'void boost::detail::parallel_bfs_helper<vtkDirectedGraph*,DistributedColorMap,pbgl_bfs_distance_recorder<DistanceMap>,boost::detail::error_property_not_found,boost::vtkGraphIndexMap>(DistributedGraph &,boost::graph_traits<vtkGraph*>::vertex_descriptor,ColorMap,BFSVisitor,BufferRef,VertexIndexMap)' being compiled</div>


<div>94>          with</div><div>94>          [</div><div>94>              DistanceMap=DistributedDistanceMap,</div><div>94>              DistributedGraph=vtkDirectedGraph *,</div><div>94>              ColorMap=DistributedColorMap,</div>


<div>94>              BFSVisitor=pbgl_bfs_distance_recorder<DistributedDistanceMap>,</div><div>94>              BufferRef=boost::detail::error_property_not_found,</div><div>94>              VertexIndexMap=boost::vtkGraphIndexMap</div>


<div>94>          ]</div><div><span style="background-color:rgb(255,255,0)">94>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2780: 'void boost::breadth_first_search(const VertexListGraph &,graph_traits<G>::vertex_descriptor,const boost::bgl_named_params<T,Tag,Base> &)' : expects 3 arguments - 5 provided</span></div>


<div>94>          D:\libs\boost_1_55_0\boost/graph/breadth_first_search.hpp(334) : see declaration of 'boost::breadth_first_search'</div><div>94>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2780: 'void boost::breadth_first_search(const VertexListGraph &,SourceIterator,SourceIterator,Buffer &,BFSVisitor,ColorMap)' : expects 6 arguments - 5 provided</div>


<div>94>          D:\libs\boost_1_55_0\boost/graph/breadth_first_search.hpp(112) : see declaration of 'boost::breadth_first_search'</div><div>94>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2039: 'ref' : is not a member of 'boost::detail::error_property_not_found'</div>


<div>94>          D:\libs\boost_1_55_0\boost/pending/detail/property.hpp(16) : see declaration of 'boost::detail::error_property_not_found'</div><div>94>          ..\..\..\Infovis\Parallel\vtkPBGLBreadthFirstSearch.cxx(373) : see reference to function template instantiation 'void boost::detail::parallel_bfs_helper<vtkUndirectedGraph*,DistributedColorMap,pbgl_bfs_distance_recorder<DistanceMap>,boost::detail::error_property_not_found,boost::vtkGraphIndexMap>(DistributedGraph &,boost::graph_traits<vtkGraph*>::vertex_descriptor,ColorMap,BFSVisitor,BufferRef,VertexIndexMap)' being compiled</div>


<div>94>          with</div><div>94>          [</div><div>94>              DistanceMap=DistributedDistanceMap,</div><div>94>              DistributedGraph=vtkUndirectedGraph *,</div><div>94>              ColorMap=DistributedColorMap,</div>


<div>94>              BFSVisitor=pbgl_bfs_distance_recorder<DistributedDistanceMap>,</div><div>94>              BufferRef=boost::detail::error_property_not_found,</div><div>94>              VertexIndexMap=boost::vtkGraphIndexMap</div>


<div>94>          ]</div><div><span style="background-color:rgb(255,255,0)">94>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2780: 'void boost::breadth_first_search(const VertexListGraph &,graph_traits<G>::vertex_descriptor,const boost::bgl_named_params<T,Tag,Base> &)' : expects 3 arguments - 5 provided</span></div>


<div><span style="background-color:rgb(255,255,0)">94>          D:\libs\boost_1_55_0\boost/graph/breadth_first_search.hpp(334) : see declaration of 'boost::breadth_first_search'</span></div><div><span style="background-color:rgb(255,255,0)">94>D:\libs\boost_1_55_0\boost/graph/distributed/breadth_first_search.hpp(111): error C2780: 'void boost::breadth_first_search(const VertexListGraph &,SourceIterator,SourceIterator,Buffer &,BFSVisitor,ColorMap)' : expects 6 arguments - 5 provided</span></div>


<div>94>          D:\libs\boost_1_55_0\boost/graph/breadth_first_search.hpp(112) : see declaration of 'boost::breadth_first_search'</div><div>108>------ Build started: Project: ALL_BUILD, Configuration: Debug Win32 ------</div>


<div>108>  Build all projects</div><div>========== Build: 105 succeeded, 3 failed, 24 up-to-date, 0 skipped ==========</div></div><div><br></div></div></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>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">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" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>
</div></blockquote></body></html>