Re: Winex and Alsa 1.0
"j.fritz" <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
> 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: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' It seems that the alsa function used by winex is extended and not backwards compatible (by means of overloading or whatever, dunno if thats possible in C but i'm guessing it is.) You could try editng the files that use the functions and add the extra required arguments. maybe just adding null pointers as stubs work i don't know. But the real fix is just wait for the winex devs to port the code to alsa 1.0 ;) but since it's not yet stable and not very commonly in use, apart from a few gentoo-users (like me ;) and other source based geeks my guess is that it could take some time before they fix it for you. regards fritz