Angus Leeming a écrit :
YOUNES Abdelrazak (M3SYSTEM) wrote:
Sorry for disturbing this list but the kde-cygwin mailing list is
apparently dead :-(
It's not. It's fine. Last mails to the list are dated today (20 Dec).
Admittedly, it's a very low volume mailing list...
Personally, I read it as a newsgroup gmane.comp.kde.devel.cygwin You
could also try the web interface
http://news.gmane.org/gmane.comp.kde...
Actually, this is exactly what I did. I tried to post to
gmane.comp.kde.devel.cygwin with thunderbird. (The same I do with
lyx-devel) I received a failure notice from [EMAIL PROTECTED]:
<[EMAIL PROTECTED]>:
Sorry, no mailbox here by that name. (#5.1.1)
The first one was about an hypothetical cygwin make which I never
installed. I have double-checked but there is no cygwin reference in
the path nor in the registry. Finally I just hacked the
configure.bat to just use mingw32-make.
You need to specify some environment variables to tell Qt's configure
script what flavour of compilation environment you're using. This was
all detailed quite nicely on a qt/win free web page, but I can't find
it anymore since they changed web sites.
Now *this* is something you should get them to fix!
I'll post my own personal wrapper to configure this evening if I get
the chance.
Well I think I have used yours already:
set QTDIR=D:\install\qt\qt-3
set MINGW=D:\mingw
set MSYS=D:\msys
set PATH=%QTDIR%\bin;%MINGW%\bin;%MSYS%\bin;%PATH%
set QMAKESPEC=win32-g++
cd qt-3
configure.bat -fast -verbose
Abdel.
Angus