Am I am an experienced C++ developer but an absolute beginner with Qt. I
would like to build QtCreator from sources using visual studio 2008.
QtCreator sources are in the c:\Qt\sorgenti directory.
Following the README instructions I create the c:\Qt\sorgenti\build and from
within it I launch these commands in a Visual Studio 2008 shell:

set QMAKESPEC=win32-msvc2008
qmake c:\qt\sorgenti\qtcreator.pro -recursive
nmake.

The build process halts and the trace is just below.
It is clear that the generated makefile doesn't get right the pathnames but
where did I go wrong?
Any help would be very much appreciated.
Regards,
Luca


Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
        cd src\ && "c:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\nmake.ex
e" -f Makefile
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
        cd libs\ && "c:\Program Files\Microsoft Visual Studio
9.0\VC\BIN\nmake.e
xe" -f Makefile
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
        cd qtconcurrent\ && "c:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe" -f Makefile
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
        "c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" -f
Makef
ile.Debug
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
        C:/Qt/2009.03/qt/bin\moc.exe -DUNICODE -DWIN32
-DQT_LARGEFILE_SUPPORT -D
BUILD_QTCONCURRENT -DIDE_LIBRARY_BASENAME=\"lib\" -DWITH_TESTS
-DQT_NO_CAST_TO_A
SCII -DQT_USE_STRINGBUILDER_FOR_CONCATENATION
-DQT_USE_OPERATOR_PLUS_FOR_CONCATE
NATION -DQT_DLL -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_THREAD_SUPPORT
-I"..\..\..\..\2009.03\qt\include\QtCore"
-I"..\..\..\..\2009.03\qt\include\QtGu
i" -I"..\..\..\..\2009.03\qt\include\QtTest"
-I"..\..\..\..\2009.03\qt\include"
-I"..\..\libs" -I"c:\Qt\sorgenti\tools"
-I"..\..\..\..\2009.03\qt\include\Active
Qt" -I"debug" -I"." -I"..\..\..\..\2009.03\qt\mkspecs\win32-msvc2008"
-D_MSC_VER
=1500 -DWIN32 multitask.h -o debug\moc_multitask.cpp
        cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100
-w34189
 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DBUILD_QTCONCURRENT
-DIDE_LIBRARY_BAS
ENAME=\"lib\" -DWITH_TESTS -DQT_NO_CAST_TO_ASCII
-DQT_USE_STRINGBUILDER_FOR_CONC
ATENATION -DQT_USE_OPERATOR_PLUS_FOR_CONCATENATION -DQT_DLL -DQT_TESTLIB_LIB
-DQ
T_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT
-I"..\..\..\..\2009.03\qt\include\Qt
Core" -I"..\..\..\..\2009.03\qt\include\QtGui"
-I"..\..\..\..\2009.03\qt\include
\QtTest" -I"..\..\..\..\2009.03\qt\include" -I"..\..\libs"
-I"c:\Qt\sorgenti\too
ls" -I"..\..\..\..\2009.03\qt\include\ActiveQt" -I"debug" -I"."
-I"..\..\..\..\2
009.03\qt\mkspecs\win32-msvc2008" -Fodebug\
@C:\Users\LUCARE~1\AppData\Local\Tem
p\nmF1.tmp
moc_multitask.cpp
c1xx : fatal error C1083: Cannot open source file:
'debug\moc_multitask.cpp': No
 such file or directory
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to