I'm trying to compile a program with Qt 4.3.0 on Windows Vista, and after a million issues of trying to even get Qt installed, I am now getting this error:
'test' is not recognized as an internal or external command,
operable program or batch file.
The syntax of the command is incorrect.
C:\mingw\bin\mingw32-make.exe: *** [vecmat//Makefile] Error 1
'test' is not recognized as an internal or external command,
operable program or batch file.
The syntax of the command is incorrect.
C:\mingw\bin\mingw32-make.exe: *** [vecmat//Makefile] Error 1
To copy to clipboard, switch view to plain text mode
there are two lines in the generated makefile that say CHK_DIR_EXISTS = test -d
but i'm not really sure what that does or why it's never given me an error on Windows XP. It's also really difficult to search for a common word like "test" on google. Thanks for the help. This is frustrating. I'm using mingw32 4.3.2 and all my environment variables are supposedly correct.
thanks for the help,
dave
Bookmarks