From: G 3 <programmingkidx@gmail.com>
To: Ryan Schmidt <qemu-2009@ryandesign.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu 0.10.6 on Mac OS X Tiger: NSFullScreenModeAllScreens undeclared
Date: Fri, 14 Aug 2009 19:22:07 -0400 [thread overview]
Message-ID: <3d4956a7dd808fa1f3397477cd659f0f@gmail.com> (raw)
In-Reply-To: <94AAA5EF-FC93-49B8-98D5-866B0D350695@ryandesign.com>
[-- Attachment #1: Type: text/plain, Size: 1819 bytes --]
On Aug 13, 2009, at 6:18 PM, Ryan Schmidt wrote:
> On Aug 12, 2009, at 17:29, G 3 wrote:
>
>> On Aug 12, 2009, at 5:18 PM, Ryan Schmidt wrote:
>>
>>> On Aug 12, 2009, at 09:20, G 3 wrote:
>>>
>>>> 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.
>>>
>>> Thank you, that would be kind. If you could send a diff for cocoa.m
>>> from 0.10.6 that would be great.
>>
>> Sending you the entire file would be a lot easier. All you have to do
>> is replace the old file with the new one. Enjoy.
>>
>> <cocoa.m>
>>
>> Note: I haven't compiled this file under 10.4. I do know it compiles
>> cleanly under 10.3. I used gcc 3.3 and make 3.81.
>
> Attached is the diff between the version of cocoa.m in qemu 0.10.6 and
> the one you sent me. The changes you propose don't seem to relate to
> the code that is failing for me, and I still get the same error
> message when I try to build on 10.4.
>
>
>
> <cocoa.m.diff>
I did a little research and found out why you are having problems
compiling the cocoa.m file. It is a problem with this line: #if
(MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4). It is located
just a few lines above this line: if ([NSView
respondsToSelector:@selector(enterFullScreenMode:withOptions:)]).
The greater than or equal to sign should be switched to just greater
than. The method enterFullScreenMode:withOptions: is only available on
Mac OS 10.5 or higher. That is why you are seeing the error with
NSFullScreenModeAllScreens on 10.4. Hope this helps.
[-- Attachment #2: Type: text/enriched, Size: 1907 bytes --]
On Aug 13, 2009, at 6:18 PM, Ryan Schmidt wrote:
<excerpt>On Aug 12, 2009, at 17:29, G 3 wrote:
<excerpt>On Aug 12, 2009, at 5:18 PM, Ryan Schmidt wrote:
<excerpt>On Aug 12, 2009, at 09:20, G 3 wrote:
<excerpt>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.
</excerpt>
Thank you, that would be kind. If you could send a diff for cocoa.m
from 0.10.6 that would be great.
</excerpt>
Sending you the entire file would be a lot easier. All you have to do
is replace the old file with the new one. Enjoy.
<<cocoa.m>
Note: I haven't compiled this file under 10.4. I do know it compiles
cleanly under 10.3. I used gcc 3.3 and make 3.81.
</excerpt>
Attached is the diff between the version of cocoa.m in qemu 0.10.6 and
the one you sent me. The changes you propose don't seem to relate to
the code that is failing for me, and I still get the same error
message when I try to build on 10.4.
<<cocoa.m.diff>
</excerpt>
I did a little research and found out why you are having problems
compiling the cocoa.m file. It is a problem with this line: #if
(MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4). It is located
just a few lines above this line:
<fixed><color><param>7676,0F0F,5050</param>if</color> ([NSView
respondsToSelector:<color><param>7676,0F0F,5050</param>@selector</color>(enterFullScreenMode:withOptions:)]).
</fixed> The greater than or equal to sign should be switched to just
greater than. The method enterFullScreenMode:withOptions: is only
available on Mac OS 10.5 or higher. That is why you are seeing the
error with NSFullScreenModeAllScreens on 10.4. Hope this helps.
next prev parent reply other threads:[~2009-08-14 23:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4a82ac39.a653f10a.37b8.3d80SMTPIN_ADDED@mx.google.com>
2009-08-12 14:20 ` Re:[Qemu-devel] qemu 0.10.6 on Mac OS X Tiger: NSFullScreenModeAllScreens undeclared G 3
2009-08-12 21:18 ` [Qemu-devel] " Ryan Schmidt
2009-08-12 21:45 ` Anthony Liguori
[not found] ` <87b2c59f42db823989fcfc52ceed7d73@gmail.com>
2009-08-13 22:18 ` Ryan Schmidt
2009-08-14 23:22 ` G 3 [this message]
[not found] <4a836b00.a453f10a.5069.ffffed86SMTPIN_ADDED@mx.google.com>
2009-08-13 1:28 ` G 3
2009-08-13 2:55 ` Anthony Liguori
2009-08-12 10:11 Ryan Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3d4956a7dd808fa1f3397477cd659f0f@gmail.com \
--to=programmingkidx@gmail.com \
--cc=qemu-2009@ryandesign.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).