...库,为什么我导出词库重新生成之后会出一大堆错误,在make_xdb_file.php以下两行出错。 if ($v['part']) $flag |= 0x02; $data = pack('ffCa3', $v['tf'], $v['idf'], $flag, $v['attr']); 我的词库是UTF8的。 我提供一个导出的附件,高手们能否看看。[...
[quote='hightman' pid='3616' dateline='1363966246'] 你缺少基本的编译工具,先装好 g++,gcc,make这些 [/quote] 但是我已经yum install gcc 和 yum install gcc-c++过了,yum不是安装好了吗
... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes 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...
...ws 直接连接 ../libscws 安全起见请先在 libscws/ 执行 make clean[/quote] 现在还没搞明白,能有个详细的操作指引么? 我的环境是windows,php5 我不懂c,不明白怎么生成扩展的 [quote]src/ 下的 cmd.c 必须先编译 libscws/ 生成 libscws.a 才...
...'hightman' pid='172' dateline='1320720265'] 这个问题已经解决了是 Makefile 的参数顺序问题 -lpthread 放最后即可。 目前代码已经在 GIT 中修正,您可以先尝试自己修正,进入 xunsearch-full-1.0.1/xunsearch-1.0.1 目录 然后手动编辑 src/Makefile 改 ...
弄了 半夜 不出那个提示之后 出现这个提示 INFO: Loading text file data ... Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 513 bytes) in E:\www\make_xdb_file.php on line 49
...两个都没问题, 在安装myft这个插件式,configure没问题,make出现了一个错误,如下提示 ibtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from an older release. libtool: You should recreate aclocal.m4 with macros...
...装说明[/size][/b] 1. 快速安装 (Linux/BSD ...) ./configure make make install 2. 使用 cscwsd -h 建议使用 cscwsd -D -L /tmp/cscwsd.log -d /usr/local/etc/dict.txt 3. 简单测试分词 telnet localhost 4700 然后直接输入文字即可,每敲入一个...
最后一步出现这个错误 [root@64646155 phpext]# make && make install /bin/sh /niran/fenci/scws/phpext/libtool --mode=compile cc -I. -I/niran/fenci/scws/phpext -DPHP_ATOM_INC -I/niran/fenci/scws/phpext/include -I/niran/fenci/scws/phpext/main -I/niran/fenci/scws/phpext -I/usr/local/php/i...
发现,在导入make_xdb_file时,提示xdb.class.php 447行有问题。 修改xdb.class.php如下: 原来: if ($cmp == false) $cmp = create_function('$a,$b', 'return strcmp($a[key],$b[key]);');//$a[key]这种写法非常不严谨,是低级问题。真不明白定这个函数的人是...