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

2014-08-07 Thread Huebl, Axel
Hm, looks like the cleanest way to get it running is to remove default installations of qt from the system path(s) and to specificity only one specific installation via environment flags. (I am suggesting something that can be achieved with a module system, e.g. on a cluster) Alternatively you

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

2014-08-06 Thread Huebl, Axel
Dear Bertwim, good to hear that. sorry - CMAKE_PREFIX_PATH is an environment variable like PATH and LD_LIBRARY_PATH to hint install directories to CMake modules. The compile error still looks like something got mixed - can you try again with the CMAKE_PREFIX_PATH hint? Did you verify all

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

2014-08-06 Thread B.W.H. van Beest
Hi Axel, setting CMAKE_PREFIX_PATH does not make a difference. The special variables left that have a reference to the wrong qt installation are QT_QT3SUPPORT_LIBRARY and QT3SUPPORT_LIBRARY_RELEASE variables. Qt5 does no longer provide Qt4 support . Also QT_QTCORE_LIBRARY and QT_QDBUS and

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

2014-08-05 Thread B.W.H. van Beest
Hi Burien, thanks for responding. I have done you suggested, but to no avail. Somehow, the path to the executable qmake is not sufficient to determine all the other QT5 libraries. Having said that, in one of the by now many attempts to get paraview configured, I found that indeed the correct QT5

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

2014-08-05 Thread Huebl, Axel
Dear Bertwim, have you tried prepending/setting the CMAKE_PREFIX_PATH to your qt5 install dir? Best, Axel On 05.08.2014 18:07, B.W.H. van Beest wrote: Hi Burien, thanks for responding. I have done you suggested, but to no avail. Somehow, the path to the executable qmake is not sufficient

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

2014-08-05 Thread B.W.H. van Beest
Dear Axel, No I haven't. To follow-up on your suggestion, I ran ccmake again to set this parameter. No CMAKE_PREFIX_PATH is in the list! What I did try -and what did make a difference, was not only prepending the path to qt5/lib to LD_LIBRARY_PATH, but also ensuring that qt/bin was first in

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

2014-08-04 Thread B.W.H. van Beest
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

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

2014-08-04 Thread Burlen Loring
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,