I tried to compile the latest wine source just the way I have been doing
successfully for a year or so (RedHat 9 system with kernel 2.4.22):
../tools/wineinstall
Now on each trial (even with ./configure and make) I get the same
compiler error messages (see some lines of the output below). Is there a
problem with the recent alsa driver/libs 1.0.0pre* which I have installed?
TIA
Klaus
gcc -c -I. -I. -I../../../include -I../../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o audio.o audio.c
audio.c: In function `ALSA_TraceParameters':
...[schnipp}
audio.c:1784: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c: In function `IDsDriverBufferImpl_GetPosition':
audio.c:1938: too few arguments to function
`snd_pcm_hw_params_get_period_size'
make[2]: *** [audio.o] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
?/home/kp/src/wine-20031118/dlls/winmm/winealsa?
make[1]: *** [winmm/winealsa] Fehler 2
make[1]: Verlassen des Verzeichnisses Verzeichnis
?/home/kp/src/wine-20031118/dlls?
make: *** [dlls] Fehler 2