-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
CMake can't link to libmpg123 when building with sdl2-mixer #22023
Comments
I can reproduce this on Windows 10 as well when I use the same code and and commands on a clean vcpkg. |
@sharkwouter Could you test PR #22049 is useful for you? Thanks. |
Done, it does fix this issue |
Error when install sdl2-mixer: Log says: |
@mice2100 Please open a new issue to report that. |
I have 2 projects which are based on sdl2 which use sdl2-mixer and produce automatic builds for Windows. Since this issue #21776 this hasn't worked. A fix has been applied which makes sdl2-mixer build again with libmpg123 support, but my builds, which were working before, are still not working. I changed nothing.
Here is a link to the build: https://github.com/JoseTomasTocino/freegemas/runs/4520681620?check_suite_focus=true
I'm building on windows-latest in github actions. I'm getting the following error:
This is my workflow:
The relevant part of my
CMakeLists.txt
can be found here: https://github.com/JoseTomasTocino/freegemas/blob/ea416c4594b3e0a97e594e4968d000f70ff198c6/CMakeLists.txt#L121-L152There is probably an error in one of the cmake files shipped with sdl2-mixer, but I did not extensively troubleshoot this.
The text was updated successfully, but these errors were encountered: