-
Notifications
You must be signed in to change notification settings - Fork 6
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
pthreads link fix #13
Conversation
3f6a2f4
to
4fc035e
Compare
I just tried the artifact you provided in zulip - unfortunately the pthread behavior is the same as before. |
Thank you for checking. Please post the cmake configure log output. I am especially interested in the lines around:
doe the paths exists? |
Debug x64_off:
The path C:/Users/Joerg/source/repos/JoergAtGithub/mixxx/buildenv/mixxx-deps-2.3-x64-windows-8f55ca2/installed/x64-windows/include/../bin exists, but in it are the release librarys. The Debug librarys are in C:/Users/Joerg/source/repos/JoergAtGithub/mixxx/buildenv/mixxx-deps-2.3-x64-windows-8f55ca2/installed/x64-windows/include/../debug/bin |
I wonder why there are not two lines one for release and one for debug. I have added an additional these lines message for debug in: But since it is not there, I assume you have the old file somehow. A caching issue? |
I have just confirmed that the version in /mixxx-deps-2.3-x64-windows-8f55ca2/installed/x64-windows/share/pthreads/vcpkg-cmake-wrapper.cmake is old :-( |
Please try to manual replace: |
I think it was a caching issue. I have now bumped the pthreads port version. Let's have a look. |
de41237
to
38b6349
Compare
Rebased, the final version. please verify. |
Verified!!! Thank you! |
How is the performance of Mixxx compared to RelWithDebInfo? |
This is the upstream PR: microsoft#18528 But lets merge this as an overlay and not merge from master to not change anything else just before the release. @Holzhaus, Do you agree? |
OK for me. |
Thank you. |
This includes the microsoft#17011
Which might fix the Debug build of Mixxx