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@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.jack...@bluequartz.net 
BlueQuartz Software               Dayton, Ohio

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to