Building qt 4.7 in windowd xp
Hi everyone,
I install qt 4.7 in windows xp (sp2).When i am trying to built i am getting an error :: "error: [tmp/obj/debug_shared/main.o] Error 1"
In compile output
Code:
'C:\DOCUME~1\BISWA' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
mingw32-make[1]: *** [tmp/obj/debug_shared/main.o] Error 1
mingw32-make: *** [debug-all] Error 2
The process "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited with code %2.
Error while building project untitled (target: Desktop)
When executing build step 'Make'
Path variable in my system is
Code:
PATH=C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\bin;C:\Qt\2010.05\mingw\bin;C:\WINDOWS\System32
Is there any thing am i missing ?
Re: Building qt 4.7 in windowd xp
C:\DOCUME~1\BISWA probably is a short name of a directory under C:\Documents and Settings\
If you have your project located there, it should be moved under a directory with no spaces in the path.
Also, if you are building Qt itself, I wonder where did the project "unnamed" come from.
Re: Building qt 4.7 in windowd xp
My project is present in C:\Qt\2010.05\.
It also has no space.Actually i am building a programme after installing qt.