MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012988 | VTK | (No Category) | public | 2012-03-10 22:48 | 2016-08-12 09:55 |
Reporter | Steve Robbins | ||||
Assigned To | Dave DeMarle | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0012988: Infovis/vtkBoostBreadthFirstSearchTree.cxx depends on Boost internals, breaks with Boost 1.49 | ||||
Description | VTK depends on boost internals and fails to build with Boost 1.49: [ 86%] Building CXX object Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o /home/steve/Packages/boost-defaults/rebuilds/1.49/build/vtk/vtk-5.8.0/Infovis/vtkBoostBreadthFirstSearchTree.cxx: In function 'vtkIdType {anonymous}::unwrap_edge_id(const boost::detail::reverse_graph_edge_descriptor<vtkEdgeType>&)': /home/steve/Packages/boost-defaults/rebuilds/1.49/build/vtk/vtk-5.8.0/Infovis/vtkBoostBreadthFirstSearchTree.cxx:56:14: error: 'const class boost::detail::reverse_graph_edge_descriptor<vtkEdgeType>' has no member named 'underlying_desc' make[3]: *** [Infovis/CMakeFiles/vtkInfovis.dir/vtkBoostBreadthFirstSearchTree.cxx.o] Error 1 The code in question is: #if BOOST_VERSION >= 104800 // Boost 1.48.x namespace { vtkIdType unwrap_edge_id(vtkEdgeType const &e) { return e.Id; } vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e) { return e.underlying_desc.Id; } } #endif Note the usage of boost::detail, a non-public API. Can this be coded to use public APIs? | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-03-10 22:48 | Steve Robbins | New Issue | |||
2012-04-07 23:52 | Dave DeMarle | Note Added: 0028434 | |||
2012-04-08 12:18 | domibel | Note Added: 0028435 | |||
2013-06-05 09:25 | Jean-Christophe Fillion-Robin | Note Added: 0030886 | |||
2013-06-20 17:41 | domibel | Note Added: 0031016 | |||
2013-07-18 21:28 | Dave DeMarle | Assigned To | => Dave DeMarle | ||
2013-07-18 21:28 | Dave DeMarle | Status | backlog => expired | ||
2013-07-18 21:28 | Dave DeMarle | Resolution | open => fixed | ||
2013-07-18 21:28 | Dave DeMarle | Fixed in Version | => 5.10.1 | ||
2016-08-12 09:55 | Kitware Robot | Note Added: 0037270 | |||
2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
2016-08-12 09:55 | Kitware Robot | Fixed in Version | 5.10.1 => | ||
2016-08-12 09:55 | Kitware Robot | Resolution | fixed => moved |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|