... checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for scws support... yes, shared checking for scws_new in -lscws... no [color=#FF0000]configure: error: wrong scws lib version or lib not found[/color] 环境: Freebsd 8.0
...getRelPath($file){ $from = getcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, '/'); $to = substr($file, 0, $pos); } for ($rel = '';; $rel .= '../') { if ($from === $to) { br...
...&, int, std::basic_ostream&)': : undefined reference to `FlintTable_base::is_empty() const' collect2: ld returned 1 exit status make[2]: *** [bin/xapian-check] Error 1 make[2]: Leaving directory `/root/xunsearch-full-1.4.1/xapian-core-scws-1.2.13' make[1]: *** [install-recursive] Error 1 make[...
...bscws/version.h config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands /bin/bash: -c: 行 1: 语法错误: 未预期的文件结尾 make: *** [clean-recursive] Error 1 是不是少装了什...
...>attr, attr_un); --- > strcpy(wmap[i][i]->attr, SCWS_IS_ALPHA(txt[start-1]) ? attr_en : attr_un); // modified by hightman[hr] [root@estar scws-1.1.5]# /usr/local/bin/scws -A -d "/usr/local/scws/etc/dict.xdb" "LG集团5.3%" LG/en 集团/n 5.3/en %/un +--[scws(scws-cli/1.1.5)]--...
... $from = getcwd(); $file = realpath($file); if (is_dir($file)) { $pos = false; $to = $file; } else { $pos = strrpos($file, DIRECTORY_SEPARATOR); $to = substr($file, 0, $pos); } for ($rel = '';; ...
...n addTerm($field, $term, $weight = 1){ $field = strval($field); if (!is_array($this->_terms)) { $this->_terms = array(); } if (!isset($this->_terms[$field])) { $this->_terms[$field] = array($term => $weight); } elseif (!isset($this->_terms[$field][$term])) { $this...
...en_basedir restriction in effect. File(C:\Program Files\scws\etc\dict.xdb) is not within the allowed path(s): (D:/DedeAMPZ/WebRoot/Default) in D:\DedeAMPZ\WebRoot\Default\tld\dede\getwen.php on line 61 Warning: SimpleCWS::set_rule() [function.SimpleCWS-set-rule]: open_basedir restriction in effec...
...un on 32bit xp, but when used it on 64bit it still alert: php_scws.dll %1 is not a valid Win32 application.~~~ hightman, i want to compile the lib with 64bit, does it run?[hr] by the way, the code is ansi based standard, and when i compile it on OSI standard with vs9, it's appear many desprecat w...
...re没问题,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 from libtool 2.2.6 libtool: and run autoconf again. 刚...