-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
sdl2-mixer[opusfile,libflac,libmodplug,libvorbis,mpg123] build failure #15335
Comments
the other sdl2-mixer features i've tried work fine on my system as well, right now opusfile is the only exception i can find. EDIT: ALL of the additional format features do not work either, except nativemidi (flac, modplug, mpg123, ogg). |
|
Confirmed. |
Since mixer's dependency |
But for now, the latest mixer doesn't support the latest opus. |
@JackBoosY Is the cause the same for the other libraries? I'm unable to install even without opus (i.e. just
install-x64-windows-dbg-out.log I'm reproing this issue on Windows 8.1, on commit 5c262f6. |
@noam-c Same issue, but only related to sdl2-mixer, not sdl2. |
is there any possible workaround for now? vcpkg is the only way i can stand to install libraries when using visual studio. i'd really prefer not to compile the libs myself and spend 3 hours debugging include and library directory configurations in the terribly sorted properties window |
It looks like versioning is now ready? Is there any ETA for this issue? I don't want to switch over to old school library management of all SDL libraries just because of mpg123 |
@thomak-dev Versioning is ready, but we do not support selecting a version in vcpkg by default (by adding a fixed version number in CONTROL or manifest), you can add an overlay port to do it. |
I get this error also in one of my projects that I'm converting to vcpkg. Is this a simple matter of adjusting the https://github.com/microsoft/vcpkg/blob/master/ports/sdl2-mixer/vcpkg.json#L61 There also seems to be a new SDL2_Mixer version being prepared, which would make the issue go away anyway, but it would be nice to use SDL2_mixer right away. Thanks! |
…ynamically loaded extra .dlls see also: microsoft/vcpkg#15335
Close this PR until upstream fixes this. |
Host Environment
Other packages work fine -- don't know what the "Compiler: revision" means in the context of this template.
install-x86-windows-dbg-out.log
The text was updated successfully, but these errors were encountered: