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

2011-05-09 Thread Michael Jackson
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*

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

2011-05-09 Thread David Partyka
Are you targeting 10.5? This makes me think this is the reverse iterator issue. On Mon, May 9, 2011 at 3:19 PM, Michael Jackson wrote: > Has anybody seen this error using the downloaded PV 3.10.1 source code: > > [ 32%] Building CXX object > VTK/Charts/CMakeFiles/vtkCharts.dir/vtkAbstractContext

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

2011-05-09 Thread Marcus D. Hanwell
It looks like the reverse iterator issue, I wonder if it is a caching issue, as a compile test is done to determine if reverse_const_iterator is usable. If you configure on 10.6, and then change to 10.5 you might see this issue as the STL has changed and I don't think CMake knows to invalidate that

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

2011-05-09 Thread Michael Jackson
Yep, that was the issue. I would like to target 10.5 as I may have users on that system. I'll set a -D variable for the OSX_* for 10.5 the first time I Invoke cmake which should fix the problem for me. Thanks for the sanity check. ___ Mik