I'm wondering if anybody has seen the following error (at runtime) with the current master (3.14) on a 64 bit Ubuntu machine:<div><br></div><div>paraview: symbol lookup error: /paraview-3.14/libQVTK.so.pv3.14: undefined symbol: _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE<div>
<br></div><div>It looks like a c++ symbox, but I can't tell from the name mangling whether it's a VTK derived class from Qt or a Qt symbol. I have installed the Qt SDK (4.8). Maybe I need to be using just a system wide Qt library install?</div>
<div><br></div><div>Here's some more info on the machine:</div><div><br></div><div><div>$ uname -a</div><div>Linux 3.0.0-11-generic #17-Ubuntu SMP Fri Sep 9 17:48:40 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux</div></div>
</div>