rolandoislas / drc-sim

Wii U Gamepad Simulator Backend
Other
178 stars 34 forks source link

"Failed to compile drc_sim" using Debian #99

Open SOULSLAYER2044 opened 7 months ago

SOULSLAYER2044 commented 7 months ago

Title says most of it, on regular Debian, get that error code when I try to download it. and as it's downloading you can see that it says "compile log at..." and then gives the directory but i try to look for the directory and it's not there. image

image

TheRealCheeseEnjoyer commented 6 months ago

That's because those functions were deprecated in older versions of libav. As a workaround you can replace the link REPO_DRC_SIM_C in install.sh with my fixed version at https://github.com/TheRealCheeseEnjoyer/drc-sim-c.git. I opened a pull request in the original repository but it looks abandoned so I don't think it will be formally accepted though.