On Tue, Nov 3, 2015 at 9:00 PM, Andrew Eikum aeikum@codeweavers.com wrote:
Sorry about that, Francois. I think this will fix it. I took your suggestion to use enable_winepulse_drv instead of PULSE_LIBS in the later section.
Hi, Andrew. I applied the patch and did a new configure && make, configure shows that I don't have Pulseaudio installed [1] but still I get the same problem when it hits winepulse.drv. Then I manually erased the Makefile inside winepulse.drv and did a second configure and make. Make recreated file still have -lpulse.
[1] configure: libpulse 32-bit development files not found or too old, Pulse won't be supported.
Am I missing something? I really don't understand this make stuff, sorry =/
On Tue, Nov 03, 2015 at 11:00:22PM +0800, Bruno Jesus wrote:
On Tue, Nov 3, 2015 at 9:00 PM, Andrew Eikum aeikum@codeweavers.com wrote:
Sorry about that, Francois. I think this will fix it. I took your suggestion to use enable_winepulse_drv instead of PULSE_LIBS in the later section.
Hi, Andrew. I applied the patch and did a new configure && make, configure shows that I don't have Pulseaudio installed [1] but still I get the same problem when it hits winepulse.drv. Then I manually erased the Makefile inside winepulse.drv and did a second configure and make. Make recreated file still have -lpulse.
[1] configure: libpulse 32-bit development files not found or too old, Pulse won't be supported.
Am I missing something? I really don't understand this make stuff, sorry =/
Did you run autoconf after applying the patch? configure is generated from configure.ac by autoconf, but we don't include those changes when sending patches. Different versions of autoconf generate unrelated changes to configure, so AJ does it to keep the autoconf version consistent.
Andrew
On Tue, Nov 3, 2015 at 11:02 PM, Andrew Eikum aeikum@codeweavers.com wrote:
Did you run autoconf after applying the patch? configure is generated from configure.ac by autoconf, but we don't include those changes when sending patches. Different versions of autoconf generate unrelated changes to configure, so AJ does it to keep the autoconf version consistent.
Thanks for the info, autoconf did the trick.
On Tue, Nov 3, 2015 at 11:12 PM, Alexandre Julliard julliard@winehq.org wrote:
It should be fixed in today's commit round.
Yes! Thank you very much.
Bruno Jesus 00cpxxx@gmail.com writes:
Hi, Andrew. I applied the patch and did a new configure && make, configure shows that I don't have Pulseaudio installed [1] but still I get the same problem when it hits winepulse.drv. Then I manually erased the Makefile inside winepulse.drv and did a second configure and make. Make recreated file still have -lpulse.
[1] configure: libpulse 32-bit development files not found or too old, Pulse won't be supported.
Am I missing something? I really don't understand this make stuff, sorry =/
It should be fixed in today's commit round.