...包中包括以下部分: etc/ - gbk 版本词典和rules.ini libscws/ - scws 库核心代码 phpext/ - php4 扩展代码 (注意必须是 PHP4) src/ - scws 命令行工具 --- 给我发一份吧 邮件:[email]xiaoyong8000@163.com[/email]
是1.5你手动改一下吧 或者 patch -p0 libscws/scws.c < scws.patch 你的命令行我没用过不知对不,用上面这句应该肯定可以
freebsd 10里的libtool版本太新导致的吧,好像不生成 libscws.so ...
[quote='hightman' pid='3961' dateline='1294120955'] 这个其实可以通过现有的 libscws 实现的,不过 phpext 里还没有提供。。。 [/quote] 这个是个蛮实在的功能,可以快速形成一个自定义的词库,如果可以,建议phpext提供
先编译安装 libscws,然后用 --with-scws 指定啊;用整个安装包就不需要这么麻烦
...s_new in -lscws... no gateway2# configure: error: scws_new() NOT found in libscws, please check it first. checking for any prototype needed for pread... none required checking: Command not found. gateway2# checking for pwrite... yes checking: Command not found. gateway2# checking for any proto...
我在CentOS4下面编译libscws正常,但是CentOS5下面很多报告。仔细看了一下,是很多地方char和unsigned char出现不匹配的情况。 两个环境的gcc版本不一样。 CentOS4 gcc version 3.4.6 20060404 CentOS5 gcc 版本 4.1.1 20070105 呵呵,不知道怎么...