[Paraview-developers] Python build errors
Biddiscombe, John A.
biddisco at cscs.ch
Tue Mar 22 10:52:39 EDT 2011
visual studio 2009 64 bit target. windows 7.
Strange things are afoot at the circle K.
When I look at the same files on the linux box, they are completey different.
instead of
vtkEdgeType tempr;
we have
vtkGraphEdge *tempr;
Anyway. I'm still sure I've done something wrong.
JB
From: David Partyka [mailto:david.partyka at kitware.com]
Sent: 22 March 2011 15:04
To: Biddiscombe, John A.
Cc: paraview-developers at paraview.org
Subject: Re: [Paraview-developers] Python build errors
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?
On Tue, Mar 22, 2011 at 4:22 AM, Biddiscombe, John A. <biddisco at cscs.ch<mailto:biddisco at cscs.ch>> wrote:
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://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<mailto:Paraview-developers at paraview.org>
http://public.kitware.com/mailman/listinfo/paraview-developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20110322/769e0d99/attachment.htm>
More information about the Paraview-developers
mailing list