Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fail on Mac OS X Lion 10.7 #91

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 6 comments
Closed

Build fail on Mac OS X Lion 10.7 #91

GoogleCodeExporter opened this issue Apr 22, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run "python build_mozc.py build -c Release mac/mac.gyp:GoogleJapaneseInput 
mac/mac.gyp:gen_launchd_confs", then it get errors.

What is the expected output? What do you see instead?
It should work well without errors even we're using Mac OS X Lion.

What version of the product are you using? On what operating system?
Mac OS X Lion 10.7
$ uname -rsv
Darwin 11.0.0 Darwin Kernel Version 11.0.0: Sat Jun 18 12:56:35 PDT 2011; 
root:xnu-1699.22.73~1/RELEASE_X86_64

$ xcodebuild -version
Xcode 4.2
Build version 4D75

$ svn info|grep Revision
Revision: 59

Please provide any additional information below.
Replace SetRect(&rect, 0, 0, 1, 1)  to rect.top = 0; rect.left = 0; rect.right 
= 1; rect.bottom = 1;
SetRect seems to be gone on Mac OS X Lion.

Also, need this patch I've posted due to latest Mac OS X SDK.
http://code.google.com/p/mozc/issues/detail?id=80

I think we've better to replace Carbon code to Cocoa one and if could, replace 
Qt as well to provide the best experiences on Mac OS X.

Original issue reported on code.google.com by niw%niw.at@gtempaccount.com on 22 Jul 2011 at 7:35

Attachments:

@GoogleCodeExporter
Copy link
Author

Thank you for the info.
This issue has been fixed in the internal repository and the fix will be synced 
by the next push.

Original comment by yukawa@google.com on 5 Aug 2011 at 12:48

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

r61 contains this fix.

Please verify if it works for you.

Original comment by yukawa@google.com on 17 Aug 2011 at 2:16

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by yukawa@google.com on 1 Apr 2012 at 2:56

  • Added labels: OpSys-OSX

@GoogleCodeExporter
Copy link
Author

Oops, I realized it in the conversation of Issue 166 that this issue has not 
been fixed.

Original comment by yukawa@google.com on 23 Jun 2012 at 4:51

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in r124.
Thanks!

Original comment by yukawa@google.com on 31 Aug 2012 at 6:04

@GoogleCodeExporter
Copy link
Author

Original comment by yukawa@google.com on 31 Aug 2012 at 6:13

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant