[Paraview] vtkAbstractContextItem.cxx Build Error 3.10.1 on OS X 10.6.7 Intel x86_64

Michael Jackson mike.jackson at bluequartz.net
Mon May 9 15:19:55 EDT 2011


Has anybody seen this error using the downloaded PV 3.10.1 source code:

[ 32%] Building CXX object VTK/Charts/CMakeFiles/vtkCharts.dir/vtkAbstractContextItem.cxx.o
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Charts/vtkAbstractContextItem.cxx: In member function ‘virtual vtkAbstractContextItem* vtkAbstractContextItem::GetPickedItem(const vtkContextMouseEvent&)’:
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Charts/vtkAbstractContextItem.cxx:148: error: no match for ‘operator!=’ in ‘it != std::vector<_Tp, _Alloc>::rend() [with _Tp = vtkAbstractContextItem*, _Alloc = std::allocator<vtkAbstractContextItem*>]()’
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note: candidates are: vtkstd_bool operator!=(const vtkWeakPointerBase&, const vtkWeakPointerBase&)
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note:                 vtkstd_bool operator!=(vtkObjectBase*, const vtkWeakPointerBase&)
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note:                 vtkstd_bool operator!=(const vtkWeakPointerBase&, vtkObjectBase*)
make[2]: *** [VTK/Charts/CMakeFiles/vtkCharts.dir/vtkAbstractContextItem.cxx.o] Error 1
make[1]: *** [VTK/Charts/CMakeFiles/vtkCharts.dir/all] Error 2
make: *** [all] Error 2
542:[mjackson at ferb2:Build]$ 

This is on OS X 10.6.7 with Xcode 3.2.6 on both Release and Debug builds. I also pulled the Git tag for 3.10.1 and got the same error. I am building some custom plugins but have not regressed through the code to figure out if that is the issue.

Thanks
___________________________________________________________
Mike Jackson                      www.bluequartz.net
Principal Software Engineer       mike.jackson at bluequartz.net 
BlueQuartz Software               Dayton, Ohio



More information about the ParaView mailing list