Hi Darsha,

 Ok. Looks good. Just curious, what did you do to change the paths from
 your last output?

  - I just go to the qt directory and run it

Strange. Did you install the Platform SDK? "windows.h" is not included
with Visual Studio 2005.

 - Yup I did install, will add that to tje path to the .bat

And: which version of Qt did you install?

- 4.3.3

Am I still missing out? Do I need to install the DirectX SDK?

Thanks,

Chris


On Jan 26, 2008 2:13 AM, Darshaka Pathirana <[EMAIL PROTECTED]> wrote:
> Hi Chris!
>
> On 25.01.2008 18:17, Chris Botor wrote:
> > I run again the configure.exe here is my latest output.
> >
>
> > C:\Qt\4.3.3>configure.exe
> >
> > This is the Qt/Windows Open Source Edition.
> >
> > You are licensed to use this software under the terms of
> > the GNU General Public License.
> >
> > Type '?' to view the GNU General Public License.
> > Type 'y' to accept this license offer.
> > Type 'n' to decline this license offer.
> >
> > Do you accept the terms of the license?
> > y
> > Environment:
> >     INCLUDE=
> >       C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE
> >
> >     LIB=
> >       C:\Program Files\Microsoft Visual Studio 8\VC\LIB
> >       C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib
> >
> >     PATH=
> >       C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
> >       C:\Program Files\Microsoft Visual Studio 8\VC\BIN
> >       C:\Program Files\Microsoft Visual Studio 8\Common7\Tools
> >       C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin
> >       C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
> >       C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages
> >       C:\Program Files\CMake 2.4\bin
> >       C:\WINDOWS\system32
> >       C:\WINDOWS
> >       C:\WINDOWS\System32\Wbem
> >       C:\Program Files\Alky for Applications\Libraries\
> >       C:\MinGW\bin
> >       C:\MinGW\libexec\gcc\mingw\3.4.2
> >       C:\QT\4.3.3\bin
> >       C:\Program Files\CollabNet Subversion
> >       C:\Python24
> >       C:\Program Files\boost\boost_1_34_1\bin
> > You are licensed to use this software under the terms of the GNU GPL.
> > See C:/Qt/4.3.3/LICENSE.GPL
> >
> > Configuration:
> >     minimal-config
> >     small-config
> >     medium-config
> >     large-config
> >     full-config
> >     build_all
> >     debug
> > Qt Configuration:
> >     release
> >     debug
> >     zlib
> >     png
> >     accessibility
> >     qt3support
> >     opengl
> >     ipv6
> >     minimal-config
> >     small-config
> >     medium-config
> >     large-config
> >     full-config
> >
> > QMAKESPEC...................win32-msvc2005 (detected)
> > Architecture................windows
> > Maketool....................nmake
> > Debug symbols...............yes
> > Accessibility support.......yes
> > STL support.................yes
> > Exception support...........yes
> > RTTI support................yes
> > MMX support.................yes
> > 3DNOW support...............yes
> > SSE support.................yes
> > SSE2 support................yes
> > OpenGL support..............yes
> > Direct3D support............no
> > OpenSSL support.............no
> > QDBus support...............no
> > Qt3 compatibility...........yes
> >
> > Third Party Libraries:
> >     ZLIB support............qt
> >     GIF support.............plugin
> >     TIFF support............plugin
> >     JPEG support............plugin
> >     PNG support.............qt
> >     MNG support.............plugin
> >
> > Styles:
> >     Windows.................yes
> >     Windows XP..............no
> >     Windows Vista...........no
> >     Plastique...............yes
> >     Cleanlooks..............yes
> >     Motif...................yes
> >     CDE.....................yes
> >
> > Sql Drivers:
> >     ODBC....................no
> >     MySQL...................no
> >     OCI.....................no
> >     PostgreSQL..............no
> >     TDS.....................no
> >     DB2.....................no
> >     SQLite..................plugin (qt)
> >     SQLite2.................no
> >     InterBase...............no
> >
> > Sources are in..............C:\Qt\4.3.3
> > Build is done in............C:\Qt\4.3.3
> > Install prefix..............C:\Qt\4.3.3
> > Headers installed to........C:\Qt\4.3.3\include
> > Libraries installed to......C:\Qt\4.3.3\lib
> > Plugins installed to........C:\Qt\4.3.3\plugins
> > Binaries installed to.......C:\Qt\4.3.3\bin
> > Docs installed to...........C:\Qt\4.3.3\doc
> > Data installed to...........C:\Qt\4.3.3
> > Translations installed to...C:\Qt\4.3.3\translations
> > Examples installed to.......C:\Qt\4.3.3\examples
> > Demos installed to..........C:\Qt\4.3.3\demos
>
> Ok. Looks good. Just curious, what did you do to change the paths from
> your last output?
>
> > Creating qmake...
> >
> > Microsoft (R) Program Maintenance Utility Version 8.00.50727.42
> > Copyright (C) Microsoft Corporation.  All rights reserved.
> >
> >         cl -c -Foproject.obj  -W3 -nologo -O2  -I. -Igenerators
> > -Igenerators\unix -Igenerators\win32 -Igenerators\mac
> > -IC:\Qt\4.3.3\src\co
> > IC:\Qt\4.3.3\include -IC:\Qt\4.3.3\include\QtCore
> > -IC:\Qt\4.3.3\include -IC:\Qt\4.3.3\include\QtCore
> > -IC:\Qt\4.3.3\src\corelib\global  -I
> > tScript  -IC:\Qt\4.3.3\mkspecs\win32-msvc2005   -DQT_NO_TEXTCODEC
> > -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL
> > -DQT_NO
> > DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD  -DQT_NO_QOBJECT
> > -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE  /Zc:wchar_t-
> > -DQMA
> >  project.cpp
> > project.cpp
> > project.cpp(55) : fatal error C1083: Cannot open include file:
> > 'Windows.h': No such file or directory
> > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> > 8\VC\BIN\cl.EXE"' : return code '0x2'
> > Stop.
>
> Strange. Did you install the Platform SDK? "windows.h" is not included
> with Visual Studio 2005.
>
> And: which version of Qt did you install?
>
> If everything is ok, I would change the vsvars32.bat file and add the
> path to windows.h to the INCLUDE variable.
>
> HTH && HAND
>   - Darsha
>
> P.s. would you reply to the list please, so other people could also
> benefit from our conversation? Thx.
>
> _______________________________________________
> Wengophone-devel mailing list
> [email protected]
> http://dev.openwengo.com/mailman/listinfo/wengophone-devel
>
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to