The environment is setted as below:
The compile result showed as below which is failed
Does anybody has the same problem as me.I was confused about for almost one week,hope someone may help me. Thanks all. By the way ,it has compiled successfully under 32bit option. then environment setting is as below:
asked 13 May ‘16, 00:30 Water edited 13 May ‘16, 02:16 grahamb ♦ |
2 Answers:
First off, you should really move to CMake builds ASAP, nmake will be going away soon. Next, you have some odd env vars set there, some aren't even required.
The build failure is an inability to run the Visual Studio x64 macro assembler. From your build command prompt, typing "ml64" should get output like:
If that doesn’t happen, then there’s something up with your build environment or VS install, ml64.exe should be in answered 13 May ‘16, 02:33 grahamb ♦ |
Thanks you all for paying attention my question.I have resolved this issue. It seems the Unicode setting problem. Go to Control Panel->Region and Language->Language for the non-Unicode programs In "Current language for non-Unicode programs", Change to "English(United States)". answered 05 Jun '16, 18:13 Water |
Hi grahamb, I modified " amd64" to “x86_amd64” in the bat file,and the problem disappeared. I think it is a command prompt environment problem. But another Link problem happened, below is the error description,please kindly help me have a check,what mistake I have made.
Any suggestion and feedback from you are appreciated.Thank you again.
Your answer has been converted to a comment as that’s how this site works. Please read the FAQ for more information. Also, please pay attention to formatting, which makes replies/comments actually readable.
Try doing a “clean” or “distclean”. I note you’re still using nmake, this is planned to be removed from the master branch in the near future.
I tried to compile with Cmake, Sir.But also some problems happened.Did you have such kind experience,Any suggestions from you are appreciated.Thanks indeed.