Replies: 3 comments 4 replies
-
Every commit is built on MSVC 2019. (See: the Windows CI workflow build logs ) The exact steps used to build are in the CI_windows.yml workflow (although they do include a bunch of CI-specific stuff you can ignore). Additionally, I personally build it on MSVC 2019 on Windows 10 fairly frequently. Can you provide more specifics about your system? (Version of Windows, version of Qt you installed, exact version of MSVC, CMake configure parameters you used, etc.) |
Beta Was this translation helpful? Give feedback.
-
I can switch to 2019. The github page lists 2017 son I used that. I'll
check the SDK and let you know.
…On Sat, Dec 26, 2020, 5:51 PM pastdue ***@***.***> wrote:
What Windows SDK version are you compiling against? (Also, we don't
currently regularly test with VS 2017 - only VS 2019 - so it's possible
there are a few fixes needed for compatibility with older VS.)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1432 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPA253N3BJNY6YMJEMBEA3SWZZHRANCNFSM4VJLPVOA>
.
|
Beta Was this translation helpful? Give feedback.
-
@rhvonlehe I've opened a PR to fix the one compilation error on MSVC < 16.5: #1516 Could you provide more information about the file(s)/line(s) that were triggering the std::min/max error? |
Beta Was this translation helpful? Give feedback.
-
Is it safe to say there aren't any users actively building this from source on Windows? It seems unlikely because I've run into too many snags. Just a few of them:
Beta Was this translation helpful? Give feedback.
All reactions