Winex and Alsa 1.0.0
"Brett I. Holcomb" <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | Holcomb & Associates |
| Message-ID | <[email protected]> |
I downloaded cvs and attempted to build Winex on a system with alsa 1.0.0_rc2 installed. I got these errors shown below. What are the plans to update Winex to work with Alsa's 1.0 release? Until that happens what can I do to work around this problem. Is there something I can do with the Winex configure/install process? I have asked about this on the Alsa user mail list and was told there is a workaround on the developers mail list. The only thing I found in the archives was a reference to --with-compat-rc3 option for configure. However, this post was done in September and was talking about 0.9x versions of Alsa. Alsa's ./configure --help does not list this switch as an option to build the Alsa programs so is it one I can use with Winex's configure? Thank you. Here's the start of the errors. They go on like this for various functions. ../../../include/winnt.h:492:1: warning: "MAXLONG" redefined In file included from audio.c:21: /usr/include/values.h:46:1: warning: this is the location of the previous defini tion audio.c: In function `ALSA_TraceParameters': audio.c:292: too few arguments to function `snd_pcm_hw_params_get_format' audio.c:293: too few arguments to function `snd_pcm_hw_params_get_access' audio.c:348: too few arguments to function `snd_pcm_hw_params_get_channels' audio.c:348: too few arguments to function `snd_pcm_hw_params_get_channels_min' audio.c:348: too few arguments to function `snd_pcm_hw_params_get_channels_max' audio.c:349: too few arguments to function `snd_pcm_hw_params_get_buffer_size' audio.c:349: too few arguments to function `snd_pcm_hw_params_get_buffer_size_mi n' audio.c:349: too few arguments to function `snd_pcm_hw_params_get_buffer_size_ma x' audio.c:361: too few arguments to function `snd_pcm_hw_params_get_rate' audio.c:361: too few arguments to function `snd_pcm_hw_params_get_rate_min' audio.c:361: too few arguments to function `snd_pcm_hw_params_get_rate_max'