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!
What was working with 1.2.12 no longer isn't:
Can this be addressed? Happy holidays!