Hi Burlen, > your link errors may be because the released binary is built with > VTK_USE_64BIT_IDS set OFF. While your local compile is built with it > set ON. Try setting it to OFF.
Thanks a lot! You pinpointed the source of my troubles. VTK_USE_64BIT_IDS needs to be explicitly set to OFF, indeed, in order to be able to compile 64bit versions of plugins that work with official 64bit releases of ParaView 3.6.1. The setting resolved the segfault on Linux 64bit and the "not a valid qt plugin" plugin load error on Mac. Sven _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview