From: J. G. H. <jo...@gm...> - 2008-05-12 13:43:54
|
On 12/05/2008, Jonathan Stickel <jjs...@vc...> wrote: > Jordi Gutiérrez Hermoso wrote: > > The most glaring problem I can see, at least against the cvs version > > of VTK, is that the parser is assuming (in Wrapping/vtkParse.l) that > > vtkIdType is an int, while it looks like in 64bit builds vtkIdType is > > actually typedeffed to a long long int. > > I would prefer that octaviz continues to work with the latest official > release of VTK. Alright, I guess that makes sense. I don't get a compile time error when building against the latest VTK release, but there still is a problem of Octaviz assuming that vtkIdType is an int on a 64bit system. I guess you can say that the cvs build of VTK at least pointed out what a likely problem could be. - Jordi G. H. |