Bonjour à tous, j'ai Windows Vista d'installé ainsi que Visual Studio 2005.
J'ai installé Qt for Windows CE Technology Preview et j'ai suivi les instructions de cette vidéo (http://trolltech.com/video/qtwincetp/qtwincetp.html).
Mais quand j'arrive à la commande "configure" j'ai des soucis.
En fait j'aimerai compiler les demos pour les tester sur une platforme avec processeur XScale® PXA270 (technologie ARM il me semble) et WinCE 5.0
Voici ce qui apparait dans mon Visual Studio 2005 command prompt:
(il y a les paths et tout le reste au début)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306 c:\Qt\4.3.2-tp1>configure -platform win32-msvc2005 -xplatform wince50standard-armv4i-msvc2005 This is the Qt/Windows Preview Edition. You are licensed to use this software under the terms of the TROLLTECH TECHNOLOGY PREVIEW LICENSE AGREEMENT. Type '?' to view the TROLLTECH TECHNOLOGY PREVIEW LICENSE AGREEMENT. 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\ATLMFC\INCLUDE C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include LIB= C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\LIB C:\Program Files\Microsoft Visual Studio 8\VC\LIB C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\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\Common7\Tools\bin C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\bin 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:\Windows\system32 C:\Windows C:\Windows\System32\Wbem c:\Program Files\Microsoft SQL Server\90\Tools\binn\ C:\Qt\4.3.2-tp1\bin C:\Program Files\Microsoft Visual Studio 8\VC\ce\bin C:\Program Files\Microsoft Visual Studio 8\VC\bin Licensee.................... License ID.................. Product license.............Preview Edition Expiry Date................. Configuration: dist-config large-config medium-config minimal-config small-config full-config build_all debug Qt Configuration: release debug zlib png accessibility ipv6 minimal-config small-config medium-config large-config full-config QMAKESPEC...................wince50standard-armv4i-msvc2005 (commandline) Architecture................windowsce Maketool....................nmake Debug symbols...............yes Accessibility support.......yes STL support.................no Exception support...........no RTTI support................no MMX support.................no 3DNOW support...............no SSE support.................no SSE2 support................no IWMMXT support..............no OpenGL support..............no Direct3D support............no OpenSSL support.............no QDBus support...............no Qt3 compatibility...........no 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...............no Cleanlooks..............no Motif...................no CDE.....................no Windows CE..............yes Windows Mobile..........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.2-tp1 Build is done in............C:\Qt\4.3.2-tp1 Install prefix.............. Headers installed to........ Libraries installed to...... Plugins installed to........ Binaries installed to....... Docs installed to........... Data installed to........... Translations installed to... Examples installed to....... Demos installed to.......... Using c runtime detection...yes Cetest support..............no Signature...................no Creating qmake... Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerat ors\mac -IC:\Qt\4.3.2-tp1\src\corelib\arch\generic -IC:\Qt\4.3.2-tp1\include -IC:\Qt\4.3.2-tp1\include\QtCor e -IC:\Qt\4.3.2-tp1\include -IC:\Qt\4.3.2-tp1\include\QtCore -IC:\Qt\4.3.2-tp1\src\corelib\global -IC:\Qt\4 .3.2-tp1\include\QtScript -IC:\Qt\4.3.2-tp1\mkspecs\win32-msvc2005 -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQ T_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED /Zc:wchar _t- project.cpp 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : return code '0x1' Stop. Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. del qbitarray.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qbitarray.obj del qbuffer.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qbuffer.obj del qcryptograpichash.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qcryptograpichash.obj del qfsfileengine.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfsfileengine.obj del qfsfileengine_iterator.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfsfileengine_iterator.obj del qbytearray.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qbytearray.obj del qvsnprintf.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qvsnprintf.obj del qbytearraymatcher.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qbytearraymatcher.obj del qdatetime.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qdatetime.obj del qdir.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qdir.obj del qdiriterator.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qdiriterator.obj del qfile.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfile.obj del qtemporaryfile.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qtemporaryfile.obj del qabstractfileengine.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qabstractfileengine.obj del qfsfileengine_win.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfsfileengine_win.obj del qfsfileengine_iterator_win.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfsfileengine_iterator_win.obj del qfileinfo.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qfileinfo.obj del qglobal.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qglobal.obj del qhash.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qhash.obj del qiodevice.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qiodevice.obj del qlistdata.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qlistdata.obj del qlocale.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qlocale.obj del qmap.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qmap.obj del qregexp.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qregexp.obj del qstring.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qstring.obj del qstringlist.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qstringlist.obj del qtextstream.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qtextstream.obj del qdatastream.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qdatastream.obj del quuid.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\quuid.obj del qvector.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qvector.obj del qsettings.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qsettings.obj del qlibraryinfo.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qlibraryinfo.obj del qvariant.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qvariant.obj del qurl.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qurl.obj del qsettings_win.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qsettings_win.obj del qmetatype.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qmetatype.obj del project.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\project.obj del main.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\main.obj del makefile.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\makefile.obj del unixmake.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\unixmake.obj del unixmake2.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\unixmake2.obj del mingw_make.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\mingw_make.obj del option.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\option.obj del winmakefile.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\winmakefile.obj del projectgenerator.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\projectgenerator.obj del property.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\property.obj del meta.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\meta.obj del makefiledeps.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\makefiledeps.obj del metamakefile.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\metamakefile.obj del xmloutput.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\xmloutput.obj del borland_bmake.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\borland_bmake.obj del msvc_nmake.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\msvc_nmake.obj del msvc_dsp.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\msvc_dsp.obj del msvc_vcproj.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\msvc_vcproj.obj del msvc_objectmodel.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\msvc_objectmodel.obj del pbuilder_pbx.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\pbuilder_pbx.obj del qnumeric.obj -del qscriptasm.obj -del qscriptast.obj -del qscriptastvisitor.obj -del qscriptco mpiler.obj -del qscriptecmaarray.obj -del qscriptecmaboolean.obj -del qscriptecmacore.obj -del qscriptecma date.obj -del qscriptecmafunction.obj -del qscriptecmaglobal.obj -del qscriptecmamath.obj -del qscriptecma number.obj -del qscriptecmaobject.obj -del qscriptecmaregexp.obj -del qscriptecmastring.obj -del qscriptec maerror.obj -del qscriptcontext_p.obj -del qscriptengine.obj -del qscriptengine_p.obj -del qscriptextenume ration.obj -del qscriptextvariant.obj -del qscriptcontext.obj -del qscriptfunction.obj -del qscriptgrammar .obj -del qscriptlexer.obj -del qscriptclassdata.obj -del qscriptparser.obj -del qscriptprettypretty.obj -del qscriptsyntaxchecker.obj -del qscriptvalue.obj -del qscriptvalueimpl.obj -del qscriptvalueiterator.obj Could Not Find C:\Qt\4.3.2-tp1\qmake\qnumeric.obj del vc60.pdb Could Not Find C:\Qt\4.3.2-tp1\qmake\vc60.pdb del vc70.pdb Could Not Find C:\Qt\4.3.2-tp1\qmake\vc70.pdb del qmake.pdb Could Not Find C:\Qt\4.3.2-tp1\qmake\qmake.pdb del qmake.ilk Could Not Find C:\Qt\4.3.2-tp1\qmake\qmake.ilk del qmake.tds Could Not Find C:\Qt\4.3.2-tp1\qmake\qmake.tds Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerat ors\mac -IC:\Qt\4.3.2-tp1\src\corelib\arch\generic -IC:\Qt\4.3.2-tp1\include -IC:\Qt\4.3.2-tp1\include\QtCor e -IC:\Qt\4.3.2-tp1\include -IC:\Qt\4.3.2-tp1\include\QtCore -IC:\Qt\4.3.2-tp1\src\corelib\global -IC:\Qt\4 .3.2-tp1\include\QtScript -IC:\Qt\4.3.2-tp1\mkspecs\win32-msvc2005 -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQ T_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED /Zc:wchar _t- project.cpp 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'cl' : return code '0x1' Stop. Building qmake failed, return code 2 c:\Qt\4.3.2-tp1>
Quelqu'un pourrait m'expliquer ce qui ne va pas ?
Merci d'avance pour vos conseils
Partager