[Qt-interest] Qt 4.6 fails to be build from source
Konrad Rosenbaum
konrad at silmor.de
Sat Jan 9 10:18:18 CET 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100109/c05412b0/attachment.bin
More information about the Qt-interest-old
mailing list