Closed Bbansjkl closed 1 year ago
Try using the exact commit from the docs for vcpkg 12b7cfe6109a9d68319334b56a01c44a302a13b6 - HEAD errored out on vorbis for me a while ago
Try using the exact commit from the docs for vcpkg 12b7cfe6109a9d68319334b56a01c44a302a13b6 - HEAD errored out on vorbis for me a while ago
That worked, thanks! Might it be worthwhile to note that on the compilation guide?
Yes, it would definitely be useful to have instructions on how to update vcpkg in the compilation guide (as well as information that it may need to be updated if a newer version of CDDA won't compile).
Yes, it would definitely be useful to have instructions on how to update vcpkg in the compilation guide (as well as information that it may need to be updated if a newer version of CDDA won't compile).
Detailed instructions on how to work vcpkg
should go into vcpkg
repo. We already provide step-by-step guide with the list of commands that is enough to install vcpkg
and compile CDDA under normal circumstances. It is possible that something would be broken in vcpkg
repo that would cause some issue using our guide, but we just can't cover every possible situation.
The thing is that things break down from time to time because CDDA shifts to a newer vcpkg version. Fistly, it's not clear why things suddenly don't work, and secondly, the instructions for installation of vcpkg are not useful for updating it (unless you remove vcpkg completely first, I guess).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
Describe the bug
I tried to follow the compilation guide on for MSVC and vcpkg on Windows and am getting an error on the step where I build for the first time:
English translation of the error would be something like "Error: sdl2-mixer:x64-windows-static@2.6.3#1 does not contain/support the required feature libvorbis"
I followed the previous steps in the guide to the letter and already tried to reinstall vcpkg, and to check out this repo once more. Didn't fix it.
Not sure if the compilation guide is missing something or if I made an error anywhere, as this would be my first time working with vcpkg.
Attach save file
N/A
Steps to reproduce
Expected behavior
Compilation should succeed after following the compilation guide's steps.
Screenshots
No response
Versions and configuration
Windows version: Windows 10 21H2
Visual Studio version: 2019, 16.11.25
Additional context
No response