[Paraview] Reader Plugin for the CVS Version?

Clinton Stimpson clinton at elemtech.com
Fri Apr 25 10:21:36 EDT 2008


Alexander Wille wrote:
> Hello Paul,
>
> I've done what you proposed and now I get an error message saying:
>
> "The plugin 'blabla.so' uses incompatible Qt library (4.3.4) [debug]"; It is 
> true that I have Qt 4.3.4 installed, but why was I able to compile Paraview 
> with it and now plugins for that home-built Paraview using Qt fail to get 
> loaded? It seems like there's something I must have misunderstood about 
> Paraview's Qt architecture.
That can happen if the plugin uses Qt3 or if the plugin was built with a 
version of Qt greater than ParaView.
For example, if ParaView was built/using with 4.3.3, and the plugin was 
built with 4.3.4, it won't work.
If you say you built it all with Qt 4.3.4, then perhaps you built 
without rpaths and/or something about your library paths caused ParaView 
to pick up an older version at run time.  Perhaps you can check that 
with ldd or the /proc/<pid>/maps file while its running.

Clint



More information about the ParaView mailing list