YuanhuiQu / ibus-cloud-pinyin

Automatically exported from code.google.com/p/ibus-cloud-pinyin
GNU General Public License v3.0
1 stars 1 forks source link

Ubuntu11.10 make error #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
yunlongshou@yunlongshou-K42Jv:~/ibus-cloud-pinyin-read-only$ make
make[1]: 正在进入目录 `/home/yunlongshou/ibus-cloud-pinyin-read-only/src'
:: Building ibus-engine-cloud-pinyin ...
gcc `cat c-flags.txt` -pthread main.c dbus-binding.c pinyin-utils.c 
frontend-utils.c config.c database.c lua-binding.c ibus-engine.c -g -o 
ibus-engine-cloud-pinyin
ibus-engine.c: 在函数‘_lambda0_’中:
ibus-engine.c:515:56: 错误: 
‘IBusProperty’没有名为‘icon’的成员
make[1]: *** [ibus-engine-cloud-pinyin] 错误 1
make[1]:正在离开目录 `/home/yunlongshou/ibus-cloud-pinyin-read-only/src'
make: *** [src/ibus-engine-cloud-pinyin] 错误 2

Furthermore,I can use the ibus cloud pinyin but the panel is pure without the 
option of loading.

Original issue reported on code.google.com by yunlongs...@gmail.com on 9 Apr 2012 at 6:40

GoogleCodeExporter commented 8 years ago
like this 

Original comment by yunlongs...@gmail.com on 9 Apr 2012 at 6:47

Attachments:

GoogleCodeExporter commented 8 years ago
not like 

Original comment by yunlongs...@gmail.com on 9 Apr 2012 at 6:47

Attachments:

GoogleCodeExporter commented 8 years ago
把 ibus-engine.c 中的 self->priv->status_icon->icon 改成 
ibus_property_get_icon (self->priv->status_icon)

Original comment by zan...@gmail.com on 19 May 2012 at 9:13