-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[cryptopp] build failure using clang-cl (Windows) #37227
Comments
Not a vcpkg issue.
That is an LLVM bug not correctly reflecting MSVC behavior. You can edit the The rest is a |
you must be right, i have checked standalone build (non-vcpkg) and experienced similar issues, also have found discussion on cryptopp on releated topic and cryptopp wiki says: The library supports MSVC, Intel ICC, MinGW and Cygwin compilers on Windows. MSVC is limited to Visual Studio .Net compilers and above. Clang is not supported. fair enough, from this perspective i don't see anything needs or could to be done and this one should be closed i guess |
OK, if there's nothing we need to fix, I'll close this issue. If you have new questions, please submit a new issue. |
Operating system
Windows Server 2019
Compiler
CLang-CL (17.0.1) standalone and VS Community 2022 (17.9.2) with MSBuild support for LLVM
Steps to reproduce the behavior
Failure logs
to compare on command line level debug vs release:
Release (builds OK):
Debug (fails):
Additional context
also this change was tested with cryptest.exe without any error / faults reported .. this exe was built from standalone cryptopp official git repo after applying same changes from above:
./cryptest.exe vv
./cryptest.exe tv all
The text was updated successfully, but these errors were encountered: