Since some point after 5.0 was released, I have been unable to build PulseAudio with ORC (The Oil Runtime Compiler). I can work around this issue easily by disabling ORC (passing --disable-orc to mingw32-configure), but I thought I'd report this issue. Yes, I am building on mingw32. I am using the Opensuse Build Service. Here is a failing build log: http://pastebin.com/qZjqk6qa And here is the RPM spec: http://pastebin.com/pntfZ0ES These appear to be the relevant log lines: [ 61s] pulsecore/.libs/libpulsecore_5.99_la-svolume-orc-gen.o: In function `pa_volume_s16ne_orc_1ch': [ 61s] /home/abuild/rpmbuild/BUILD/pulseaudio/src/pulsecore/svolume-orc-gen.c:295: undefined reference to `orc_program_new_from_static_bytecode' [ 61s] pulsecore/.libs/libpulsecore_5.99_la-svolume-orc-gen.o: In function `pa_volume_s16ne_orc_2ch': [ 61s] /home/abuild/rpmbuild/BUILD/pulseaudio/src/pulsecore/svolume-orc-gen.c:521: undefined reference to `orc_program_new_from_static_bytecode' -Mike