-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
v2.3.1 build fails when cross-compiling for Windows via mingw. See build log in comments. #178
Comments
Another relevant issue thread: rdp/ffmpeg-windows-build-helpers#706 |
What is the compiler version? |
I have compiled this project with gcc 13.2.0 targeting x86_64 mingw. |
|
https://github.com/rdp/ffmpeg-windows-build-helpers is using win32 threading model in their
I should fairly easily be able to add a build test step in the cmake to ensure that futures are actually supported correctly and disable threading if it isn't. That's if the build helpers people aren't able to switch to using the posix thread model. |
The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future. So we detect if future compilation works and disable multithreading if not. Fixes issue dyne#178
The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future. So we detect if future compilation works and disable multithreading if not. Fixes issue dyne#178
The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future. So we detect if future compilation works and disable multithreading if not. Fixes issue dyne#178
The mingw cross compiler for windows can be built with either a posix thread model or a win32 thread model. The win32 thread model does not fully support future. So we detect if future compilation works and disable multithreading if not. Fixes issue #178
this should be solved now, thanks @gbendy ! |
Build fails via Ubuntu 22.04.2 in WSL 2 on Windows 10 using the ffmpeg-windows-build-helpers script. Previously, v2.3.0 worked just fine.
This is in reference to this issue for ffmpeg-windows-build-helpers: rdp/ffmpeg-windows-build-helpers#707
Note the errors to the recently added
kaleid0sc0pe.cpp
in the build log.The text was updated successfully, but these errors were encountered: