Closed navidR closed 6 years ago
Installing ATL fixed the issue.
Note that there is the atlmfc
package in VCPKG, a stub package that ensures VS has ATL/MFC installed
, which helps to catch the error early.
Should be put into vcpkg.json
as follows:
{
"dependencies": [
"llvm",
{
"name": "atlmfc",
"platform": "windows"
}
]
}
I am trying to compile LLVM:x{86,64}-windows, but couldn't yet.
Last lines of .ninja_log :
I ran
ninja.exe -d explain
to see if I can figure it out what is going on, but I was out of luck.I also cloned and compiled tried to compile via CMake/Ninja :