Kwan Hong Lee wrote: > I get the following error when trying to compile pa-0.9.10 > > I/usr/include/liboil-0.3 -I/usr/include/dbus-1.0 > -I/usr/lib/dbus-1.0/include -g -O2 -std=gnu99 -Wall -W -Wextra > -pedantic -pipe -Wformat -Wold-style-definition > -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations > -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls > -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wcast-align > -Wwrite-strings -Winline -Wno-unused-parameter -ffast-math -MT > pulseaudio-caps.o -MD -MP -MF .deps/pulseaudio-caps.Tpo -c -o > pulseaudio-caps.o `test -f 'daemon/caps.c' || echo './'`daemon/caps.c > daemon/caps.c:134: error: conflicting types for 'pa_drop_caps' > daemon/caps.h:28: error: previous declaration of 'pa_drop_caps' was here > daemon/caps.c:134: error: conflicting types for 'pa_drop_caps' > daemon/caps.h:28: error: previous declaration of 'pa_drop_caps' was here > make[2]: *** [pulseaudio-caps.o] Error 1 > > > Any ideas? Yeah see the trunk changes after the 0.9.10 release for a fix for this. Col.