[Qt-interest] build errors
Andreas Pakulat
apaku at gmx.de
Mon Apr 11 19:16:15 CEST 2011
On 11.04.11 08:44:09, Albert Beard wrote:
> I am a new user of Qt.
>
> I installed the SDK and am using Qt Creator 2.0.1
> I have Microsoft Visual C++ 6.0 and Microsoft .NET 1.1 (2003) installed on my Windows XP machine.
>
> When I try to compile a sample QT app (animation framework > animated tiles( I get many, many build errors and warnings.
> They seem to be arising from #include files from MS VC 6
>
> I think it has to do with the environment variables INCLUDE and PATH.
No, the problem is your compiler. The current SDK comes with Qt4.7, if
you look at the supported platforms you'll notice that MSVC6 and MSVC7
are not supported anymore:
http://doc.qt.nokia.com/latest/supported-platforms.html
So you'll have to update your compiler. Also IIRC the Qt in the SDK is
built with mingw, so you'll need to use that compiler as well.
Andreas
More information about the Qt-interest-old
mailing list