[Paraview-developers] Python build errors
Biddiscombe, John A.
biddisco at cscs.ch
Wed Mar 23 15:59:18 EDT 2011
Resending without image as it bounced before. Image showed diff between win and linux generated python wrapper for edgelistiterator where function next was clearly wrapped on windows and not wrapped on linux
From: Biddiscombe, John A.
Sent: 23 March 2011 14:34
Cc: paraview-developers at paraview.org
Subject: RE: Python build errors
I'm glad I'm not alone. I poked around and smell a rat (mix metaphors why not).
Here's a quick snapshot, of left = windows, right = linux
then look at vtkEdgeListIterator and hey presto, the Next function is //BTX //ETX
so on windows BTX is being ignored. At least on my machine.
that's as far as I have got in my investigation which is sandwiched between other more important jobs.
JB
-----Original Message-----
From: owen.arnold at stfc.ac.uk [mailto:owen.arnold at stfc.ac.uk]
Sent: 23 March 2011 13:14
To: Biddiscombe, John A.
Cc: paraview-developers at paraview.org
Subject: RE: Python build errors
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20110323/e4f13418/attachment.htm>
More information about the Paraview-developers
mailing list