Hi,
I am trying to configure Qt4.6.2 for winCE 6.0. I had set the environment variables for the compiler using vcvars32.bat from VS2005 command line. Later on, I use the configure command as follows: configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005. I am getting a fatal error like:" Makefile.Rekease(81): fatal error U1088: invalid seperator :: on inference rule
stop.
NMAKE: fatal error U1077: c:\windows\system32\cmd.exe : return code 0x2
stop. "



I have also tried changing the cross platform with wince50standard-armv4i-msvc2005, but get the same error.

Please help me debug the error.

Thank You