[Qt-interest] problem after updating to QT 4.6.0
Nikos Gerontidis
geronik444 at gmail.com
Fri Dec 4 13:09:38 CET 2009
Just created a new project, the same problem and the compile output follows
:
*Running build steps for project test...*
*Starting: w:/sdk/qt/4.6.0/bin/qmake.exe W:/Projects/Dev/test/test.pro -spec
win32-msvc2005 -r*
*The system cannot execute the specified program.*
*The system cannot execute the specified program.*
*Exited with code 0.*
*Starting: W:/Sdk/Qt/qtcreator-1.3.0/bin/jom.exe *
*W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f Makefile.Debug*
*w:\Sdk\Qt\4.6.0\bin\uic.exe mainwindow.ui -o ui_mainwindow.h*
*cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
-DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT -I"..\..\..\Sdk\Qt\4.6.0\include\QtCore"
-I"..\..\..\Sdk\Qt\4.6.0\include\QtGui" -I"..\..\..\Sdk\Qt\4.6.0\include"
-I"..\..\..\Sdk\Qt\4.6.0\include\ActiveQt" -I"debug" -I"."
-I"..\..\..\Sdk\Qt\4.6.0\mkspecs\win32-msvc2005" -Fodebug\
@C:\Temp\main.obj.6494843.jom*
*main.cpp*
*The system cannot execute the specified program.*
*command failed with exit code 9020*
*jom 0.8.1 - empower your cores*
*command failed with exit code 2*
*Exited with code 2.*
*Error while building project test*
*When executing build step 'Make'*
---------- Forwarded message ----------
From: RFOG <rfog at cableworld.es>
Date: Fri, Dec 4, 2009 at 1:42 PM
Subject: Re: [Qt-interest] Fwd: problem after updating to QT 4.6.0
To: Nikos Gerontidis <geronik444 at gmail.com>
I'm having some problems with moc.exe (see my message above). It seems
moc.exe is a little bit buggy because it sistematically fails to generate
code without errors.
BTW I do not know the solution. I have 4.6 not yet compilied for Visual C++
2008 due those problems.
On Fri, 04 Dec 2009 12:19:15 +0100, Nikos Gerontidis <geronik444 at gmail.com>
wrote:
Another problem occured when trying to build the PostgreSQL plugin. The
> output follows :
>
> *Configuration unchanged, skipping QMake step.*
>
> *Starting: W:/Sdk/Qt/qtcreator-1.3.0/bin/jom.exe *
>
> *W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f Makefile.Debug all*
>
> *cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
> -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_EVAL
> -DQT_EDITION=QT_EDITION_DESKTOP -DQT_NO_CAST_TO_ASCII
> -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB
> -DQT_THREAD_SUPPORT -I"..\..\..\..\include\QtCore"
> -I"..\..\..\..\include\QtSql" -I"..\..\..\..\include"
> -I"c:\psql\8.3\include" -I"..\..\..\..\include\ActiveQt"
> -I"tmp\moc\debug_shared" -I"..\..\..\..\mkspecs\win32-msvc2005"
> -Fotmp\obj\debug_shared\ @C:\Temp\main.obj.3434703.jom*
>
> *cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
> -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_EVAL
> -DQT_EDITION=QT_EDITION_DESKTOP -DQT_NO_CAST_TO_ASCII
> -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB
> -DQT_THREAD_SUPPORT -I"..\..\..\..\include\QtCore"
> -I"..\..\..\..\include\QtSql" -I"..\..\..\..\include"
> -I"c:\psql\8.3\include" -I"..\..\..\..\include\ActiveQt"
> -I"tmp\moc\debug_shared" -I"..\..\..\..\mkspecs\win32-msvc2005"
> -Fotmp\obj\debug_shared\ @C:\Temp\qsql_psql.obj.3434750.jom*
>
> *main.cpp*
>
> *qsql_psql.cpp*
>
> *..\..\..\sql\drivers\psql\qsql_psql.cpp(494) : warning C4065: switch
> statement contains 'default' but no 'case' labels*
>
> *W:\Sdk\Qt\4.6.0\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT
> -DQT_EVAL -DQT_EDITION=QT_EDITION_DESKTOP -DQT_NO_CAST_TO_ASCII
> -DQT_NO_CAST_FROM_ASCII -DQT_DLL -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB
> -DQT_THREAD_SUPPORT -I"..\..\..\..\include\QtCore"
> -I"..\..\..\..\include\QtSql" -I"..\..\..\..\include"
> -I"c:\psql\8.3\include" -I"..\..\..\..\include\ActiveQt"
> -I"tmp\moc\debug_shared" -I"..\..\..\..\mkspecs\win32-msvc2005"
> -D_MSC_VER=1400 -DWIN32 ..\..\..\sql\drivers\psql\qsql_psql.h -o
> tmp\moc\debug_shared\moc_qsql_psql.cpp*
>
> *The system cannot execute the specified program.*
>
> *command failed with exit code 9020*
>
> *jom 0.8.1 - empower your cores*
>
> *command failed with exit code 2*
>
> *Exited with code 2.*
>
> *Error while building project psql*
>
> *When executing build step 'Make'*
>
>
> **
>
> This seems to be a problem related to *moc.exe ... *
>
>
> ---------- Forwarded message ----------
> From: Nikos Gerontidis <geronik444 at gmail.com>
> Date: Fri, Dec 4, 2009 at 12:07 PM
> Subject: problem after updating to QT 4.6.0
> To: qt-interest at trolltech.com
>
>
> Hello list
>
> I have recently updated to Qt 4.6.0 and have some problem when trying to
> build my project. The following from the compile ouput :
>
> *Starting: W:/Sdk/Qt/qtcreator-1.3.0/bin/jom.exe *
>
> *cd PrintManager\ && W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f
> Makefile*
>
> *W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f Makefile.Release*
>
> *cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GR -EHsc -W3 -w34100 -w34189
> -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DPRINTMANAGER_LIB -DQT_DLL
> -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\QtCore"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\QtGui"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\QtXml"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include" -I"inc"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\ActiveQt" -I"src\GeneratedFiles"
> -I"..\..\..\..\Sdk\Qt\4.6.0\mkspecs\win32-msvc2005" -Fotmp\
> @C:\Temp\printmanager.obj.2659921.jom*
>
> *printmanager.cpp*
>
> *link /LIBPATH:"w:\Sdk\Qt\4.6.0\lib" /NOLOGO /INCREMENTAL:NO /DLL /MANIFEST
> /MANIFESTFILE:"./tmp\PrintManager.intermediate.manifest"
> /OUT:..\bin\windows\release\PrintManager.dll
> @C:\Temp\PrintManager.dll.2660921.jom*
>
> *Creating library ..\bin\windows\release\PrintManager.lib and object
> ..\bin\windows\release\PrintManager.exp*
>
> *mt.exe -nologo -manifest ".\tmp\PrintManager.intermediate.manifest"
> -outputresource:..\bin\windows\release\PrintManager.dll;2*
>
> *cd civilshop\ && W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f
> Makefile*
>
> *W:\Sdk\Qt\qtcreator-1.3.0\bin\jom.exe -nologo -j 2 -f Makefile.Release*
>
> *w:\Sdk\Qt\4.6.0\bin\uic.exe src\phdcsmainwindow.ui -o
> src\GeneratedFiles\ui_phdcsmainwindow.h*
>
> *cl -c -nologo -Zm200 -Zc:wchar_t- -O2 -MD -GR -EHsc -W3 -w34100 -w34189
> -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG
> -DQT_GUI_LIB
> -DQT_CORE_LIB -DQT_THREAD_SUPPORT
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\QtCore"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\QtGui"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include" -I"src" -I"..\PrintManager\inc"
> -I"..\..\..\..\Sdk\Qt\4.6.0\include\ActiveQt" -I"src\GeneratedFiles"
> -I"src\GeneratedFiles" -I"..\..\..\..\Sdk\Qt\4.6.0\mkspecs\win32-msvc2005"
> -Fotmp\ @C:\Temp\main.obj.2661968.jom*
>
> *main.cpp*
>
> *The system cannot execute the specified program.*
>
> *command failed with exit code 9020*
>
> *command failed with exit code 2*
>
> *jom 0.8.1 - empower your cores*
>
> *command failed with exit code 2*
>
> *Exited with code 2.*
>
> *Error while building project topos*
>
> *When executing build step 'Make'*
>
>
> **
>
> Any ideas ?
>
>
>
--
Microsoft Visual C++ MVP => http://geeks.ms/blogs/rfog
========================================
Una alegria compartida se transforma en doble alegria; una pena compartida,
en media pena.
-- Proverbio sueco.
--
Best Regards
Nikos Gerontidis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091204/4dc0f828/attachment.html
More information about the Qt-interest-old
mailing list