Wine compile problem

The MCP ejkeever at comcast.net
Fri May 28 18:02:28 CDT 2004


After downloading Wine-20040408 and now 20040505, I'm finding that I
can't compile it anymore. After unzipping, everything configures fine
and make depend && make seems to work, until it gets to the audio:

make[2]: Entering directory
`/home/erik-k/downloads/wine-20040505/dlls/winmm/winealsa'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared
./winealsa.drv.spec    audio.o audio_05.o alsa.o midi.o 
winealsa.drv.dbg.o   -o winealsa.drv.so -L../../../dlls  -lwinmm
-luser32 -ladvapi32 -lkernel32 -lntdll -L../../../libs/wine -lwine
-ldxguid -luuid -lasound -L../../../libs/port -lwine_port
audio.o(.text+0x24): In function `ALSA_InitializeVolumeCtl':
/home/erik-k/downloads/wine-20040505/dlls/winmm/winealsa/audio.c:280:
undefined reference to `snd_ctl_card_info_sizeof'
audio.o(.text+0x31):/home/erik-k/downloads/wine-20040505/dlls/winmm/winealsa/audio.c:280: undefined reference to `snd_ctl_card_info_sizeof'
audio.o(.text+0x49):/home/erik-k/downloads/wine-20040505/dlls/winmm/winealsa/audio.c:281: undefined reference to `snd_ctl_card_info_sizeof'
audio.o(.text+0x5a):/home/erik-k/downloads/wine-20040505/dlls/winmm/winealsa/audio.c:283: undefined reference to `snd_ctl_elem_list_sizeof'

After this, the compiler generates a total of 6 big pages of errors from
audio.c and later midi.c. Is there some other dependency that I need to
install to prevent this? Some library in a weird location?

I'm using Mandrake 9.2 (soon upgrading to 10.0), on an Athlon 1.8 Ghz.




More information about the wine-users mailing list