Re: [Interest] Nmake has error U1038:internal error, When building project in Qt Creator.

2012-04-26 Thread Jason H
ot; Sent: Thursday, April 26, 2012 11:07 AM Subject: Re: [Interest] Nmake has error U1038:internal error, When building project in Qt Creator. Yes,I know that mingw32-make can do it success. But I want to know why the Nmake has error? I has tried use qmake to createing a vs project,but it'

Re: [Interest] Nmake has error U1038:internal error, When building project in Qt Creator.

2012-04-26 Thread rcyboom
Yes,I know that mingw32-make can do it success. But I want to know why the Nmake has error? I has tried use qmake to createing a vs project,but it's failed. eg: qmake -tp vc or qmake -tp vc -r How I can  solving it?Because on windows,the VS Compiler is faster than mingw. And In my laptop computer(W

Re: [Interest] Nmake has error U1038:internal error, When building project in Qt Creator.

2012-04-26 Thread Konstantin Tokarev
26.04.2012, 14:58, "rcyboom" : > Hi, > I have a very troubled problem: > In my Qt Creator,The Nmake sometimes would reported  error “U 1038” when I > building a project. > It occurs  using moc.exe create the *.moc files. > The Qt Creator's complie output window like: > ~~~ > ~~~ > moc.exe -I"...

[Interest] Nmake has error U1038:internal error, When building project in Qt Creator.

2012-04-26 Thread rcyboom
Hi, I have a very troubled problem: In my Qt Creator,The Nmake sometimes would reported  error “U 1038” when I building a project. It occurs  using moc.exe create the *.moc files. The Qt Creator's complie output window like: ~~~ ~~~ moc.exe -I"..." -I"Qt\include" -FoRelease @**.moc nmake retur