Santhu / mozc

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

Can not build with ibus-1.4.1 #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We found we can not build ibus-mozc with the IBus from git head after 22 Dec 
2011.

If you want to build ibus-mozc with the latest IBus, please try attached patch.

Thank you.

Original issue reported on code.google.com by n...@google.com on 27 Jan 2012 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by n...@google.com on 27 Jan 2012 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 28 Jan 2012 at 4:41

GoogleCodeExporter commented 9 years ago
I tried to build mozc-1.3.975.102 with ibus-1.4.1 after applying the patch, but 
build still failed due to following error.

(snip)
  CXX(target) out_linux/Release/obj.target/ime_switch_util/session/ime_switch_util.o
unix/ibus/mozc_engine.cc: In member function ‘void 
mozc::ibus::MozcEngine::UpdateCompositionModeIcon(IBusEngine*, 
mozc::commands::CompositionMode)’:
unix/ibus/mozc_engine.cc:1113:61: error: ‘struct IBusProperty’ has no 
member named ‘sub_props’
unix/ibus/mozc_engine.cc:1114:38: error: ‘struct IBusProperty’ has no 
member named ‘key’
make: *** [out_linux/Release/obj.target/ibus_mozc_lib/unix/ibus/mozc_engine.o] 
Error 1
(snip)

A modified patch is attached. Regards.

Original comment by ichelm6...@gmail.com on 6 Feb 2012 at 12:42

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the info and patch.

Unfortunately we are not able to directly merge (your) external patch into our 
internal repository due to our company policy (see 
http://code.google.com/p/mozc/issues/detail?id=107#c4 for details) but we are 
going to check if our next push can be built with ibus-1.4.1.

Regards.

Original comment by yukawa@google.com on 10 Feb 2012 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 16 Feb 2012 at 8:41

GoogleCodeExporter commented 9 years ago
Fixed in r96.

Thanks,

Original comment by yukawa@google.com on 7 Mar 2012 at 4:23