chadliu23 / mozc

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

Building mozc with Xcode4 and latest Mac OS X SDK #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Run "python build_mozc.py build_tool -C Release", then it get errors.

What is the expected output? What do you see instead?
It should run without errors even we're using Xcode4.

What version of the product are you using? On what operating system?
$ uname -rsv
Darwin 10.7.0 Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; 
root:xnu-1504.9.37~1/RELEASE_I386

$ xcodebuild -version
Xcode 4.0.2
Build version 4A2002a

$ svn info|grep Revision
Revision: 55

Please provide any additional information below.
Add -sdk option to xcodebuild to solve this issue, attach a patch.

Original issue reported on code.google.com by niw%niw.at@gtempaccount.com on 3 May 2011 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
After updating Xcode to latest version, we may see another error while running 
"python build_mozc.py build_tool -C Release". To fix this, adding another 
option GCC_SYMBOLS_PRIVATE_EXTERN=1 to build_mozc.py.

$ xcodebuild -version
Xcode 4.2
Build version 4C114

$ svn info|grep Revision
Revision: 57

Original comment by niw%niw.at@gtempaccount.com on 2 Jul 2011 at 5:39

Attachments:

GoogleCodeExporter commented 9 years ago

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