axsann / mozc

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

Compilation errors in Android arm64 and mips64 build #273

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out Mozc r486
2. python build_mozc.py gyp --target_platform=Android --android_arch=arm64
3. python build_mozc.py build -c Release android/android.gyp:apk

What is the expected output?
Build succeeds.

What do you see instead?
Build fails in protobuf.  --android_arch=mips64 also fails with different error 
messages.

Please use labels and text to provide additional information.
This is a known issue caused by r482 to fix Issue 271 first.  Upgrading 
protobuf to 2.6.1 or higher can address this issue.

Original issue reported on code.google.com by yukawa@google.com on 18 Jan 2015 at 4:45