[Bug 15610] When compiling with CFLAGS="-Werror", sys/asoundlib.h is unusable

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 14 14:45:18 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15610


Andrey Turkin <andrey.turkin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.turkin at gmail.com




--- Comment #3 from Andrey Turkin <andrey.turkin at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list