|
[Sponsors] |
May 26, 2009, 21:22 |
qt4.3.4 with ubuntu 9.04 "jaunty jackalope"?
|
#1 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
I upgraded my system to ubuntu 9.04 "jaunty jackalope". I need to re-compile my paraview. this is unfortunetally only possible using a qt4.3.x version of qt. so i tried tro install qt4.3.4 for ubuntu 9.04. The installation seemed to be working, but when I try to recompile paraview, I get an error, which say, that the qt version I use is qt4.5.0 and not qt4.3.4. Does anyone know if qt4.3.4. does run with ubuntu 9.04? has anyone suceeded in installing it? Thanks a lot!
|
|
May 27, 2009, 05:07 |
|
#2 |
New Member
Tom van den Brink
Join Date: May 2009
Location: Netherlands
Posts: 3
Rep Power: 17 |
it worked on my ubuntu 9.04 just fine.
follow the qt4.3.4 installation completely with configure, make, make install etc (ubuntu needs a sudo to do the make install i think) then i followed this webpage http://jpnurmi.kapsi.fi/blog/2008/03...ion-in-ubuntu/ do this: sudo update-alternatives --install /usr/bin/qmake qmake /usr/local/Trolltech/Qt-4.3.4/bin/qmake 30 then sudo update-alternatives --config qmake and select the version you need to build paraView and the viewer. |
|
May 27, 2009, 14:07 |
|
#3 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
Hello Tom,
tanks for your reply. Unfortunately I cannot manage to install qt4.3.4. I downloaded the qt4.3.4 archives and unpacked them. there is a file INSTALL, according to which I did the installation: 1. I can do the ./conigure (that works) 2. when i do the make command it takes about an hour until this process is finished 3. after this I tried the su -c "make install", but when I enter my password it says, that it is wrong although I am sure it is not Did you have similiar problems installing qt4.3.4? or can you explain me the exact way you installed it? thank you so much! Sven |
|
May 27, 2009, 18:03 |
|
#4 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Sven, the admin account is disabled on Ubuntu, so "su" will always fail. Use "sudo make install" instead. That will fix problem 3.
Btw. paraview takes almost two hours to compile on my computer, so maybe start the process before you go home or during your lunch break. |
|
May 30, 2009, 19:22 |
|
#5 |
Member
Sven Winkler
Join Date: May 2009
Posts: 70
Rep Power: 17 |
I finally succeeded to install qt4.3.4 and with that I could also compile ParaView. the compilation took about an hour, it didnt expect it to be that long. Thanks for the help
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Adventure of fisrst openfoam installation on Ubuntu 710 | jussi | OpenFOAM Installation | 0 | April 24, 2008 15:25 |