qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] Fix compilation on MacOS X 10.8 ("Mountain Lion


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/2] Fix compilation on MacOS X 10.8 ("Mountain Lion")
Date: Sat, 11 Aug 2012 22:34:38 +0100

I had a go at compiling on my Macbook, which runs Apple's most recent
cat. I had to fix a couple of issues, which I think are down to new
stuff in the system headers:
 * the os/object.h header will try to use Objective-C syntax unless
   explicitly squashed
 * some of the headers we use in the cocoa ui frontend use the
   'Blocks' Apple extension, so won't build except with clang or
   the (now rapidly aging) Apple gcc, so to do a build with a
   modern gcc we need to support specifying the Objective-C compiler
   separately.

Peter Maydell (2):
  configure: Define OS_OBJECT_USE_OBJC=0 for MacOSX builds
  Support using a different compiler for Objective-C files

 configure | 15 +++++++++++++++
 rules.mak |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

-- 
1.7.11.4




reply via email to

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