China-Spiner / ibus-cloud-pinyin

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

Ubuntu9.04不能编译成功,what's the problem? #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hesheng@hesheng-desktop:~/ibus-cloud-pinyin-read-only$ make
:: Finding dependencies ...
    lua5.1: 5.1.4
    glib-2.0: 2.22.3
    gthread-2.0: 2.22.3
    gdk-2.0: 2.18.3
    gtk+-2.0: 2.18.3
    ibus-1.0: 1.3.7
    atk: 1.28.0
    gee-1.0: 0.3.0
    dbus-glib-1: 0.80
    libnotify: 0.4.5
    sqlite3: 3.6.16
make[1]: 正在进入目录 `/home/hesheng/ibus-cloud-pinyin-read-only/src'
:: Generating C files for ibus-engine-cloud-pinyin ...
valac `cat valac-flags.txt` --pkg posix --thread --enable-checking --vapidir=. 
--disable-warnings  -C main.vala dbus-binding.vala pinyin-utils.vala 
frontend-utils.vala config.vala database.vala lua-binding.vala ibus-engine.vala
Unknown option --disable-warnings
Run 'valac --help' to see a full list of available command line options.
make[1]: *** [main.c] 错误 1
make[1]:正在离开目录 `/home/hesheng/ibus-cloud-pinyin-read-only/src'
make: *** [src/ibus-engine-cloud-pinyin] 错误 2
hesheng@hesheng-desktop:~/ibus-cloud-pinyin-read-only$ 

Original issue reported on code.google.com by iheshen...@gmail.com on 23 Sep 2010 at 6:30

GoogleCodeExporter commented 9 years ago
用 valac --version 看看 vala 的版本是多少?

vala 0.8 至 0.10 可以正常编译。

Original comment by arcpp.zju@gmail.com on 23 Sep 2010 at 6:40

GoogleCodeExporter commented 9 years ago
ubuntu10.04 错误: ERROR: Runtime-required luasocket not found 
怎么处理呀??安装了源里面的luasocket无效,又在龙骑天下��
�到要 $sudo apt-get install luasocket5.1-socket2 但是 还是有错误: 
Couldn't find package luasocket5.1-socket2 
找不到那个包。谁来帮一下我,谢谢大家啦~~好想试试这��
�神器呀呀~~ 
lin@lin-desktop:~$ cd /home/lin/ibus-cloud-pinyin-read-only
lin@lin-desktop:~/ibus-cloud-pinyin-read-only$ sudo make && sudo make install
[sudo] password for lin: 
:: Finding dependencies ...
    lua5.1: 5.1.4
    glib-2.0: 2.24.1
    gthread-2.0: 2.24.1
    gdk-2.0: 2.20.1
    gtk+-2.0: 2.20.1
    ibus-1.0: 1.3.8
    atk: 1.30.0
    gee-1.0: 0.5.0
    dbus-glib-1: 0.84
    libnotify: 0.4.5
    sqlite3: 3.6.22
ERROR: Runtime-required luasocket not found
make: *** [src/c-flags.txt] 错误 1
lin@lin-desktop:~/ibus-cloud-pinyin-read-only$ 
教教我呀~~呜呜~~弄了很久了~~

Original comment by 08sq...@gmail.com on 28 Nov 2010 at 2:22

GoogleCodeExporter commented 9 years ago
sudo apt-get install liblua5.1-socket-dev

Original comment by shengqi...@gmail.com on 15 Mar 2012 at 6:59