Hello to all, I'm trying to build the latest git version of pulseaudio and i'm getting these errors compiling. I'm using Ubunty Jaunty and installed libsndfile-1.0.20-1 from the Debian sid repository as I was said by autogen.sh it was needed. Here's what i done: $ git clone git://0pointer.de/pulseaudio.git $ cd pulseaudio $ ./autogen.sh $ make [...] libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I../src/modules -I../src/modules -I../src/modules/rtp -I../src/modules/rtp -I../src/modules/gconf -I../src/modules/gconf -I../src/modules/bluetooth -I../src/modules/bluetooth -I../src/modules/oss -I../src/modules/oss -I../src/modules/alsa -I../src/modules/alsa -I../src/modules/raop -pthread -D_POSIX_PTHREAD_SEMANTICS -DPA_DLSEARCHPATH= \"/usr/local/lib/pulse-0.9.15/modules/\" -DPA_DEFAULT_CONFIG_DIR= \"/usr/local/etc/pulse\" -DPA_BINARY=\"/usr/local/bin/pulseaudio\" -DPA_SYSTEM_RUNTIME_PATH=\"/usr/local/var/run/pulse\" -DPA_SYSTEM_CONFIG_PATH=\"/usr/local/var/lib/pulse\" -DPA_SYSTEM_STATE_PATH=\"/usr/local/var/lib/pulse\" -DAO_REQUIRE_CAS -DPULSE_LOCALEDIR=\"/usr/local/share/locale\" -DPA_MACHINE_ID= \"/usr/local/var/lib/dbus/machine-id\" -I/usr/include/alsa -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -MT libalsa_util_la-reserve-wrap.lo -MD -MP -MF .deps/libalsa_util_la-reserve-wrap.Tpo -c modules/reserve-wrap.c -fPIC -DPIC -o .libs/libalsa_util_la-reserve-wrap.o modules/reserve-wrap.c: In function ?pa_reserve_wrapper_get?: modules/reserve-wrap.c:108: warning: unused variable ?k? [-Wunused-variable] modules/reserve-wrap.c: In function ?pa_reserve_monitor_wrapper_get?: modules/reserve-wrap.c:251: warning: unused variable ?k? [-Wunused-variable] modules/reserve-wrap.c: In function ?pa_reserve_monitor_wrapper_busy?: modules/reserve-wrap.c:339: warning: implicit declaration of function ?rm_busy? modules/reserve-wrap.c:339: error: ?pa_reserve_monitor_wrapper? has no member named ?monitor? make[3]: *** [libalsa_util_la-reserve-wrap.lo] Error 1 make[3]: Leaving directory `/home/renato/src/pulseaudio/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/renato/src/pulseaudio/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/renato/src/pulseaudio' make: *** [all] Error 2 --------------- Renato