hi, i am trying qt with visual studio. hello world program.
here are the errors.
>Performing Makefile project actions
1>'mingw32-make' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\Sys Wow64\cmd.exe'.
1>Build log was saved at "file://c:\Documents and Settings\Admini strator\My Documents\Qt\he ll2\hell2\Debug \BuildLog.htm"
1>hell2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
if i include C:\mingw\bin to include directories i get
1>Performing Makefile project actions
1>mingw32-make -f Makefile.Debug
1>mingw32-make[1]: Entering directory `c:/Documents and Settings/Administrator/My Documents/Qt/hell2/hell2'
1>mingw32-make[1]: Leaving directory `c:/Documents and Settings/Administrator/My Documents/Qt/hell2/hell2'
1>Makefile.Debu g:58: *** missing separator. Stop.
1>mingw32-make: *** [debug] Error 2
1>Project : error PRJ0002 : Error result 2 returned from 'C:\WINDOWS\Sys Wow64\cmd.exe'.
1>Build log was saved at "file://c:\Documents and Settings\Admini strator\My Documents\Qt\he ll2\hell2\Debug \BuildLog.htm"
1>hell2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
i removed mingw path because i read somewhere, use make msvc instead of wingw32 -make.
it means use vc compiler instead of wingw. ryt? if so how to do it?
i mean, what setting shall i change?
please help.
thanks in advance.
here are the errors.
>Performing Makefile project actions
1>'mingw32-make' is not recognized as an internal or external command,
1>operable program or batch file.
1>Project : error PRJ0002 : Error result 1 returned from 'C:\WINDOWS\Sys Wow64\cmd.exe'.
1>Build log was saved at "file://c:\Documents and Settings\Admini strator\My Documents\Qt\he ll2\hell2\Debug \BuildLog.htm"
1>hell2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
if i include C:\mingw\bin to include directories i get
1>Performing Makefile project actions
1>mingw32-make -f Makefile.Debug
1>mingw32-make[1]: Entering directory `c:/Documents and Settings/Administrator/My Documents/Qt/hell2/hell2'
1>mingw32-make[1]: Leaving directory `c:/Documents and Settings/Administrator/My Documents/Qt/hell2/hell2'
1>Makefile.Debu g:58: *** missing separator. Stop.
1>mingw32-make: *** [debug] Error 2
1>Project : error PRJ0002 : Error result 2 returned from 'C:\WINDOWS\Sys Wow64\cmd.exe'.
1>Build log was saved at "file://c:\Documents and Settings\Admini strator\My Documents\Qt\he ll2\hell2\Debug \BuildLog.htm"
1>hell2 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
i removed mingw path because i read somewhere, use make msvc instead of wingw32 -make.
it means use vc compiler instead of wingw. ryt? if so how to do it?
i mean, what setting shall i change?
please help.
thanks in advance.
Comment