alsa-utils 1.2.7 fails to build if rawmidi support is disabled in alsa-lib – GitHub issues
From: GitHub issues - opened <github@alsa-project.org> To: alsa-devel@alsa-project.org Subject: alsa-utils 1.2.7 fails to build if rawmidi support is disabled in alsa-lib Date: Sun, 19 Jun 2022 15:56:53 +0200 (CEST) [thread overview] Message-ID: <20220619135653.033E9F8014E@alsa1.perex.cz> (raw) In-Reply-To: <1655647010177676916-webhooks-bot@alsa-project.org> alsa-project/alsa-utils issue #154 was opened from Saur2000: If alsa-lib is configured using `--disable-rawmidi`, then alsa-utils fails to build: ``` alsactl/info.c:83:44: error: unknown type name 'snd_rawmidi_stream_t'; did you mean 'snd_pcm_stream_t'? 83 | static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream) | ^~~~~~~~~~~~~~~~~~~~ | snd_pcm_stream_t alsactl/info.c:92:48: error: unknown type name 'snd_rawmidi_stream_t'; did you mean 'snd_pcm_stream_t'? 92 | static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool *first) | ^~~~~~~~~~~~~~~~~~~~ | snd_pcm_stream_t ``` Issue URL : https://github.com/alsa-project/alsa-utils/issues/154 Repository URL: https://github.com/alsa-project/alsa-utils
parent reply other threads:[~2022-06-19 13:57 UTC|newest] Thread overview: expand[flat|nested] mbox.gz Atom feed [parent not found: <1655647010177676916-webhooks-bot@alsa-project.org>]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220619135653.033E9F8014E@alsa1.perex.cz \ --to=github@alsa-project.org \ --cc=alsa-devel@alsa-project.org \ --subject='Re: alsa-utils 1.2.7 fails to build if rawmidi support is disabled in alsa-lib' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.
Read more here: Source link