[Paraview] what if you have two qt-installations?

Burlen Loring bloring at lbl.gov
Mon Aug 4 16:04:38 EDT 2014


system install may be first in the linker search path. have you checked? 
If that's it: rm your build, and in addition to QT_QMAKE_EXECUTABLE, 
prepend & export your qt install paths to LD_LIBRARY_PATH and PATH 
before you run cmake. Each time when you run PV do the same.

On 08/04/2014 12:01 PM, B.W.H. van Beest wrote:
> Hello,
>
> On my system, I have 2 installations of QT5. One is the distribution
> that comes with my linux distribution (qt5.1.1.openSuSe 13.1), the other
> one is a more recent version (5.3.1), which I downloaded and installed
> in a different location.
> Using ccmake, setting the QT version to 5, as well as setting
> QT_QMAKE_EXECUTABLE to qmake of the new location,
> I still see that ccmake selects of number of qt5-libraries that belong
> to the old SUSE-distribution, (e.g. libQt5Declarative.so, but many more,
> in fact).  I can build paraview, though, and it even seems to work
> (smoketest), but at program exit it segfaults.
>
> I wonder how I can tell cmake to configure for 1 qt version. Surely, I
> don't need to change all the entries by hand?
>
> Thanks in advance
> Bertwim
>
>
> _______________________________________________
> 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://public.kitware.com/mailman/listinfo/paraview



More information about the ParaView mailing list