Skip to content
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

fix: handle older VC redist versions #5447

Merged
merged 10 commits into from
Jun 15, 2024

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Jun 8, 2024

With Visual Studio v17.10 and MSVC 14.40, we require a new VC Runtime to be installed (see https://github.com/microsoft/STL/releases/tag/vs-2022-17.10). Alternatively, we can set _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR. I hate to do that, but it's the best option for users (it's not yet on, but I'll probably enable it). By default, builds will build without it (these builds will show a warning when started). Ideally, we'd statically link to it, but I'm not sure if that's possible (#2323).

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/platform/windows/CrtCheck.cpp Outdated Show resolved Hide resolved
src/platform/windows/CrtCheck.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/platform/windows/CrtCheck.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/platform/windows/CrtCheck.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

src/platform/windows/CrtCheck.cpp Outdated Show resolved Hide resolved
@Nerixyz Nerixyz force-pushed the fix/handle-old-vc-redist branch from 5671128 to 423837f Compare June 8, 2024 21:00
@pajlada pajlada enabled auto-merge (squash) June 15, 2024 10:06
@pajlada pajlada merged commit 280ac30 into Chatterino:master Jun 15, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants