|
From: | Paul Eggert |
Subject: | Re: Deprecation message in Arch Linux. |
Date: | Wed, 28 Aug 2019 10:19:14 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
Ergus wrote:
In file included from ../../src/sound.c:78:/usr/include/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. [-Wcpp]1 | #warning This header is deprecated, use <alsa/asoundlib.h> instead. It shouldn't be an issue, but maybe we should fix it.
Sounds like a problem with your Arch Linux configuration. The command: pkg-config --cflags "alsa >= 1.0.0"should output something like "-I/usr/include/alsa" so that the "#include <asoundlib.h>" grabs /usr/include/alsa/asoundlib.h instead of /usr/include/asoundlib.h. You might look into that, and if you still think it's an Emacs configure problem please file a bug report.
[Prev in Thread] | Current Thread | [Next in Thread] |