IDE Qt : Erreur a la compilation programme c++
Bonjour,
Je rencontré ce problème lorsque je compile mon code c++ (Qt4 Gui Application) sur Qt version 2009-02. Alors que je n'ai même pas écrit un code particulier.
Voici les détails de la compilation :
C:/Qt/2009.02/mingw/bin/mingw32-make.exe -f Makefile.Debug
mingw32-make.exe[1]: Entering directory `C:/Users/Jack Ngb/Documents/CodeLourd'
g++ -c -g -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_TESTLIB_LIB -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SQL_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\2009.02\qt\include\QtCore" -I"..\..\..\..\Qt\2009.02\qt\include\QtGui" -I"..\..\..\..\Qt\2009.02\qt\include\QtOpenGL" -I"..\..\..\..\Qt\2009.02\qt\include\QtSql" -I"..\..\..\..\Qt\2009.02\qt\include\Qt3Support" -I"..\..\..\..\Qt\2009.02\qt\include\QtSvg" -I"..\..\..\..\Qt\2009.02\qt\include\QtScript" -I"..\..\..\..\Qt\2009.02\qt\include\QtTest" -I"..\..\..\..\Qt\2009.02\qt\include" -I"..\..\..\..\Qt\2009.02\qt\include\ActiveQt" -I"debug" -I"." -I"..\..\..\..\Qt\2009.02\qt\mkspecs\win32-g++" -o debug\main.o main.cpp
mingw32-make.exe[1]: Leaving directory `C:/Users/Jack Ngb/Documents/CodeLourd'
C:\Qt\2009.02\mingw\bin\mingw32-make.exe: Leaving directory `C:/Users/Jack Ngb/Documents/CodeLourd'
mingw32-make.exe[1]: *** [debug/main.o] Error -1073741819
C:\Qt\2009.02\mingw\bin\mingw32-make.exe: *** [debug] Error 2
Exited with code 2.
Error while building project CodeLourd
When executing build step 'Make'
Merci d'avance.
A voir également:
- IDE Qt : Erreur a la compilation programme c++
- Eclipse ide - Télécharger - Langages
- Qt sdk - Télécharger - Langages
- Planning 3 ide en 12h - Télécharger - Outils professionnels
- Codeblocks ide - Télécharger - Langages
- Controleur ide ata atapi - Forum Pilotes (drivers)
1 réponse
Bonjour,
Je t'invite à regarder cette discussion et cette discussion qui semblent suggérer que certains outils ne sont pas installés (libtool, automake, autoconf) ou ton compilateur sont mal installés.
Bonne chance