build error with vs2019 installation #11995
jackylin516888
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to build nvda with vs2019 installation on my windows 10 OS. And now I got an error as below:
link /nologo /incremental:no /WX /subsystem:windows,6.01 /release /OPT:REF /subsystem:windows /OUT:build\x86_64\remoteLoader\nvdaHelperRemoteLoader.exe build\x86_64\remote\nvdaHelperRemote.lib kernel32.lib /PDB:build\x86_64\remoteLoader\nvdaHelperRemoteLoader.exe.pdb /DEBUG build\nvda.res build\x86_64\remoteLoader\loader.obj
Install file: "build\x86_64\remoteLoader\nvdaHelperRemoteLoader.exe" as "source\lib64\nvdaHelperRemoteLoader.exe"
Install file: "build\x86_64\remoteLoader\nvdaHelperRemoteLoader.exe.pdb" as "source\lib64\nvdaHelperRemoteLoader.exe.pdb"
MIDL.EXE /nologo /arm64 /tlb build\arm64\ia2.tlb /h build\arm64\ia2.h /iid build\arm64\ia2_i.c /proxy build\arm64\ia2_p.c /dlldata build\arm64\ia2_data.c build\arm64\ia2.idl
'MIDL.EXE' is not recognized as an internal or external command,
operable program or batch file.
scons: *** [build\arm64\ia2.tlb] Error 1
scons: building terminated because of errors.
can anyone help to figure out the root cause or solution for this issue. Thanks a lot.
-Jacky([email protected])
Beta Was this translation helpful? Give feedback.
All reactions