I'm installing QT on Fedora 9 system and on a Windows Vista system for some cross-platform development, using Qdevelop on both. Fedora 9 part is up and running well. However, when I try to run the first example on the Win system I get:

Build (make)...
Makefile.Debug:61: *** missing separator. Stop.
mingw32-make: *** [debug] Error 2
C:/MinGW/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/Users/terry/my1'
mingw32-make[1]: Leaving directory `C:/Users/terry/my1'

Looking at Makefile.Debug (or for that matter Makefile.Release) does not show to my novice eyes any missing separator, and in fact the line in questions look like the one on the working Fedora installation.

I'd appreciate any input including a forum more appropriate for asking if that is the case as well as any other pointers. I've gone through QTassistant w/o finding anything, also rebuilt the package as well, also Googled a lot, but I haven't yet been able to find a solution.