[Qt-interest] qt 4.7 installer: there's a problem with your mingw installation
Konrad Rosenbaum
konrad at silmor.de
Sun May 9 18:46:53 CEST 2010
On Sunday 09 May 2010, Gabriele Kahlout wrote:
> and C:\MingW\bin is in my path also. Just in case some one points this
> out. I've adding and removing it.
>
> and everytime a different taste:
>
> /bin/sh.exe: C:Qtbin/uic.exe: No such file or directory
> make[3]: *** [ui_mainwindow.h] Error 127
> make[2]: *** [release] Error 2
>
> Is this a bug in qmake?
No, it is a missing feature. The makefiles generated for Windows contain
backslashes instead of slashes. Unix shells interpret those as escape
sequences instead of directory delimiters. sh.exe is a windows port of a
Unix shell. Guess what happened!
Solution: call qmake and make in cmd.exe. Yes, it is a really shitty excuse
for a shell, but it works well enough for this.
Konrad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100509/eb591d98/attachment.bin
More information about the Qt-interest-old
mailing list