http://bugs.winehq.org/show_bug.cgi?id=15610
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #3 from Andrey Turkin andrey.turkin@gmail.com 2008-10-14 14:45:18 --- sys/asoundlib.h is obsoleted for some time, applications should use alsa/asoundlib.h instead; former header issue #warning about this which kills this one. Wine uses alsa/asoundlib.h when possible and falls back to sys/ variant if alsa/asoundlib.h does not exist. Removing sys/asoundlib.h is not an option I guess, given desired compatibility level. I can see two ways: 1) just ignore this warning. If sys/asoundlib.h warns about deprecation then alsa/asoundlib.h should exist and it will be used 2) remove -Werror from CFLAGS during configure