Problems with SDL2
Help wanted
i am using a SDL2 library built by someone else (actually a binding). However they seem to have messed up the building of ALSA or LIBSDL2 in a way that initalizing SDL2 with the sound module active produces a file not found error:
ALSA lib dlmisc.c:285:(snddlobjcacheget0) Cannot open shared library /workspace/destdir/lib/alsa-lib/libasoundmodulepcmpulse.so ((null): /workspace/destdir/lib/alsa-lib/libasoundmodulepcm_pulse.so:
Depending on what work around i (don't) try i also get this error instead.
ALSA lib conf.c:4048:(sndconfigupdate_r) Cannot access file /workspace/destdir/share/alsa/alsa.conf
It looks like something of the build environment leaked into the binary. Do you have ideas how to fix it or where the build environment might have slipped in?
Issue tracking this problem where my dependencies are built