[quote='kpax' pid='6610' dateline='1312462730'] 错误信息如下 gcc -Wl,--base-file,.libs/cygscws-1.dll-base -Wl,-e,__cygwin_dll_entry@12 -o .libs/cygscws-1.dll charset.lo crc32.lo pool.lo scws.lo xdict.lo darray.lo rule.lo lock.lo xdb.lo xtree.lo /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../l...
...up-deps --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT xdb.lo -MD -MP -MF .deps/xdb.Tpo -c -o xdb.lo xdb.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT xdb.lo -MD -MP -MF .deps/xdb.Tpo -c xdb.c -DDLL_EXPORT -DPIC -o .libs/xdb.o xdb.c: In function ‘xdb_ope...
... gcc -Wl,--base-file,.libs/cygscws-1.dll-base -Wl,-e,__cygwin_dll_entry@12 -o .libs/cygscws-1.dll charset.lo crc32.lo pool.lo scws.lo xdict.lo darray.lo rule.lo lock.lo xdb.lo xtree.lo /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMa...
...lintTable::~FlintTable()' ./.libs/libflintcheck.a(flint_check.o)(.text+0x12a0): In function `BtreeCheck::check(char const*, std::basic_string const&, int, std::basic_ostream&)': : undefined reference to `FlintTable_base::is_empty() const' collect2: ld returned 1 exit status make[2]: *** [bin/xap...
........ group by g.gid 然后,用$index->add($doc), 一条条加入 2> 更新索引时,我又重新跑一次sql, select * from goods as g left join order as o on g.gid = o.gid left join comment as c on g.gid = c.gid where ..... group by g.gid 获取新的$docs, 然后执行$index->u...
新版本SCWS-1.2.2的scws-gen-dict工具没有反向解压功能? 执行 ./scws-gen-dict -i dict.txt -o dict.xdb -c gbk -U 输出: ./scws-gen-dict: invalid option -- 'U' 我查了下help ./scws-gen-dict -h 发现没有这个命令啊 scws-gen-dict (scws-mkdict/1.2.2) Convert the plai...
...s->idf = i; \ res->len = l; \ [b] if(strncmp(a,"en",2) == 0 || strncmp(a,"nz",2) == 0) { \ word_t w; \ w = xdict_query(s->d, s->txt + o, l); \ if(w == NULL) \ strncpy(res->attr, a, 2); \ else { \ strncpy(res->attr,w->attr,2...
... Entering directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1' make[2]: Entering directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1' test -z "/usr/local/xunsearch/etc" || /bin/mkdir -p "/usr/local/xunsearch/etc" /usr/bin/install -c -m 644 'etc/stopwords.txt' '/usr/local/xunsearch/etc...
xdb.c: 在函数‘xdb_open’中: xdb.c:171:21: 错误:‘LOCK_EX’未声明(在此函数内第一次使用) xdb.c:171:21: 附注:每个未声明的标识符在其出现的函数内只报告一次 xdb.c: 在函数‘xdb_create’中: xdb.c:213:20: 错误:‘LOCK_EX’未声明(在此函...
前几天在一台32位的linux上成功安装了scws 1.1.1版本,今天看到发布了1.1.2的版本,就在一台64位的机器上准备安装。依然遵循1.1.1版本的安装步骤,却发现出错了: 看代码: [code] [root@localhost phpext]# ./configure --with-scws=/usr/local/scws...