I follow the Step-by-Step Guide,when i go to the step"nmake -f Makefile.nmake setup",i catch "fatal error U1077: “d:\cygwin64\bin\bash.EXE”: asked 21 Jul '14, 22:10 zhunanhui edited 22 Jul '14, 02:25 Kurt Knochner ♦ |
One Answer:
It looks as though something is up with your build environment, particularly around the calls to winxx-setup.sh. The makefile calls the wrapper script winxx-setup.sh, where xx is 32 or 64 depending on how you've set your environment, yours looks like 32, and then the wrapper script exports some variables and calls the main setup script win-setup.sh, passing on the same parameters it was called with. The fact that the usage message is printed implies win-setup.sh is being called with incorrect parameters, even though the appverify invocation does run. I don't understand why the missing QT error message is displayed, that only comes from the Have you made any changes at all to the source files? If so, please revert them and try to build a plain vanilla build first before making changes. FYI, a Google translation into English of the Japanese text 返回代码 gives "Return Codes". answered 22 Jul '14, 03:01 grahamb ♦ |
Thank you very much, I also suspect the error may be I've changed the code, I revert the latest source code, now has been successfully compiled