Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Build fail on Mac OS X Lion 10.7 #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
r61 contains this fix.

Please verify if it works for you.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r124.
Thanks!

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

GoogleCodeExporter commented 9 years ago

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