I am trying to configure this new version to work with Visual Studio 2008, but it generates an error. The 2009.1 version was ok, but every time I run configure (within the Visual Studio 2008 Command Prompt) the following message appears:


Qt Code:
  1. Creating makefiles in src...
  2. Generating Visual Studio project files...
  3. execute: Unknown error
  4. (-nodepend)
  5. (-tp)
  6. (vc)
  7. (-spec)
  8. (win32-msvc2008)
  9. (-r)
  10. (F:/Qt/2010.02/qt/projects.pro)
  11. (-o)
  12. (F:/Qt/2010.02/qt)
  13. Qmake failed, return code -1
To copy to clipboard, switch view to plain text mode 


The full log is:

Qt Code:
  1. F:\Qt\2010.02\qt>configure
  2. Which edition of Qt do you want to use ?
  3. Type 'c' if you want to use the Commercial Edition.
  4. Type 'o' if you want to use the Open Source Edition.
  5. o
  6.  
  7. This is the Qt for Windows Open Source Edition.
  8.  
  9. You are licensed to use this software under the terms of
  10. the GNU Lesser General Public License (LGPL) version 2.1
  11. or the GNU General Public License (GPL) version 3.
  12.  
  13. Type '3' to view the GNU General Public License version 3 (GPLv3).
  14. Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
  15. Type 'y' to accept this license offer.
  16. Type 'n' to decline this license offer.
  17.  
  18. Do you accept the terms of the license?
  19. y
  20. Environment:
  21. INCLUDE=
  22. C:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\INCLUDE
  23. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE
  24. C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include
  25.  
  26. LIB=
  27. C:\Program Files\Microsoft Visual Studio 9.0\VC\ATLMFC\LIB
  28. C:\Program Files\Microsoft Visual Studio 9.0\VC\LIB
  29. C:\Program Files\\Microsoft SDKs\Windows\v6.0A\lib
  30.  
  31. PATH=
  32. C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
  33. C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
  34. C:\Program Files\Microsoft Visual Studio 9.0\Common7\Tools
  35. C:\WINDOWS\Microsoft.NET\Framework\v3.5
  36. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
  37. C:\Program Files\Microsoft Visual Studio 9.0\VC\VCPackages
  38. C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin
  39. C:\WINDOWS\system32
  40. C:\WINDOWS
  41. C:\WINDOWS\system32\wbem
  42. c:\windows\system32\windowspowershell\v1.0
  43. C:\Program Files\MATLAB\R2006a\bin\win32
  44. c:\Program Files\Microsoft SQL Server\90\Tools\binn\
  45. C:\Program Files\TortoiseSVN\bin
  46. F:\qt-4.5.2\bin
  47. C:\Program Files\Microsoft Visual Studio 9.0\VC\bin
  48. C:\Program Files\doxygen\bin
  49. C:\Program Files\CMake 2.6\bin
  50. F:\Qt\2010.02\bin
  51. F:\Qt\2010.02\qt\bin
  52. C:\WinDDK\7600.16385.1\Debuggers
  53. You are licensed to use this software under the terms of the GNU GPL version 3.Y
  54. ou are licensed to use this software under the terms of the Lesser GNU LGPL vers
  55. ion 2.1.
  56. See F:/Qt/2010.02/qt3
  57.  
  58. or F:/Qt/2010.02/qtL
  59.  
  60. Configuration:
  61. minimal-config
  62. small-config
  63. medium-config
  64. large-config
  65. full-config
  66. build_all
  67. debug
  68. Qt Configuration:
  69. release
  70. debug
  71. zlib
  72. png
  73. accessibility
  74. qt3support
  75. opengl
  76. s60
  77. ipv6
  78. script
  79. scripttools
  80. xmlpatterns
  81. phonon
  82. phonon-backend
  83. multimedia
  84. audio-backend
  85. webkit
  86. native-gestures
  87. svg
  88. minimal-config
  89. small-config
  90. medium-config
  91. large-config
  92. full-config
  93.  
  94. QMAKESPEC...................win32-msvc2008 (detected)
  95. Architecture................windows
  96. Maketool....................nmake
  97. Debug symbols...............yes
  98. Link Time Code Generation...no
  99. Accessibility support.......yes
  100. STL support.................yes
  101. Exception support...........yes
  102. RTTI support................yes
  103. MMX support.................yes
  104. 3DNOW support...............yes
  105. SSE support.................yes
  106. SSE2 support................yes
  107. IWMMXT support..............no
  108. OpenGL support..............yes
  109. OpenVG support..............no
  110. OpenSSL support.............no
  111. QtDBus support..............no
  112. QtXmlPatterns support.......yes
  113. Phonon support..............yes
  114. QtMultimedia support........yes
  115. WebKit support..............yes
  116. Declarative support.........no
  117. QtScript support............yes
  118. QtScriptTools support.......yes
  119. Graphics System.............raster
  120. Qt3 compatibility...........yes
  121.  
  122. Third Party Libraries:
  123. ZLIB support............qt
  124. GIF support.............plugin
  125. TIFF support............plugin
  126. JPEG support............plugin
  127. PNG support.............qt
  128. MNG support.............plugin
  129. FreeType support........no
  130.  
  131. Styles:
  132. Windows.................yes
  133. Windows XP..............yes
  134. Windows Vista...........yes
  135. Plastique...............yes
  136. Cleanlooks..............yes
  137. Motif...................yes
  138. CDE.....................yes
  139. Windows CE..............no
  140. Windows Mobile..........no
  141. S60.....................no
  142.  
  143. Sql Drivers:
  144. ODBC....................no
  145. MySQL...................no
  146. OCI.....................no
  147. PostgreSQL..............no
  148. TDS.....................no
  149. DB2.....................no
  150. SQLite..................plugin (qt)
  151. SQLite2.................no
  152. InterBase...............no
  153.  
  154. Sources are in..............F:\Qt\2010.02\qt
  155. Build is done in............F:\Qt\2010.02\qt
  156. Install prefix..............F:\Qt\2010.02\qt
  157. Headers installed to........F:\Qt\2010.02\qt\include
  158. Libraries installed to......F:\Qt\2010.02\qt\lib
  159. Plugins installed to........F:\Qt\2010.02\qt\plugins
  160. Binaries installed to.......F:\Qt\2010.02\qt\bin
  161. Docs installed to...........F:\Qt\2010.02\qt\doc
  162. Data installed to...........F:\Qt\2010.02\qt
  163. Translations installed to...F:\Qt\2010.02\qt\translations
  164. Examples installed to.......F:\Qt\2010.02\qt\examples
  165. Demos installed to..........F:\Qt\2010.02\qt\demos
  166.  
  167. Symbian DEF files enabled...yes
  168. Creating qmake...
  169.  
  170. Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
  171. Copyright (C) Microsoft Corporation. All rights reserved.
  172.  
  173. Creating makefiles in src...
  174. Generating Visual Studio project files...
  175. execute: Unknown error
  176. (-nodepend)
  177. (-tp)
  178. (vc)
  179. (-spec)
  180. (win32-msvc2008)
  181. (-r)
  182. (F:/Qt/2010.02/qt/projects.pro)
  183. (-o)
  184. (F:/Qt/2010.02/qt)
  185. Qmake failed, return code -1
  186.  
  187. Generating Makefiles...
  188. execute: Unknown error
  189. (-spec)
  190. (win32-msvc2008)
  191. (-r)
  192. (F:/Qt/2010.02/qt/projects.pro)
  193. (-o)
  194. (F:/Qt/2010.02/qt)
  195. Qmake failed, return code -1
  196.  
  197. F:\Qt\2010.02\qt>
To copy to clipboard, switch view to plain text mode