- 论坛徽章:
- 0
|
错误:
sphinxexpr.cpp:1746:43: error: ‘ExprEval’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
sphinxexpr.cpp:1746:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<int>’ are not found by unqualified lookup
sphinxexpr.cpp:1746:43: note: use ‘this->ExprEval’ instead
需对应源码版本.这里为4.1
打补丁:
找到源码src下的 sphinxexpr.cpp
将补丁文件追加到该文件
patch -p1 < sphinxexpr.cpp-csft-4.1-beta.patch
填写路径(这是我的路径)
/home/debian/software/coreseek-4.1-beta/csft-4.1/src/sphinxexpr.cpp
再次 make && make install
|
|