From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2Zpw-0006Fv-BM for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2Zps-0004cc-W6 for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:50:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2Zps-0004be-Re for qemu-devel@nongnu.org; Wed, 10 Jun 2015 02:50:04 -0400 Message-ID: <1433919001.16508.5.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 10 Jun 2015 08:50:01 +0200 In-Reply-To: References: <1433846851-20552-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/12] audio patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers > 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