Posted February 28, 2016
Gydion: Not at all as it was applied the day after the initial pulse patch. It's already in Wine 1.9.4. It's failing as the PULSE_LIBS variable is empty. If I knew how to read a configure file I might know why. As I don't I'm guessing it's a 32-bit on 64-bit issue (not to mention that's the usual culprit). PULSE_LIBS is the linker flags; random searching later and configure completes. Let me see if it compiles...
It did! Failed on install though. This however seems to work:
./configure --with-pulse --disable-tests "PULSE_CFLAGS=-lpulse" "PULSE_LIBS=-lpulse" --prefix="$HOME/sommelier/pulse-wine-1.9.4"
Gydion: Left out the -lpulse first time around and skip the -m32.
Does that give you 32-bit libpulse support or 64-bit? That command seems to have worked for me, I think. It did! Failed on install though. This however seems to work:
./configure --with-pulse --disable-tests "PULSE_CFLAGS=-lpulse" "PULSE_LIBS=-lpulse" --prefix="$HOME/sommelier/pulse-wine-1.9.4"
As for the arch issue, I made sure to have the 32-bit version installed so I have no idea why configure insists on failing.