[Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Michael Jackson
I am updating my plugins to compile with ParaView 3.12 and I get an error that says that vtkSMProxy.h is not found any more. What is the replacement mechanism? And where is a good place to start reading about how to port my code. Thanks

Re: [Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Sebastien Jourdain
Hi Mike, Normally, few things need to be changed. Maybe due to the restructuration of the code, some of the CMake variables have changed as well as the library names. A quick look into the CMakeLists.txt of the plugins from paraview should fix most of it. XML wise, it's a different story, but

Re: [Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Michael Jackson
Thanks for the heads up. I needed to add some additional include paths to my plugins. -- Mike Jackson www.bluequartz.net On Oct 11, 2011, at 8:50 PM, Sebastien Jourdain wrote: Hi Mike, Normally, few things need to be changed. Maybe due to the restructuration of the code, some of the CMake