From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbEgn-00041P-LL for qemu-devel@nongnu.org; Wed, 12 Aug 2009 10:20:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbEgj-0003zo-4R for qemu-devel@nongnu.org; Wed, 12 Aug 2009 10:20:29 -0400 Received: from [199.232.76.173] (port=42641 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbEgi-0003zl-VU for qemu-devel@nongnu.org; Wed, 12 Aug 2009 10:20:25 -0400 Received: from rv-out-0708.google.com ([209.85.198.248]:36479) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MbEgi-0002l3-Ib for qemu-devel@nongnu.org; Wed, 12 Aug 2009 10:20:24 -0400 Received: by rv-out-0708.google.com with SMTP id b17so8982rvf.22 for ; Wed, 12 Aug 2009 07:20:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: <4a82ac39.a653f10a.37b8.3d80SMTPIN_ADDED@mx.google.com> References: <4a82ac39.a653f10a.37b8.3d80SMTPIN_ADDED@mx.google.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7ce90f0828477019b9b268855f06a47e@gmail.com> Content-Transfer-Encoding: 7bit From: G 3 Subject: Re:[Qemu-devel] qemu 0.10.6 on Mac OS X Tiger: NSFullScreenModeAllScreens undeclared Date: Wed, 12 Aug 2009 10:20:18 -0400 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I have made so many patches that fixed problems with the cocoa.m file. I sent them all in and not a single one of them made it into cocoa.m. I have emailed Anthony Liguori about these missing patches. He said they were already committed. They weren't. I don't know what else to do. I could send the modified cocoa.m to you if you want. On Aug 12, 2009, at 7:46 AM, qemu-devel-request@nongnu.org wrote: > Message: 1 > Date: Wed, 12 Aug 2009 05:11:53 -0500 > From: Ryan Schmidt > Subject: [Qemu-devel] qemu 0.10.6 on Mac OS X Tiger: > NSFullScreenModeAllScreens undeclared > To: qemu-devel@nongnu.org > Message-ID: <6EF18DB9-22FF-4760-9CF2-699DD68C0DDC@ryandesign.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi. I'm with the MacPorts project (a package management system for > Mac OS X), and we've received some reports that qemu 0.10.6 can't be > built on Mac OS X 10.4 Tiger. This is what I get on 10.4.11 Intel: > > > OBJC cocoa.o > cocoa.m:233: warning: no previous prototype for 'cocoa_keycode_to_qemu' > cocoa.m: In function '-[QemuCocoaView toggleFullScreen:]': > cocoa.m:426: warning: 'QemuCocoaView' may not respond to '- > exitFullScreenModeWithOptions:' > cocoa.m:426: warning: (Messages without a matching method signature > cocoa.m:426: warning: will be assumed to return 'id' and accept > cocoa.m:426: warning: '...' as arguments.) > cocoa.m:444: error: 'NSFullScreenModeAllScreens' undeclared (first > use in this function) > cocoa.m:444: error: (Each undeclared identifier is reported only once > cocoa.m:444: error: for each function it appears in.) > cocoa.m:445: error: 'NSFullScreenModeSetting' undeclared (first use > in this function) > cocoa.m:446: warning: 'QemuCocoaView' may not respond to '- > enterFullScreenMode:withOptions:' > cocoa.m: In function '-[QemuCocoaAppController > openPanelDidEnd:returnCode:contextInfo:]': > cocoa.m:786: warning: initialization discards qualifiers from pointer > target type > make: *** [cocoa.o] Error 1 > > > This has been reported in many places: > > http://lists.gnu.org/archive/html/qemu-devel/2008-10/msg00336.html > > http://lists.macosforge.org/pipermail/macports-users/2009-April/ > 014665.html > > http://lists.macosforge.org/pipermail/macports-users/2009-May/ > 015353.html > > http://qemu-forum.ipi.fi/viewtopic.php?f=6&t=5161&p=15200 > > In response to the October 2008 report of this problem on qemu-devel, > this response included a patch: > > http://lists.gnu.org/archive/html/qemu-devel/2008-10/msg00393.html > > So, what is the status of this issue? Will the patch be incorporated? > It doesn't apply cleanly anymore to the 0.10.6 sources; 3 of the 16 > hunks fail to apply, so I don't know if it actually fixes the issue.