Bonjour,

Je n'arrive pas à compiler un projet simple :

Running build steps for project gameaxis... Starting: C:/Qt/2009.01/mingw/bin/mingw32-make.exe clean -w
mingw32-make: Entering directory `E:/qt/gameaxis'
C:/Qt/2009.01/mingw/bin/mingw32-make -f Makefile.Debug clean
mingw32-make[1]: Entering directory `E:/qt/gameaxis'
del debug\moc_gamainwindow.cpp
del ui_gamainwindow.h
del debug\main.o debug\gamainwindow.o debug\moc_gamainwindow.o
mingw32-make[1]: Leaving directory `E:/qt/gameaxis'
C:/Qt/2009.01/mingw/bin/mingw32-make -f Makefile.Release clean
mingw32-make[1]: Entering directory `E:/qt/gameaxis'
del release\moc_gamainwindow.cpp
del ui_gamainwindow.h
del release\main.o release\gamainwindow.o release\moc_gamainwindow.o
mingw32-make[1]: Leaving directory `E:/qt/gameaxis'
mingw32-make: Leaving directory `E:/qt/gameaxis'
Impossible de trouver E:\qt\gameaxis\release\moc_gamainwindow.cpp
Impossible de trouver E:\qt\gameaxis\ui_gamainwindow.h
Impossible de trouver E:\qt\gameaxis\release\main.o
Exited with code 0.
Creating gdb macros library...
Starting: C:/Qt/2009.01/qt/bin/qmake.exe E:/qt/gameaxis/gameaxis.pro -spec win32-g++ -r CONFIG+=debug_and_release
Exited with code 0.
Starting: C:/Qt/2009.01/mingw/bin/mingw32-make.exe debug -w
mingw32-make: Entering directory `E:/qt/gameaxis'
C:/Qt/2009.01/mingw/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `E:/qt/gameaxis'
c:\Qt\2009.01\qt\bin\uic.exe gamainwindow.ui -o ui_gamainwindow.h
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_PHONON_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtNetwork" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include\QtOpenGL" -I"c:\Qt\2009.01\qt\include\QtXml" -I"c:\Qt\2009.01\qt\include\QtXmlPatterns" -I"c:\Qt\2009.01\qt\include\QtSvg" -I"c:\Qt\2009.01\qt\include\QtScript" -I"c:\Qt\2009.01\qt\include\phonon" -I"c:\Qt\2009.01\qt\include\QtWebKit" -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++" -o debug\main.o main.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_PHONON_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtNetwork" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include\QtOpenGL" -I"c:\Qt\2009.01\qt\include\QtXml" -I"c:\Qt\2009.01\qt\include\QtXmlPatterns" -I"c:\Qt\2009.01\qt\include\QtSvg" -I"c:\Qt\2009.01\qt\include\QtScript" -I"c:\Qt\2009.01\qt\include\phonon" -I"c:\Qt\2009.01\qt\include\QtWebKit" -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++" -o debug\gamainwindow.o gamainwindow.cpp
c:/Qt/2009.01/qt/bin\moc.exe -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_PHONON_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtNetwork" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include\QtOpenGL" -I"c:\Qt\2009.01\qt\include\QtXml" -I"c:\Qt\2009.01\qt\include\QtXmlPatterns" -I"c:\Qt\2009.01\qt\include\QtSvg" -I"c:\Qt\2009.01\qt\include\QtScript" -I"c:\Qt\2009.01\qt\include\phonon" -I"c:\Qt\2009.01\qt\include\QtWebKit" -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++" -D__GNUC__ -DWIN32 gamainwindow.h -o debug\moc_gamainwindow.cpp
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_PHONON_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"c:\Qt\2009.01\qt\include\QtCore" -I"c:\Qt\2009.01\qt\include\QtNetwork" -I"c:\Qt\2009.01\qt\include\QtGui" -I"c:\Qt\2009.01\qt\include\QtOpenGL" -I"c:\Qt\2009.01\qt\include\QtXml" -I"c:\Qt\2009.01\qt\include\QtXmlPatterns" -I"c:\Qt\2009.01\qt\include\QtSvg" -I"c:\Qt\2009.01\qt\include\QtScript" -I"c:\Qt\2009.01\qt\include\phonon" -I"c:\Qt\2009.01\qt\include\QtWebKit" -I"c:\Qt\2009.01\qt\include" -I"c:\Qt\2009.01\qt\include\ActiveQt" -I"debug" -I"." -I"c:\Qt\2009.01\qt\mkspecs\win32-g++" -o debug\moc_gamainwindow.o debug\moc_gamainwindow.cpp
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mthreads -Wl -Wl,-subsystem,windows -o debug\gameaxis.exe debug/main.o debug/gamainwindow.o debug/moc_gamainwindow.o -L"c:\Qt\2009.01\qt\lib" -lopengl32 -lglu32 -lgdi32 -luser32 -lmingw32 -lqtmaind -lQtWebKitd4 -lphonond -lQtScriptd4 -lQtSvgd4 -lQtXmlPatternsd4 -lQtXmld4 -lQtOpenGLd4 -lQtGuid4 -lQtNetworkd4 -lQtCored4
mingw32-make[1]: Leaving directory `E:/qt/gameaxis'
mingw32-make: Leaving directory `E:/qt/gameaxis'
c:\Qt\2009.01\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lphonond
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\gameaxis.exe] Error 1
mingw32-make: *** [debug] Error 2
Exited with code 2.
Error while building project gameaxis
When executing build step 'Make'
Ca n'a pas l'air de venir de mon code mais plutot d'un problème de lien ou de paramètre du projet.