Hey John, Can you tell us what compiler/os this is happening on and possibly attach some of the output? Also, is this with the git master or the release branch?<br><br><div class="gmail_quote">On Tue, Mar 22, 2011 at 4:22 AM, Biddiscombe, John A. <span dir="ltr">&lt;<a href="mailto:biddisco@cscs.ch">biddisco@cscs.ch</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I had some cmake related issues with my build, so I wiped everything and started from clean.<br>
<br>
I had many errors when I turned on python (which I have had to disable).<br>
For example.<br>
<br>
vtkEdgeListIteratorPython.cxx<br>
includes on line 14<br>
#include &quot;vtkEdgeListIterator.h&quot;<br>
which on line 44 defines<br>
struct vtkEdgeType;<br>
<br>
and vtkEdgeListIteratorPython.cxx on uses this line 220<br>
  vtkEdgeType tempr;<br>
<br>
but this struct is not defined, so the compiler chokes.<br>
<br>
I get literally hundreds of errors like this in many files and decided that turning off python was my easiest option.<br>
<br>
I have no idea why no dashboards have problems, and no doubt something is wrong with my setup. I did a git fetch and merge this morning from pv and VTK.<br>
<br>
Apologies if this is my own problem and nothing to do with PV, but I mention it just in case.<br>
<br>
JB<br>
<br>
<br>
--<br>
John Biddiscombe,                            email:biddisco @ <a href="http://cscs.ch" target="_blank">cscs.ch</a><br>
<a href="http://www.cscs.ch/" target="_blank">http://www.cscs.ch/</a><br>
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07<br>
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82<br>
<br>
<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br>