Skip to content

alsa-lib-1.2.13 is breaking dssi-1.1.1 because of missing header #431

Description

@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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions