On Thu, May 29, 2014 at 03:59:43AM +0100, Wookey wrote: > (Also Olly posted about the similar transition from wx2.8 to wx3.0 a > while back, and how it produced a couple of bugs. Any chance someone > can look at that too?) > https://release.debian.org/transitions/html/wxwidgets3.0
I tested 5.3.15 with wx3.0 yesterday and it still doesn't work. > vtk6 build failure: > c++ -c -Wall -D_GNU_SOURCE -DLOCH -DLXLINUX > -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 > -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ > -pthread -I/usr/include/freetype2 -I/usr/include/vtk-6.1 -o > .././loch/lxData.o lxData.cxx > lxData.cxx: In member function 'void lxData::Rebuild()': > lxData.cxx:538:28: error: 'class vtkPolyDataNormals' has no member named > 'SetInput' > this->scrapWallsNormals->SetInput(this->scrapWalls); > ^ I looked very briefly at this yesterday too - it looks like SetInput() needs to be replaced by either SetInputConnection() or SetInputData(), depending on context: http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput Seems that should also work with VTK5. Cheers, Olly
