You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the conan recipe for czmq 4.2.1, you get a build error on windows. Note, if you set the compiler.cppstd=17, this still works, so a workaround exists.
Steps to reproduce:
Windows 11 machine with latest visual studio 2022
install conan2 (pip install conan)
Run the conan install command from a visual studio 2022 x64 native shell
When using the conan recipe for czmq 4.2.1, you get a build error on windows. Note, if you set the compiler.cppstd=17, this still works, so a workaround exists.
Steps to reproduce:
It will error out because a string literal loses a const qualifier. It can be corrected by fixing the core or setting a compiler flag to ignore it.
Example errors:
The text was updated successfully, but these errors were encountered: