Bonjour,
j'ai un probleme de compilation de projet
la command "make" ne fonction pas , meme chose avec mingw32-make
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 Setting up a MinGW/Qt only environment... -- QTDIR set to C:\Qt\2009.03\qt -- PATH set to C:\Qt\2009.03\qt\bin -- Adding C:\Qt\2009.03\bin to PATH -- Adding C:\WINDOWS\System32 to PATH -- QMAKESPEC set to win32-g++ C:\Qt\2009.03\qt>cd\ C:\>cd documents and settings\alpha\mes documents\mpm C:\Documents and Settings\alpha\Mes documents\mpm>qmak C:\Documents and Settings\alpha\Mes documents\mpm>qmake -project C:\Documents and Settings\alpha\Mes documents\mpm>make 'make' n'est pas reconnu en tant que commande interne ou externe, un programme exécutable ou un fichier de c C:\Documents and Settings\alpha\Mes documents\mpm>
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 C:\Documents and Settings\alpha\Mes documents\mpm>mingw32-make c:\Qt\2009.03\qt\bin\qmake.exe -win32 -o Makefile mpm.pro mingw32-make -f Makefile.Debug mingw32-make[1]: Entering directory `C:/Documents and Settings/alpha/Mes documen ts/mpm' mingw32-make[1]: Nothing to be done for `first'. mingw32-make[1]: Leaving directory `C:/Documents and Settings/alpha/Mes document s/mpm' C:\Documents and Settings\alpha\Mes documents\mpm>
je suis un debutant de qt , Je sais pas quoi faire
Merci D'avance
Partager