Are you targeting 10.5? This makes me think this is the reverse iterator issue.<br><br><div class="gmail_quote">On Mon, May 9, 2011 at 3:19 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Has anybody seen this error using the downloaded PV 3.10.1 source code:<br>
<br>
[ 32%] Building CXX object VTK/Charts/CMakeFiles/vtkCharts.dir/vtkAbstractContextItem.cxx.o<br>
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Charts/vtkAbstractContextItem.cxx: In member function ‘virtual vtkAbstractContextItem* vtkAbstractContextItem::GetPickedItem(const vtkContextMouseEvent&amp;)’:<br>
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Charts/vtkAbstractContextItem.cxx:148: error: no match for ‘operator!=’ in ‘it != std::vector&lt;_Tp, _Alloc&gt;::rend() [with _Tp = vtkAbstractContextItem*, _Alloc = std::allocator&lt;vtkAbstractContextItem*&gt;]()’<br>


/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note: candidates are: vtkstd_bool operator!=(const vtkWeakPointerBase&amp;, const vtkWeakPointerBase&amp;)<br>
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note:                 vtkstd_bool operator!=(vtkObjectBase*, const vtkWeakPointerBase&amp;)<br>
/Users/Shared/OpenSource/ParaView-3.10.1/VTK/Common/vtkWeakPointerBase.h:101: note:                 vtkstd_bool operator!=(const vtkWeakPointerBase&amp;, vtkObjectBase*)<br>
make[2]: *** [VTK/Charts/CMakeFiles/vtkCharts.dir/vtkAbstractContextItem.cxx.o] Error 1<br>
make[1]: *** [VTK/Charts/CMakeFiles/vtkCharts.dir/all] Error 2<br>
make: *** [all] Error 2<br>
542:[mjackson@ferb2:Build]$<br>
<br>
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.<br>


<br>
Thanks<br>
___________________________________________________________<br>
Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software               Dayton, Ohio<br>
<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>