On Tue, 31 Aug 2010, Alexandre Julliard wrote:
Francois Gouget fgouget@free.fr writes:
http://source.winehq.org/patches/data/65442
According to http://source.winehq.org/patches/ this patch causes a build error (or maybe a new warning). However here (gcc 4.4) I see no warning at all.
[...]
It's an undefined reference, probably you don't have OpenAL so that code doesn't get compiled.
Ah, right, it's MMDevice_GetPropValue() that gets used from audio.c if OpenAL is supported. And OpenAL is missing because I'm on a Debian 64 system so there's no package providing the 32bit version :-(
Does anyone know of 'clean' ways of getting libv4l, libgsm, libmpg123 and libopenal on a 64bit Debian system? I would try apt-cross but I was once told that using it to get 32bit libraries on 64bit system was stupid, not meant to work, etc.