Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.2.0-beta
-
None
-
I installed the QT SDK 1.1 first, then QT-Creator 2.2 beta.
On one PC this works, on the other one the error happens. Both run Windows 7 x64 SP1.
Description
Whenever I try to compile a QML-project. Be it one of the sample ones or a custom one the error "[copydeploymentfolders] Error 4" appears.
I've seen the other bugs regarding that problem but none of the solutions (like upgrading to Creator 2.2 beta) helped.
This is the compile-log:
Führe Build-Schritte für Projekt coloranimation aus...
Starte "c:\qtsdk\desktop\qt\4.7.3\mingw\bin\qmake.exe" C:\QtSDK\Examples\4.7\declarative\animation\basics\color-animation\coloranimation.pro -r -spec win32-g++
Der Prozess "c:\qtsdk\desktop\qt\4.7.3\mingw\bin\qmake.exe" wurde normal beendet.
Starte "C:\QtSDK\mingw\bin\mingw32-make.exe"
C:/QtSDK/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/QtSDK/Examples/4.7/declarative/animation/basics/coloranimation-build-desktop'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtCore' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtGui' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDeclarative' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include' -I'../color-animation/qmlapplicationviewer' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/ActiveQt' -I'debug' -I'../color-animation' -I'.' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++' -o debug/main.o ../color-animation/main.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtCore' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtGui' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDeclarative' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include' -I'../color-animation/qmlapplicationviewer' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/ActiveQt' -I'debug' -I'../color-animation' -I'.' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++' -o debug/qmlapplicationviewer.o ../color-animation/qmlapplicationviewer/qmlapplicationviewer.cpp
C:/QtSDK/Desktop/Qt/4.7.3/mingw/bin/moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtCore' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtGui' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDeclarative' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include' -I'../color-animation/qmlapplicationviewer' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/ActiveQt' -I'debug' -I'../color-animation' -I'.' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++' -D_GNUC_ -DWIN32 ../color-animation/qmlapplicationviewer/qmlapplicationviewer.h -o debug/moc_qmlapplicationviewer.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtCore' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtGui' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/QtDeclarative' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include' -I'../color-animation/qmlapplicationviewer' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/include/ActiveQt' -I'debug' -I'../color-animation' -I'.' -I'c:/QtSDK/Desktop/Qt/4.7.3/mingw/mkspecs/win32-g++' -o debug/moc_qmlapplicationviewer.o debug/moc_qmlapplicationviewer.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug/coloranimation.exe debug/main.o debug/qmlapplicationviewer.o debug/moc_qmlapplicationviewer.o -L'c:/QtSDK/Desktop/Qt/4.7.3/mingw/lib' -lmingw32 -lqtmaind -lQtDeclaratived4 -lQtGuid4 -lQtCored4 -LC:\OpenSSL-Win32_full\lib
Copying application data...
mingw32-make[1]: Leaving directory `C:/QtSDK/Examples/4.7/declarative/animation/basics/coloranimation-build-desktop'
Unzul„ssige Parameteranzahl
mingw32-make[1]: *** [copydeploymentfolders] Error 4
mingw32-make: *** [debug] Error 2
Der Prozess "C:\QtSDK\mingw\bin\mingw32-make.exe" wurde mit dem Rückgabewert 2 beendet.
Fehler beim Erstellen des Projekts coloranimation(Ziel: Desktop)
Bei der Ausführung von Build-Schritt 'Make'
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-3094 [copydeploymentfolders] Error 4
- Closed