[Paraview] Make install still does not work in 3.10.1

2011-06-29 Thread bastil2...@yahoo.de
Hi all, I still have the same issue with 3.10.1 which I already had in 3.10.0: http://www.mail-archive.com/paraview@paraview.org/msg11218.html Am I the only one with such problems? I want to get this solved - what can I do? Shall I submit a bug? Regards Bastian _

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-29 Thread Scott, W Alan
-boun...@paraview.org] On Behalf Of bastil2...@yahoo.de Sent: Wednesday, June 29, 2011 11:13 AM To: 'ParaView' Subject: [Paraview] Make install still does not work in 3.10.1 Hi all, I still have the same issue with 3.10.1 which I already had in 3.10.0: http://www.mail-archive.com/paravi

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-29 Thread Utkarsh Ayachit
Bastian, Make install should work. If you can elaborate on the issues you are having, we can track it down. Also note everyone has different expectations with "make install", some want the 3rd party dependencies such as Qt, installed, others don't. It starts getting confusing pretty quickly. So, i

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread bastil2...@yahoo.de
om: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On > Behalf Of bastil2...@yahoo.de > Sent: Wednesday, June 29, 2011 11:13 AM > To: 'ParaView' > Subject: [Paraview] Make install still does not work in 3.10.1 > > Hi all, > > I still have

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread bastil2...@yahoo.de
Utkarsh, How can I elaborate on the issue? I am not sure how to go on. I see the issues with different expectations regarding "make install". I simply want a clean installation to distribute into our environment. I tried different things so far. The only working solution I have so far is to copy t

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread pat marion
Could you try one more time, this time do: cd /path/to/paraview-install LD_LIBRARY_PATH=lib/paraview-3.10.1 lib/paraview-3.10.1/paraview And if it still does not work, please post the result of: cd /path/to/paraview-install LD_LIBRARY_PATH=lib/paraview-3.10.1 ldd lib/paraview-3.10.1/paraview A

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-02 Thread bastil2...@yahoo.de
Thanks Pat, that is what I get: cd /opt/paraview/3.10.1/ LD_LIBRARY_PATH=lib/paraview-3.10.1 lib/paraview-3.10.1/paraview bash: lib/paraview-3.10.1/paraview: No such file or directory ./bin/paraview /opt/paraview/3.10.1/lib/paraview-3.10/paraview: symbol lookup error: /opt/paraview/3.10.1/lib/p

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread bastil2...@yahoo.de
Pat, all I tried once more with taking the qt 4.6.2. into LD_LIBRARY_PATH (build third party software off). I still get the same error. How to debug further? Regards Bastian Am 02.07.2011 09:32, schrieb bastil2...@yahoo.de: > Thanks Pat, > > that is what I get: > > cd /opt/paraview/3.10.1/ >

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread Utkarsh Ayachit
Does the ParaView run from the build-directory itself work? Utkarsh On Tue, Jul 5, 2011 at 2:13 PM, bastil2...@yahoo.de wrote: > Pat, all > > I tried once more with taking the qt 4.6.2. into LD_LIBRARY_PATH (build > third party software off). I still get the same error. > > How to debug further?

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread bastil2...@yahoo.de
Yes, every time and every configuration I tried so far it did. Regards Bastian Am 05.07.2011 20:28, schrieb Utkarsh Ayachit: > Does the ParaView run from the build-directory itself work? > > Utkarsh > > On Tue, Jul 5, 2011 at 2:13 PM, bastil2...@yahoo.de > wrote: >> Pat, all >> >> I tried once

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread bastil2...@yahoo.de
It still links against the wrong qt. Ok I will try this one. Is it correct to turn off install third party and make the LD_LIBRARY_PATH point to the right qt before install? Regards Bastian Am 05.07.2011 20:47, schrieb Utkarsh Ayachit: > Okay, so going back, a couple of emails ago, you said your

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread Utkarsh Ayachit
Okay, so going back, a couple of emails ago, you said your paraview is linking against wrong Qt right? Is that fixed or still the case? If that issue is still there, then let's fix that first. Using the latest cmake, if you set the qmake correctly, it should work. However, if CMakeCache.txt is sti

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-05 Thread Utkarsh Ayachit
Let's leave PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES on for now. And don't worry about setting the LD_LIBRARY_PATH before "make install". Let's not do install at all. Let's stick with build paraview and make sure it's using the right QT. ldd ./bin/paraview should point to the correct Qt libraries.

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-06 Thread bastil2...@yahoo.de
Utkarsh, thanks for your help. I have no problem running paraview out of the build directory and ldd ./bin/paraview points to the correct QT libraries. However, after a make install I cannot start the installed paraview and LD_LIBRARY_PATH=lib/paraview-3.10 ldd lib/paraview-3.10/paraview point

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-06 Thread Utkarsh Ayachit
Ok. Let's do one step at a time though. I find it much easier to debug issues remotely that way. Next step, do make install into a /tmp/ParaViewInstall directory. You'll have to ensure that the CMAKE_INSTALL_PREFIX to point to /tmp/ParaViewInstall. Once the install happens, execute the following a