Originally posted by ghostcorps
Helloo again, have you actually installed this source on Cygwin yet?
no
When I run ./configure, it fails due to not having the env set.
The only way I could find to do this was to first install qt3, so I had a qmake to use. 'env' shows that I have set QMAKESPEC=/lib/qt3/mkspecs/cygwin-g++.
But now running ./configure says that cygwin-g++ variable is not a supported platform.
I assume I am doing something wrong but I can't see it. Why else would there be a qt4 src for windows? is there some other way other that Cygwin to install it?
maybe I was not too clear: I'm not sure if it's possible to compile qt4 on cygwin, but you can compile it using mingw, which has nothing to do with cygwin.
anyway, cygwin is not really too usefull: for simple things it's ok, but it's far from a complete unix environment, once you want to talk to hardware or so you're busted.
if you really want to do serious development (including a decent debugger) on windows, you're better off with sticking to something native. Eg, visual studio 2005 express is free, yet extremely powerful, and it works fine with Qt4.