rshuler / 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

在fedora 14下报告lua找不到。。。 #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
l(SlayerCat@sc)-(0)-(11:11 下午 四  1月 06)->
m-(~/ibus-cloud-pinyin-read-only)-(7 files, b)--> su
密码:

l(root@sc)-(0)-(11:11 下午 四  1月 06)->
m-(/home/SlayerCat/ibus-cloud-pinyin-read-only)-(7 files, b)--> make
:: Finding dependencies ...
    lua5.1: not found
ERROR: Required pkg lua5.1 >= 5.1 not found
make: *** [src/c-flags.txt] 错误 1

l(root@sc)-(0)-(11:11 下午 四  1月 06)->
m-(/home/SlayerCat/ibus-cloud-pinyin-read-only)-(7 files, b)--> lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

l(root@sc)-(0)-(11:11 下午 四  1月 06)->
m-(/home/SlayerCat/ibus-cloud-pinyin-read-only)-(7 files, b)--> 

Original issue reported on code.google.com by SlayerCa...@gmail.com on 6 Jan 2011 at 3:12

GoogleCodeExporter commented 8 years ago
sudo yum install lua

Original comment by zht...@gmail.com on 15 Jul 2011 at 9:22

GoogleCodeExporter commented 8 years ago
Ubuntu 10.04 
LTS下试图编译,也是报错,说找不到lua5.1。可是已经用apt-get�
��lua5.1装上了。

[~/tmp/ibus-cloud-pinyin-read-only]$ dpkg -l | grep lua
ii  liblua5.1-0      5.1.4-5            Simple, extensible, embeddable 
programming l
ii  lua5.1           5.1.4-5            Simple, extensible, embeddable 
programming l
[~/tmp/ibus-cloud-pinyin-read-only]$ make all
:: Finding dependencies ...
    lua5.1: not found
ERROR: Required pkg lua5.1 >= 5.1 not found
make: *** [src/c-flags.txt] Error 1

Ubuntu 
10.04版本中,lua是一个meta包,可以是lua40或者lua50,lua5.1是一�
��单独命名的包。我也试过安装这个lua的meta包以及lua50包。还
是不能编译。显然低于5.1版本的lua包无法胜任。

但是,现在的依赖检查程序应该存在bug,装了lua5.1也不能编��
�。错误信息如上。

Original comment by jxcan...@gmail.com on 23 Feb 2012 at 1:30