[Paraview-developers] Python build errors

owen.arnold at stfc.ac.uk owen.arnold at stfc.ac.uk
Wed Mar 23 08:13:54 EDT 2011


I've recently had similar problems to this. Only affects my 64bit windows7 environment. Works fine on my Linux box. I'm using VS 2010 and the source code distribution for 3.10.0

-----Original Message-----
From: paraview-developers-bounces at paraview.org [mailto:paraview-developers-bounces at paraview.org] On Behalf Of Biddiscombe, John A.
Sent: 22 March 2011 08:23
To: paraview-developers at paraview.org
Subject: [Paraview-developers] Python build errors

I had some cmake related issues with my build, so I wiped everything and started from clean.

I had many errors when I turned on python (which I have had to disable).
For example.

vtkEdgeListIteratorPython.cxx
includes on line 14
#include "vtkEdgeListIterator.h" 
which on line 44 defines
struct vtkEdgeType;

and vtkEdgeListIteratorPython.cxx on uses this line 220
  vtkEdgeType tempr;

but this struct is not defined, so the compiler chokes.

I get literally hundreds of errors like this in many files and decided that turning off python was my easiest option.

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.

Apologies if this is my own problem and nothing to do with PV, but I mention it just in case.

JB


-- 
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82


_______________________________________________
Paraview-developers mailing list
Paraview-developers at paraview.org
http://public.kitware.com/mailman/listinfo/paraview-developers
-- 
Scanned by iCritical.


More information about the Paraview-developers mailing list