From: Thomas W. <tho...@gm...> - 2008-05-30 11:44:00
|
Am Montag, den 12.05.2008, 08:43 -0500 schrieb Jordi Gutiérrez Hermoso: > 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 looked into this and I think vtkIdType being int is actually correct, unless you set VTK_USE_64BIT_IDS (which seems to be unset by default). Thomas |