CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Installation (https://www.cfd-online.com/Forums/openfoam-installation/)
-   -   Qt431 Download (https://www.cfd-online.com/Forums/openfoam-installation/57212-qt431-download.html)

jaudi November 3, 2008 14:09

Where can i get QT-4.3.1? i wa
 
Where can i get QT-4.3.1? i was looking in trolltech webpage but i did not find it. Can someone help me please?, i need these release in order to finish my installation and start with OpenFOAM.

Thanks in advanced

ep4 November 4, 2008 01:15

I think you can find what you
 
I think you can find what you want here: ftp://ftp.trolltech.com/qt/source

jaudi November 4, 2008 11:46

ok I got QT -4.3.1, the fact i
 
ok I got QT -4.3.1, the fact is i don't know nothing about Linus, Can you please help me to install QT in my system?
i have linux version 10 and i have OpenFOAM installed as the guide indicates.
I mind steeps are missing to work with OpenFOAM is install QT and compile QT and paraview.

jason November 4, 2008 12:21

Hi, Have a look at the mess
 
Hi,

Have a look at the message I posted here.

http://www.cfd-online.com/cgi-bin/Op...how.cgi?1/9810

Just follow the instructions in the INSTALL file, it worked fine for me.

ftp://ftp.trolltech.com/qt/source/INSTALL

Just be careful to set the PATH version number correctly.

Jason

jaudi November 13, 2008 10:00

i am having an error when tryi
 
i am having an error when trying install Qt:
QMAKESPEC has not been seet, so configuration cannot be deduced.
Error processing project file: /tmp/qt-all-opensource-src-4.3.1/projects.pro

Can please help me to fix this issue, I wanna use OpenFoam

jaudi November 13, 2008 12:37

Sorry i forgot to mention my s
 
Sorry i forgot to mention my system is SUSE LINUX 10.1 (x86-64) - KERNEL \R (\L)

madad2005 November 13, 2008 12:42

jaudiel, does Suse not have a
 
jaudiel, does Suse not have a package manager? You should be able to search for QT v4 through that and it will automatically install it for you.

jaudi November 13, 2008 13:06

do you mean Yast ? how can ins
 
do you mean Yast ? how can install it ? i downloaded 4.3.1 from trolltech web?
my linux machine does not have internet connection

madad2005 November 14, 2008 06:26

Ah, if you don't have an inter
 
Ah, if you don't have an internet connection then you will have to install it manually, unfortunately. I may be wrong though.

gwierink November 14, 2008 07:27

Hi Jaudiel, Did you downloa
 
Hi Jaudiel,

Did you download the package qt-x11-opensource-src-4.3.x.tar.gz from http://trolltech.com/downloads/opens.../linux-x11-cpp ?

If you want to install that package you need to unpack it first using "tar xzf <package_name>.tar.gz" (where "<package_name>" is of course the name of the package)
Then, go in to the directory of the unpacked package and configure it by typing "./configure". After that has been done, type "gmake" and let it make the package. Then, finally type "gmake install". Then, the package should be installed.
Although I'm not sure whether you may have to use make instead of gmake on your system. Also, be sure that you have a c++ compiler installed, like gcc-c++.

Rgds, Gijsbert

jaudi November 14, 2008 12:13

i have gcc 4.3.1 version insta
 
i have gcc 4.3.1 version installed in my systemn
i did the installation as you indicates, however i am getting the same error: when i ran qmake i got next message:
QMAKESPEC has not been seet, so configuration cannot be deduced.
Error processing project file: /tmp/qt-all-opensource-src-4.3.1/projects.pro
When i ran make or gmake i get:
not target specified.
how can fix this trouble.

gwierink November 15, 2008 08:37

Does ./configure work for Qt,
 
Does ./configure work for Qt, or are you already stuck there? If so, do you type these commands in the right directory? After unpacking you find a directory qt-x11-opensource-src-4.3.x (or whatever your version is) in the place you unpacked it, so the you need to do "cd qt-x11-opensource-src-4.3.x" and type "./configure" there. The Qt configuration script should then tell you what to to, as in "Next, type gmake and the gmake install".

sega January 14, 2009 00:42

I can only find newer versions
 
I can only find newer versions of Qt (4.4.3) at the Trolltech website.

Where can I get the old one (4.3.x) needed to run OpenFOAM 1.5?

gwierink January 14, 2009 01:40

Hi Sebastian, You can find
 
Hi Sebastian,

You can find Qt-4.3.5 here:

ftp://ftp.trolltech.com/qt/source/qt...c-4.3.5.tar.gz

Look around in ftp://ftp.trolltech.com/qt/source/ if you're looking for a different version, but Qt-4.3.5 worked well for me.

Regards, Gijs

mcjicpm2 March 4, 2009 08:22

Hi, I have downloaded qt-x11-
 
Hi,
I have downloaded qt-x11-opensource-src-4.4.3.tar.gz and then unzipped it, I also configured it. when I want to gmake it at the end It gave me the following error

can anyone help me please ???

Assembler messages:
Fatal error: can't create .obj/release-shared/qapplication.o: Permission denied
In file included from ../../include/QtGui/private/qt_x11_p.h:1,
from kernel/qapplication.cpp:75:
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:71:22: error: X11/Xlib.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:76:23: error: X11/Xutil.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:77:21: error: X11/Xos.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:84:23: error: X11/Xatom.h: No such file or directory
../../include/QtGui/private/../../../src/gui/kernel/qt_x11_p.h:269: error: āColormapā does not name a type

gwierink March 4, 2009 12:06

Hi Parham, Do you make Qt a
 
Hi Parham,

Do you make Qt as root? It may be some write permission problem of your user account.

Rgds, Gijsbert

mcjicpm2 March 5, 2009 03:38

Hi yes I did it as root, but s
 
Hi yes I did it as root, but still have the same problem ,
Rgds, Parham

gwierink March 5, 2009 04:34

Do you perhaps miss the X11 de
 
Do you perhaps miss the X11 development package? In Fedora you can install the whole lot by

yum groupinstall "X11 Software Development"

If you're using Ubuntu I suppose it is something like

sudo apt-get install xorg-dev libx11-dev x11-dev

Possibly you need xlibs-dev as well.

Hope this helps.

Rgds, Gijsbert


All times are GMT -4. The time now is 10:06.