Hi Chris!

On 26.01.2008 05:43, Chris Botor wrote:

this is my new error now once I run configure.exe

Ok. But what did you change?

        cl -c -Foqscriptvalueiterator.obj  -W3 -nologo -O2  -I.
-Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac
-IC:\Qt\4.3.3\src\corelib\ar
ch\generic  -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  -IC:\Qt\4.
3.3\include\QtScript  -IC:\Qt\4.3.3\mkspecs\win32-msvc2005
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL
-DQT_NO_STL  -DQT_NO_COMPRES
S -DUNICODE -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- -DQMAKE_OPENS
OURCE_EDITION C:\Qt\4.3.3\src\script\qscriptvalueiterator.cpp
qscriptvalueiterator.cpp
        link  -DEBUG -OUT:qmake.exe project.obj main.obj makefile.obj
unixmake.obj unixmake2.obj mingw_make.obj  option.obj winmakefile.obj
projectgenerator.obj
 property.obj meta.obj  makefiledeps.obj metamakefile.obj
xmloutput.obj pbuilder_pbx.obj  borland_bmake.obj msvc_nmake.obj
msvc_dsp.obj msvc_vcproj.obj  msvc_ob
jectmodel.obj qbitarray.obj  qbuffer.obj  qcryptographichash.obj
qfsfileengine.obj  qfsfileengine_iterator.obj  qbytearray.obj
qvsnprintf.obj  qbytearraymatch
er.obj  qdatetime.obj  qdir.obj  qdiriterator.obj  qfile.obj
qtemporaryfile.obj  qabstractfileengine.obj  qfsfileengine_win.obj
qfsfileengine_iterator_win.obj
  qfileinfo.obj  qglobal.obj  qhash.obj  qiodevice.obj  qlistdata.obj
qlinkedlist.obj  qlocale.obj  qmap.obj  qregexp.obj  qstring.obj
qstringlist.obj  qtexts
tream.obj  qdatastream.obj  quuid.obj  qvector.obj  qsettings.obj
qlibraryinfo.obj  qvariant.obj  qurl.obj  qsettings_win.obj
qmetatype.obj  qnumeric.obj  qsc
riptasm.obj  qscriptast.obj  qscriptastvisitor.obj
qscriptcompiler.obj  qscriptecmaarray.obj  qscriptecmaboolean.obj
qscriptecmacore.obj  qscriptecmadate.obj
 qscriptecmafunction.obj  qscriptecmaglobal.obj  qscriptecmamath.obj
qscriptecmanumber.obj  qscriptecmaobject.obj  qscriptecmaregexp.obj
qscriptecmastring.obj
  qscriptecmaerror.obj  qscriptcontext_p.obj  qscriptengine.obj
qscriptengine_p.obj  qscriptextenumeration.obj  qscriptextvariant.obj
qscriptcontext.obj  qscr
iptfunction.obj  qscriptgrammar.obj  qscriptlexer.obj
qscriptclassdata.obj  qscriptparser.obj  qscriptprettypretty.obj
qscriptsyntaxchecker.obj  qscriptvalue.
obj  qscriptvalueimpl.obj  qscriptvalueiterator.obj ole32.lib advapi32.lib
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : fatal error LNK1104: cannot open file 'ole32.lib'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\BIN\link.EXE"' : return code '0x450'
Stop.
Building qmake failed, return code 2

Whatever you have done... It seems that you added the right path to the Platform SDK to the INCLUDE variable. This error says it's missing ole32.lib which is looked up by the corresponding LIB-path of the Platform-SDK. If you add that too, "ole32.lib" should be found...

HTH && HAND
 - Darsha

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to