[Qt-interest] Qt 4.6 fails to be build from source
Malyushytsky, Alex
alex at wai.com
Mon Jan 11 04:02:33 CET 2010
Thanks for response.
>> Does anything force you to use VS? If not: switch to a full SDK-installation with MinGW.
As far as I know MinGW does not support 64 bit code at least under the Windows, which I need to produce too.
And I am restricted to compiler anyway - I need binary compatibility with Intel Fortran compiler under the Windows.
Still VS is primary supported compiler according to QT documentation.
>> -saveconfig ...
saves to a different file, while you really want to target the default; leave it out and try again
It is used just to store currently build configuration. Can't be source of the problem.
>>-platform win32-msvc2005
was missing, the default target for windows is win32-g++
Previous installation of QT (at least until QT4.6) were able to recognize compiler (since I have only one installed on the system, there is no option) and VS project files were generated by QT.
Anyway adding -platform win32-msvc2005 does not help.
Moc still fails.
Regards,
Alex
-----Original Message-----
From: qt-interest-bounces at trolltech.com [mailto:qt-interest-bounces at trolltech.com] On Behalf Of Konrad Rosenbaum
Sent: Saturday, January 09, 2010 1:18 AM
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] Qt 4.6 fails to be build from source
On Friday 08 January 2010, Malyushytsky, Alex wrote:
> System: Windows XP 64, Visual Studio 2005 ( current build used 32 bit
> compiler)
>
> QT was installed from qt-sdk-win-opensource-2009.05.exe,
> only Qt and Creator options were checked. LGPL license option was
> checked.
Does anything force you to use VS? If not: switch to a full SDK-installation with MinGW.
> configured as:
> configure -debug-and-release -qt-zlib -qt-gif -qt-libpng -qt-libtiff
> -qt-libjpeg -qt-style-windowsxp -qt-style-windowsvista -no-phonon
> -saveconfig wailast
>
> nmake output starting with first error provided below, What is wrong?
I suspect two things:
-saveconfig ...
saves to a different file, while you really want to target the default; leave it out and try again
-platform win32-msvc2005
was missing, the default target for windows is win32-g++
You'll need to do a "make clean" before you can rebuild.
Konrad
---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.
"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."
"Please consider our environment before printing this email."
More information about the Qt-interest-old
mailing list