From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7OX9-000339-Fg for qemu-devel@nongnu.org; Tue, 23 Jun 2015 09:46:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7OX1-0006oO-Ar for qemu-devel@nongnu.org; Tue, 23 Jun 2015 09:46:39 -0400 Received: from mx2.parallels.com ([199.115.105.18]:43936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7OX1-0006mz-5E for qemu-devel@nongnu.org; Tue, 23 Jun 2015 09:46:31 -0400 Message-ID: <55896320.9010201@parallels.com> Date: Tue, 23 Jun 2015 16:46:08 +0300 From: Olga Krishtal MIME-Version: 1.0 References: <87mvzu9176.fsf@blackfin.pond.sub.org> <874mm24bua.fsf@blackfin.pond.sub.org> In-Reply-To: <874mm24bua.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] How to build qga-vss.dll? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Tomoki Sekiyama Cc: "qemu-devel@nongnu.org" , Michael Roth On 20/06/15 18:51, Markus Armbruster wrote: > Tomoki Sekiyama writes: > >> Hi Markus, >> >> The steps to build qga-vss.dll are: >> >> - Install some MinGW library packages: When I tested in fedora22, >> I need mingw32-winpthreads-static package in addition to >> packages on the qemu wiki page: http://wiki.qemu.org/Hosts/W32 >> >> - Download Microsoft VSS SDK from: >> http://www.microsoft.com/en-us/download/details.aspx?id=23490 >> >> - Extract the SDK >> scripts/extract-vsssdk-headers setup.exe (on POSIX-systems) >> -> extracted into "inc" directory >> >> - Specify installed SDK directory to configure option as: >> ./configure --cross-prefix=i686-w64-mingw32- \ >> --with-vss-sdk=inc >> >> - make qemu-ga.exe qga/vss-win32/qga-vss.{dll,tlb} >> >> I hope this helps. > It does, thanks! To build it I used --with-vss-sdk option, without it my qga/vss-win32 directory was empty. >