-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 missing include dir for untwine #59169
Conversation
Does it actually fix it? |
Just deducing from the error msg in #59160 (comment), tests will tell |
Ah, I see, the file is included using it's parent folder too! |
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
@uclaros there are more issues (about wchar_t/unicode on windows) Could you have a look at that?
|
It looks like I reverted a change from #58563 by pulling the latest untwine (we should have pushed that change to upstream untwine I guess). Can you try changing again
to STARTUPINFOA startupInfo; ? |
Yes, exactly, feel free to push to this PR until it's green or start a new one and merge this. |
I think if we wouldn't vendor |
Thanks looks like we are green again. Let's hope tests are working for the next version bump, so we are prepared. |
I'll push this change to upstream untwine so we're ok next time.
Unfortunately, there are no packages for untwine, nor lazperf that we could use. |
Thanks #58563 you will see that it refs multiple previous iterations, with the vendored copy the path of this two-way-sync is not easy (i.e. we don't keep patches, we have a copy of the code).
I have tried to create packages and failed because of the architecture, see #57414 (comment) . As long as the code is like this, more packaging is unlikely to happen. |
Fixes the broken windows build.
Followup #59160
CC @uclaros