alsa-lib-1.2.13 is breaking dssi-1.1.1 because of missing header
alsa-project/alsa-lib issue #431 was opened from kobboi:
What was working with 1.2.12 no longer isn't:
``` /usr/include/alsa/ump_msg.h:1119:65: error: unknown type name ‘size_t’ 1119 | int snd_ump_msg_sysex_expand(const uint32_t *ump, uint8_t *buf, size_t maxlen, | ^~~~~~ /usr/include/alsa/ump_msg.h:13:1: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’? 12 | #include <stdint.h> +++ |+#include <stddef.h> 13 | /usr/include/alsa/ump_msg.h:1120:30: error: unknown type name ‘size_t’ 1120 | size_t *filled); | ^~~~~~ /usr/include/alsa/ump_msg.h:1120:30: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’? ```
Can this be addressed? Happy holidays!
Issue URL : https://github.com/alsa-project/alsa-lib/issues/431 Repository URL: https://github.com/alsa-project/alsa-lib
participants (1)
-
GitHub issues - opened