From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfsJk-0008KK-NU for qemu-devel@nongnu.org; Fri, 24 May 2013 09:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfsJg-0004gc-2R for qemu-devel@nongnu.org; Fri, 24 May 2013 09:46:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfsJf-0004gK-Jp for qemu-devel@nongnu.org; Fri, 24 May 2013 09:45:55 -0400 Message-ID: <519F6F9B.2060006@redhat.com> Date: Fri, 24 May 2013 15:48:11 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20130521153333.4880.74390.stgit@hds.com> <20130521153349.4880.13431.stgit@hds.com> <519BA696.2060605@redhat.com> In-Reply-To: <519BA696.2060605@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v3 04/11] qemu-ga: Add an configure option to specify path to Windows VSS SDK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com, vrozenfe@redhat.com, Tomoki Sekiyama , pbonzini@redhat.com, seiji.aguchi@hds.com, areis@redhat.com On 05/21/13 18:53, Eric Blake wrote: > On 05/21/2013 09:33 AM, Tomoki Sekiyama wrote: >> To enable VSS support in qemu-ga for Windows, header files included in >> VSS SDK is required. >> The VSS support is enabled when the option like below: >> ./configure --with-vss-sdk="/pass/to/VSS SDK" >> >> VSS SDK is available from: >> http://www.microsoft.com/en-us/download/details.aspx?id=23490 >> >> To cross-compilie using mingw32 for Linux, you need to setup the SDK on > > s/compilie/compile/ > > There are two mingw projects: mingw (older, 32-bit only) and mingw64 > (newer, both 32- and 64-bit support). The name 'mingw32' is misleading, > as neither project uses it. Fedora uses mingw64. RHEL-6 has packages named mingw32-* (from "rhel-6-workstation-optional-rpms" -- on my laptop anyway). I believe saying just "mingw" should be fine, as proposed. Laszlo