LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 北南南北

Fcitx──小企鹅输入法3.0test2版发布 fcitx-3.0.0test2,欢迎大家测试使用

[复制链接]
发表于 2004-6-22 08:19:11 | 显示全部楼层

一个问题

在码表输入状态,如果打开联想功能可能会导致程序崩溃!
发表于 2004-6-23 17:40:35 | 显示全部楼层
我能用拼音,但不知道怎么用五笔,在./configure之后出现以下内容:
[root@wujie fcitx-3.0.0test2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for X... no
checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
configure: WARNING: No xft found, skipping configure for FreeType and Xft
checking for OS-dependent information... Linux (i686-pc-linux-gnu) found.
checking for pid_t... yes
checking for size_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... no
checking for vfork... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking return type of signal handlers... int
checking for memmove... no
checking for memset... no
checking for mkdir... no
checking for setlocale... no
checking for strcasecmp... no
checking for strstr... no
checking for strtol... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fcitx.spec
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating debian/Makefile
config.status: creating xpm/Makefile
config.status: creating lib/Makefile
config.status: creating src/version.h
config.status: creating src/Makefile
config.status: executing depfiles commands
有这么多的no,我想肯定有错的,我刚装了Fedora 2 ,fcitx的拼音可以用,请瓜兄帮帮我吧!问题在什么地方?
发表于 2004-6-23 18:21:17 | 显示全部楼层
最初由 whodear 发表
我能用拼音,但不知道怎么用五笔,在./configure之后出现以下内容:
[root@wujie fcitx-3.0.0test2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating fcitx.spec
config.status: creating doc/Makefile
config.status: creating data/Makefile
config.status: creating debian/Makefile
config.status: creating xpm/Makefile
config.status: creating lib/Makefile
config.status: creating src/version.h
config.status: creating src/Makefile
config.status: executing depfiles commands
有这么多的no,我想肯定有错的,我刚装了Fedora 2 ,fcitx的拼音可以用,请瓜兄帮帮我吧!问题在什么地方?

没有任何问题,请继续编译并安装:
make && make install
发表于 2004-6-23 19:57:06 | 显示全部楼层

测试发现的一个问题

经过了几天的使用。发现新的版本很好用。就是有一个问题:右括号打不出来。是我的设置有什么问题吗?

我用的是拼音输入法,在 Mac OS X 上使用。
发表于 2004-6-23 21:31:50 | 显示全部楼层
不行啊,错的很利害,我只copy了一小部分,请看下面:
FrameMgr.c:2175: error: dereferencing pointer to incomplete type
FrameMgr.c: In function `IterReset':
FrameMgr.c:2199: error: dereferencing pointer to incomplete type
FrameMgr.c:2202: error: dereferencing pointer to incomplete type
FrameMgr.c:2210: error: dereferencing pointer to incomplete type
FrameMgr.c:2221: error: dereferencing pointer to incomplete type
FrameMgr.c: In function `IterSetStartWatch':
FrameMgr.c:2228: error: dereferencing pointer to incomplete type
FrameMgr.c:2229: error: dereferencing pointer to incomplete type
FrameMgr.c: At top level:
FrameMgr.c:2272: error: syntax error before "ChainIterGetNext"
FrameMgr.c:2273: warning: return type defaults to `int'
FrameMgr.c: In function `ChainIterGetNext':
FrameMgr.c:2275: error: `False' undeclared (first use in this function)
FrameMgr.c:2283: error: `True' undeclared (first use in this function)
make[1]: *** [FrameMgr.o] 错误 1
make[1]: Leaving directory `/home/wujie/tools/fcitx-3.0.0test2/lib'
make: *** [all-recursive] 错误 1
[root@wujie fcitx-3.0.0test2]#
发表于 2004-6-23 23:13:35 | 显示全部楼层
问tram兄几个关于fcitx3-beta2里二笔的问题:
1.遇到不知道怎么打的字,为什么不像windows下的二笔用“;”键而是用“[”来代替啊?当在用二笔的时候我按“[”时候是出不来“[”字符的,非得转到英文状态才行。
2.遇到不知道怎么打的字,用“[”+[[要打的字的拼音}的时候,候选的词条没有我要的字的时候,我按“="键不能翻页,按“>"键也不能翻页,按“Page Down"键还是不能翻页。那么我要按哪个键才可以翻页啊?晕!
3.我觉得二笔的码表还是太少了,很多GB18030甚至GBK的字都没有码表,tram兄何不对现有的码表进行维护啊?这也是大功一件啊。
发表于 2004-6-24 08:24:34 | 显示全部楼层
最初由 神游九州 发表
问tram兄几个关于fcitx3-beta2里二笔的问题:
1.遇到不知道怎么打的字,为什么不像windows下的二笔用“;”键而是用“[”来代替啊?当在用二笔的时候我按“[”时候是出不来“[”字符的,非得转到英文状态才行。
2.遇到不知道怎么打的字,用“[”+[[要打的字的拼音}的时候,候选的词条没有我要的字的时候,我按“="键不能翻页,按“>"键也不能翻页,按“Page Down"键还是不能翻页。那么我要按哪个键才可以翻页啊?晕!
3.我觉得二笔的码表还是太少了,很多GB18030甚至GBK的字都没有码表,tram兄何不对现有的码表进行维护啊?这也是大功一件啊。

现在这个二笔码表是我按自己的理解设置的,但我本人并不会使用二笔。因此可能有问题。
1、这个键可以设置。请看一下包中的readme.htm
2、这个我来看看,回头再说……
3、这个我暂时就没办法了……

希望 神游 能就二笔的问题多提点意见!
发表于 2004-6-24 11:12:46 | 显示全部楼层
二笔中有些字有多个编码?
如呵有ua和;lzl,是这样的?
发表于 2004-6-24 11:20:43 | 显示全部楼层

回复: 测试发现的一个问题

最初由 jeff_yecn 发表
经过了几天的使用。发现新的版本很好用。就是有一个问题:右括号打不出来。是我的设置有什么问题吗?

我用的是拼音输入法,在 Mac OS X 上使用。

没有MAC机子实验,在我这儿倒是没问题。
发表于 2004-6-24 12:01:25 | 显示全部楼层

回复: 回复: 测试发现的一个问题

最初由 Yuking 发表
没有MAC机子实验,在我这儿倒是没问题。


的确,在我的 Debian 上是好的。郁闷。。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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