qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Building nsis installer - cross compile for Windows


From: Peter Maydell
Subject: Re: [Qemu-devel] Building nsis installer - cross compile for Windows
Date: Mon, 28 Jan 2019 13:46:57 +0000

On Mon, 28 Jan 2019 at 13:34, Adam Baxter <address@hidden> wrote:
>
> I'm getting stuck trying to build the NSIS installer for Windows
>
>
> export CFLAGS="-Wno-stringop-truncation"
> ./configure --python=$(command -v python3)
> --cross-prefix=x86_64-w64-mingw32- --enable-docs
> echo 3.99.99 > VERSION
> make -j`nproc`
> make -j`nproc` installer
>
> results in:

> File: "/tmp/qemu-nsis\*.bmp" -> no files found.
> Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
>    /oname=outfile one_file_only)
> Error in script "/drone/src/qemu.nsi" on line 122 -- aborting creation process
> make: *** [Makefile:915: qemu-setup-3.99.99.exe] Error 1

I suspect this is because we've recently removed the
qemu-icon.bmp but didn't update the NSIS installer script,
which is now looking for a wildcard that doesn't match anything
(and isn't trying to install the new .png icon files).
If you try this on a commit before a8260d3876389eb52 does it
work?

qemu-icon.bmp seems also to still be listed in the LINKS
in configure which defines what we symlink from the source
tree to the build tree (and again, the png files are not).

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]