LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 狱卒

[PKGBUILD]scim-python

[复制链接]
发表于 2008-2-1 22:38:37 | 显示全部楼层
我喜欢scim-python-pinyin多过scim-pinyin,但是在我使用fedora的时候,有个问题是即使我翻了几页了,使用空格键时还是输入了第一页的第一个字,而不是当前页的第一个字。可能是个bug,但是我使用Fedora不多,没有去确认我配置问题还是真的一个bug。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-1 22:47:21 | 显示全部楼层
Post by ganloo;1813462
我喜欢scim-python-pinyin多过scim-pinyin,但是在我使用fedora的时候,有个问题是即使我翻了几页了,使用空格键时还是输入了第一页的第一个字,而不是当前页的第一个字。可能是个bug,但是我使用Fedora不多,没有去确认我配置问题还是真的一个bug。

svn版本还是稳定版? 如果真的有问题可以报告bug。
回复 支持 反对

使用道具 举报

发表于 2008-2-1 22:50:42 | 显示全部楼层
Fedora8用的大概是0.19吧,记不清楚了,现在在Arch,还没有试过SVN,谢谢。
回复 支持 反对

使用道具 举报

发表于 2008-2-2 11:00:31 | 显示全部楼层
能否提交到AUR呢?谢谢。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-2-2 11:13:16 | 显示全部楼层
Post by ganloo;1813547
能否提交到AUR呢?谢谢。

哪位在AUR有帐号,又有时间维护的朋友帮忙提交一下吧,我水平实在有限,只有小学文化水平,很多东西都是慢慢在摸索,可能在长期的维护过程中会遇到自己无法独立解决的问题,加上过年之后换的新工作跟计算机无关,可能没那么多时间上网了。

不过我建议等0.1.10发布之后再提交正式的版本比较好,毕竟谁都说不准svn版本会不会有一些小毛病。写这个PKGBUILD的目的是让大家提前用上,也可以反馈一些意见给scim-python的开发人员。
回复 支持 反对

使用道具 举报

发表于 2008-2-2 11:43:02 | 显示全部楼层
我可以帮忙维护AUR的版本,svn的PKGBUILD就不要放了,经常出个什么多语言po文件找不到之类的错会吓跑人的
同意狱卒的话,等到0.1.10发布再放吧
回复 支持 反对

使用道具 举报

发表于 2008-2-2 14:40:26 | 显示全部楼层
Just tried the pgbuild, got this error,

./configure: line 19736: syntax error near unexpected token `0.16'
./configure: line 19736: `  PKG_PROG_PKG_CON
回复 支持 反对

使用道具 举报

发表于 2008-2-2 14:42:40 | 显示全部楼层
and also some coding problem:


-----------------------------------------------------------
In file included from scim-python.cpp:26:
scim-python.h:31:18: error: scim.h: No such file or directory
scim-python.cpp:232:21: error: gtk/gtk.h: No such file or directory
scim-python.cpp:233:23: error: pygobject.h: No such file or directory
In file included from scim-python.h:37,
                 from scim-python.cpp:26:
scim-python-engine.h:31: error: 'scim' is not a namespace-name
scim-python-engine.h:31: error: expected namespace-name before ';' token
scim-python-engine.h:36: error: expected class-name before '{' token
scim-python-engine.h:41: error: 'Connection' does not name a type
scim-python-engine.h:47: error: expected ',' or '...' before '&' token
scim-python-engine.h:48: error: ISO C++ forbids declaration of 'String' with no type
scim-python-engine.h:52: error: expected ',' or '...' before '&' token
scim-python-engine.h:52: error: ISO C++ forbids declaration of 'KeyEvent' with no type
scim-python-engine.h:61: error: expected ',' or '...' before '&' token
scim-python-engine.h:61: error: ISO C++ forbids declaration of 'String' with no type
scim-python-engine.h:62: error: expected ',' or '...' before '&' token
scim-python-engine.h:62: error: ISO C++ forbids declaration of 'String' with no type
scim-python-engine.h:66: error: expected ',' or '...' before '&' token
scim-python-engine.h:66: error: ISO C++ forbids declaration of 'ConfigPointer' with no type
scim-python-engine.h:112: error: ISO C++ forbids declaration of 'IMEngineInstanceBase' with no type
scim-python-engine.h:112: error: expected ';' before '*' token
In file included from scim-python.h:38,
                 from scim-python.cpp:26:
scim-python-factory.h:32: error: 'scim' is not a namespace-name
scim-python-factory.h:32: error: expected namespace-name before ';' token
scim-python-factory.h:36: error: expected class-name before '{' token
scim-python-factory.h:40: error: 'Connection' does not name a type
scim-python-factory.h:47: error: 'String' does not name a type
scim-python-factory.h:48: error: 'WideString' does not name a type
scim-python-factory.h:49: error: 'WideString' does not name a type
scim-python-factory.h:50: error: 'String' does not name a type
scim-python-factory.h:51: error: 'String' does not name a type
scim-python-factory.h:52: error: 'WideString' does not name a type
scim-python-factory.h:53: error: 'WideString' does not name a type
scim-python-factory.h:54: error: 'WideString' does not name a type
scim-python-factory.h:55: error: expected ',' or '...' before '&' token
scim-python-factory.h:55: error: ISO C++ forbids declaration of 'String' with no type
scim-python-factory.h:56: error: expected ',' or '...' before '&' token
scim-python-factory.h:56: error: ISO C++ forbids declaration of 'String' with no type
scim-python-factory.h:57: error: 'IMEngineInstancePointer' does not name a type
scim-python-factory.h:60: error: expected ',' or '...' before '&' token
scim-python-factory.h:60: error: ISO C++ forbids declaration of 'ConfigPointer' with no type
scim-python-factory.h:76: error: ISO C++ forbids declaration of 'IMEngineFactoryBase' with no type
scim-python-factory.h:76: error: expected ';' before '*' token
In file included from scim-python.h:39,
                 from scim-python.cpp:26:
scim-python-helper.h:32: error: 'scim' is not a namespace-name
scim-python-helper.h:32: error: expected namespace-name before ';' token
scim-python-helper.h:36: error: expected class-name before '{' token
scim-python-helper.h:69: error: ISO C++ forbids declaration of 'HelperAgent' with no type
scim-python-helper.h:69: error: expected ';' before '*' token
In file included from scim-python.h:40,
                 from scim-python.cpp:26:
scim-python-config.h:30: error: 'scim' is not a namespace-name
scim-python-config.h:30: error: expected namespace-name before ';' token
scim-python-config.h:33: error: expected ',' or '...' before '&' token
scim-python-config.h:33: error: ISO C++ forbids declaration of 'ConfigPointer' with no type
scim-python-config.h:34: error: expected initializer before '&' token
In file included from scim-python.h:41,
                 from scim-python.cpp:26:
scim-python-event.h:30: error: 'scim' is not a namespace-name
scim-python-event.h:30: error: expected namespace-name before ';' token
scim-python-event.h:33: error: expected ',' or '...' before '&' token
scim-python-event.h:33: error: ISO C++ forbids declaration of 'KeyEvent' with no type
In file included from scim-python.h:42,
                 from scim-python.cpp:26:
scim-python-property.h:30: error: 'scim' is not a namespace-name
scim-python-property.h:30: error: expected namespace-name before ';' token
scim-python-property.h:32: error: expected constructor, destructor, or type conversion before '&' token
In file included from scim-python.h:43,
                 from scim-python.cpp:26:
scim-python-attribute.h:31: error: 'scim' is not a namespace-name
scim-python-attribute.h:31: error: expected namespace-name before ';' token
scim-python-attribute.h:34: error: 'Attribute' does not name a type
scim-python-attribute.h:36: error: 'AttributeList' does not name a type
In file included from scim-python.h:44,
                 from scim-python.cpp:26:
scim-python-lookup-table.h:31: error: 'scim' is not a namespace-name
scim-python-lookup-table.h:31: error: expected namespace-name before ';' token
scim-python-lookup-table.h:34: error: expected class-name before '{' token
scim-python-lookup-table.h:40: error: expected unqualified-id before '<' token
scim-python-lookup-table.h:40: error: expected ',' or '...' before '<' token
scim-python-lookup-table.h:40: error: 'PyLookupTable:yLookupTable(PyLookupTableObject*, unsigned int)' cannot be overloaded
scim-python-lookup-table.h:39: error: with 'PyLookupTable:yLookupTable(PyLookupTableObject*, unsigned int)'
scim-python.cpp:29: error: 'scim' is not a namespace-name
scim-python.cpp:29: error: expected namespace-name before ';' token
scim-python.cpp:32: error: expected initializer before '<' token
scim-python.cpp:33: error: expected initializer before '<' token
scim-python.cpp: In function 'void scim_module_init()':
scim-python.cpp:134: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'void scim_module_exit()':
scim-python.cpp:176: error: '_factorys' was not declared in this scope
scim-python.cpp: At global scope:
scim-python.cpp:184: error: expected ',' or '...' before '&' token
scim-python.cpp:184: error: ISO C++ forbids declaration of 'ConfigPointer' with no type
scim-python.cpp: In function 'unsigned int scim_imengine_module_init(int)':
scim-python.cpp:191: error: 'config' was not declared in this scope
scim-python.cpp:196: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:196: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:211: error: 'IMEngineFactoryPointer' was not declared in this scope
scim-python.cpp:211: error: expected `;' before 'p'
scim-python.cpp:212: error: '_factorys' was not declared in this scope
scim-python.cpp:212: error: 'p' was not declared in this scope
scim-python.cpp: At global scope:
scim-python.cpp:219: error: 'IMEngineFactoryPointer' does not name a type
scim-python.cpp:235: error: expected constructor, destructor, or type conversion before '*' token
make[3]: *** [_scim_la-scim-python.lo] Error 1
make[3]: Leaving directory `/home/alone/pkg/scim-python/src/scim-python-svn-build/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alone/pkg/scim-python/src/scim-python-svn-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alone/pkg/scim-python/src/scim-python-svn-build'
make: *** [all] Error 2
==> ERROR: Build Failed.
    Aborting...

-----------------------------------------------------------

anyone knows how to add the scim.h to the system's lib searching path?

thanks,
回复 支持 反对

使用道具 举报

发表于 2008-2-2 14:53:13 | 显示全部楼层
某最想要大家abs出来的那个pkg。。
呵呵。。人懒了。。
回复 支持 反对

使用道具 举报

发表于 2008-2-2 15:33:41 | 显示全部楼层
Post by darkpower;1813595
and also some coding problem:


-----------------------------------------------------------
In file included from scim-python.cpp:26:
scim-python.h:31:18: error: scim.h: No such file or directory
scim-python.cpp:232:21: error: gtk/gtk.h: No such file or directory
scim-python.cpp:233:23: error: pygobject.h: No such file or directory
In file included from scim-python.h:37,


大哥,你没装scim, gtk/pygtk, python-gobject 吧...
你不是用makepkg来用PKGBUILD的?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表