Hi Adam, On Thu, Dec 20, 2018 at 12:10 PM Adam Borowski <kilob...@angband.pl> wrote: > > audio_gsm.c:29:11: fatal error: GSM610/gsm.h: No such file or directory > # include "GSM610/gsm.h"
Thank you for taking a look. The errors you found are due to confusion about the include path. The previous version shipped gsm.h in two locations: It was in /usr/include, and again in /usr/include/gsm---together with a bunch of probably private headers that gave rise to #882176. When trying to fix the latter, I settled for /usr/include/gsm.h since the file appeared to be the sole header (although the reporting party's patch kept it in /usr/include/gsm). As a side note, I had seen #include <gsm gsm.h=""> in a package of mine but thought it was conditional on autoconf; some of the packages you tested may also look for the header in both places. Either way, I uploaded a new version to Mentors that again ships the same file in both locations. Would you please try again? If you feel strongly about it, we can also file bugs against packages that use the library but do not look for the header in your favorite location. I have no preference. Roar & thank you!