Need more MSVC prerequisite checks #114
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building the Orca runtime with
./orca dev build-runtime, I get the following error:I'm using a Windows 11 Desktop with 64 bit Windows.

I thought that upgrading from VS22 17.0.4 to 17.7.4 would fix the issue, but it did not. Full output here:
cl --versionshows that I'm on a versionfor x86, so that's probably why.I ran
x64 Native Tools Command Prompt for VS 2022using the Windows 11 search bar and that got me into the correct environment.Afterwards, I could run
.\orca.bat dev build-runtime(but not./orca dev build-runtimeas suggested.)Reopening this because I want to make the error messages clearer (and explicitly detect when you are in the wrong cl mode)
Unsupported OS Errorto Builds fail with confusing errors on 32-bit WindowsBuilds fail with confusing errors on 32-bit Windowsto Need more MSVC prerequisite checksStuff to detect:
clis missingclis too old (older than 17.7)clrunning for wrong architecture (need x64)Also:
python3 orca(orpython orca?) instead of./orcafor initial steps