qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3] Makefile.target: set icon for binary file on


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v3] Makefile.target: set icon for binary file on Mac OS X
Date: Sat, 21 Feb 2015 21:14:39 +0900

On 20 February 2015 at 05:51, Programmingkid <address@hidden> wrote:
> This patch sets the icon for the QEMU binary on Mac OS X.
>
> Signed-off-by: John Arbuckle <address@hidden>
>
> ---
> Added conditional code to make the icon setting happen only on Mac OS X.
>
>  Makefile.target   |    4 +
>  pc-bios/qemu.rsrc | 1504 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 1508 insertions(+), 0 deletions(-)
>  create mode 100644 pc-bios/qemu.rsrc

I'm afraid this doesn't build for me:
  LINK  aarch64-softmmu/qemu-system-aarch64
Rez -append ../pc-bios/qemu.rsrc -o qemu-system-aarch64
### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError
0 during open of "../pc-bios/qemu.rsrc".
Fatal Error!
### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal
Error, can't recover.
../pc-bios/qemu.rsrc: ###
/Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Since errors
occurred, qemu-system-aarch64's resource fork was not completely
updated.
../pc-bios/qemu.rsrc: ###
/Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError -43
during set file info.
make[1]: *** [qemu-system-aarch64] Error 3
make[1]: *** Deleting file `qemu-system-aarch64'
make: *** [subdir-aarch64-softmmu] Error 2

I think it's failing to cope with building in a separate
build tree -- pc-bios/qemu.rsrc is only in the source tree,
not the build tree.

thanks
-- PMM



reply via email to

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