https://bugs.freedesktop.org/show_bug.cgi?id=47190
--- Comment #3 from Tanu Kaskinen <[email protected]> 2012-03-11 12:09:16 PDT --- If I'm reading the error messages correctly, libpulsecommon tries to use pa_timeval_add etc, but doesn't find the code for those functions. The functions used to be included in libpulsecommon but aren't anymore, which suggests that this commit broke something: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=24ff7196753a3273bac34e87bdcf42384f974d45 That said, git master builds just fine for me. Did you try compiling on a fresh clone, or do you perhaps have something cached from previous builds? If it's not a fresh clone, try these two commands: git reset --hard git clean -xdf That should get rid of any old build stuff. If it doesn't help, does the following command help? git revert 24ff7196753a3273bac34e87bdcf42384f974d45 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
