> Fails to build on w32: > > /home/petmay01/linaro/qemu-for-merges/audio/dsoundaudio.c:38:20: > error: dsound.h: No such fi le or directory
Hmm, builds fine here: nilsson kraxel ~/projects/qemu (audio.work)# locate dsound.h /usr/i686-w64-mingw32/sys-root/mingw/include/dsound.h /usr/x86_64-w64-mingw32/sys-root/mingw/include/dsound.h nilsson kraxel ~/projects/qemu (audio.work)# rpm -qf /usr/*/sys-root/mingw/include/dsound.h mingw32-headers-4.0.2-1.el7.noarch mingw64-headers-4.0.2-1.el7.noarch > This looks like it's because configure is now using > "dsound" by default rather than "winwave". Seems older mingw versions don't have dsound.h. Which version do you have? How old is it? cheers, Gerd