-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build hit error ijw.cpp(19): error C3611: “System::Numerics::INumb erBase::System::IUtf8SpanFormattable.TryFormat”: 密封函数不能具有纯说明符 #110243
Comments
Tagging subscribers to this area: @hoyosjs |
the full build log log.txt |
Duplicate of #94998, .NET 8+ requires at least C++/CLI v14.38. |
I think you didn't look carefully the log details. and I have install the v143 c++/cli latest tools, you can find the picture shot. |
Your VS has 14.36 installed and is using that for the build according to your log. |
ok, but how can I solving it, due to I have installed v143 c++/cli latest tools |
I have use |
"Your VS has 14.36 installed" this is beacuse it hit the error before I installed the 14.36 version, so I try install this version. so maybe the problem is the build script didn't use the latest tools. |
In this case you should probably check your environment variables, or use |
Additionally, why do you need to select 17.36 version of C++/CLI along with latest version? The latest version is 17.42 currently. |
I build v9.0.0 tag local.
hit the ijw.cpp(19): error C3611: “System::Numerics::INumberBase::System::IUtf8SpanFormattable.TryFormat”: 密封函数不能具有纯说明符
I have upgrade vs to 17.12.2 version and install the c++/cli to 143 latest version
the compiler version show below:
The text was updated successfully, but these errors were encountered: