how to compile Qt4.3.2???
hi,
first excuse me for my question i am a new comer to Qt.
i have qt-win-commercial-src-4.3.2 how can i compile it.
note : i am using windows and visual studio 2005
and i have looked at
http://doc.trolltech.com/4.0/install-win.html
but i did not understand it well.
excuse me agian.
thank you.
Re: how to compile Qt4.3.2???
You have the comercial edition of Qt.
You should place your questions to Trolltech' support.
Good luck,
Tom
Re: how to compile Qt4.3.2???
Quote:
Originally Posted by
DeepDiver
You have the comercial edition of Qt.
You should place your questions to Trolltech' support.
Good luck,
Tom
I know why you do not want to answer me? never mind;)
i compiled it but in the end i get an error (fatal error)
Re: how to compile Qt4.3.2???
Quote:
Originally Posted by
coder1985
First of all, you should read 4.3 docs since that's what you have, not 4.0. I don't know whether the installation instructions have changed but still.
Quote:
Originally Posted by
coder1985
i compiled it
What's the reason for compiling it at all? Is the binary installer insufficient?
Quote:
but in the end i get an error (fatal error)
Ah, that error. :)
Re: how to compile Qt4.3.2???
first simply i dont have the installer:)
these is the errors i get
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
thank you
Re: how to compile Qt4.3.2???
Quote:
Originally Posted by
coder1985
first simply i dont have the installer:)
You can download it from the same page where you downloaded the source package from. The VS 2005 version is called qt-win-commercial-4.3.2-vs2005.exe or something similar.
Quote:
these is the errors i get
What's the very first error?
Re: how to compile Qt4.3.2???
Yes, download the installer and use that to start with. The sources are there in case you want to make a special build for some reason.
Re: how to compile Qt4.3.2???
these are all errors:
itemviews\qdatawidgetmapper.cpp : fatal error C1083: Cannot open precompiled hea
der file: 'tmp\obj\debug_shared\QtGuid_pch.pch': No such file or directory
qfileiconprovider.cpp
itemviews\qfileiconprovider.cpp : fatal error C1083: Cannot open precompiled hea
der file: 'tmp\obj\debug_shared\QtGuid_pch.pch': No such file or directory
qcolumnview.cpp
itemviews\qcolumnview.cpp : fatal error C1083: Cannot open precompiled header fi
le: 'tmp\obj\debug_shared\QtGuid_pch.pch': No such file or directory
qcolumnviewgrip.cpp
itemviews\qcolumnviewgrip.cpp : fatal error C1083: Cannot open precompiled heade
r file: 'tmp\obj\debug_shared\QtGuid_pch.pch': No such file or directory
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c
l.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
Re: how to compile Qt4.3.2???
Could you give the binary installer a go first? Once an actual need arises, we will help you to compile Qt by hand. ;)
Re: how to compile Qt4.3.2???
finaly i compiled it .
but when i try to comile a qt program using visual studio i get the following message
"LINK : fatal error LNK1181: cannot open input file 'QtCore4.lib'"
thank you