Skip to content

Instantly share code, notes, and snippets.

@mythmon
Created October 30, 2012 21:40
Show Gist options
  • Save mythmon/3983256 to your computer and use it in GitHub Desktop.
Save mythmon/3983256 to your computer and use it in GitHub Desktop.
$ make
Making all in src
make[1]: Entering directory `/home/mythmon/src/inputmo/sphinx/src'
if test -d ../.svn; then svn info .. --xml | perl svnxrev.pl; fi;
make all-am
make[2]: Entering directory `/home/mythmon/src/inputmo/sphinx/src'
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/home/mythmon/src/inputmo/elasticsearch/etc\"" -I/usr/local/include -pthread -I/usr/include/mysql -fPIC -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -g -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -MT sphinxexpr.o -MD -MP -MF .deps/sphinxexpr.Tpo -c -o sphinxexpr.o sphinxexpr.cpp
sphinxexpr.cpp: In instantiation of ‘int Expr_In_c<T>::IntEval(const CSphMatch&) const [with T = float]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<float>’ are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_In_c<T>::IntEval(const CSphMatch&) const [with T = long int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<long int>’ are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_In_c<T>::IntEval(const CSphMatch&) const [with T = int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<int>’ are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_Interval_c<T>::IntEval(const CSphMatch&) const [with T = float]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<float>’ are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_Interval_c<T>::IntEval(const CSphMatch&) const [with T = long int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<long int>’ are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_Interval_c<T>::IntEval(const CSphMatch&) const [with T = int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<int>’ are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_IntervalConst_c<T>::IntEval(const CSphMatch&) const [with T = float]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<float>’ are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_IntervalConst_c<T>::IntEval(const CSphMatch&) const [with T = long int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<long int>’ are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use ‘this->ExprEval’ instead
sphinxexpr.cpp: In instantiation of ‘int Expr_IntervalConst_c<T>::IntEval(const CSphMatch&) const [with T = int]’:
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base ‘Expr_ArgVsSet_c<int>’ are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use ‘this->ExprEval’ instead
make[2]: *** [sphinxexpr.o] Error 1
make[2]: Leaving directory `/home/mythmon/src/inputmo/sphinx/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mythmon/src/inputmo/sphinx/src'
make: *** [all-recursive] Error 1
@higkoo
Copy link

higkoo commented Jul 4, 2013

Yes , I hit it the same :

$ make
Making all in src
make[1]: Entering directory /data/hukai/rpmbuild/BUILD/coreseek-3.2.14/csft-3.2.14/src' /bin/sh svnxrev.sh .. make all-am make[2]: Entering directory/data/hukai/rpmbuild/BUILD/coreseek-3.2.14/csft-3.2.14/src'
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinx.o -MD -MP -MF .deps/sphinx.Tpo -c -o sphinx.o sphinx.cpp
In file included from /opt/centos/devtoolset-1.1/root/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/ext/hash_map:61:0,
from /usr/local/mmseg3/include/mmseg/Segmenter.h:31,
from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,
from tokenizer_zhcn.h:26,
from sphinx.cpp:2308:
/opt/centos/devtoolset-1.1/root/usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../include/c++/4.7.2/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
In file included from /usr/local/mmseg3/include/mmseg/Segmenter.h:38:0,
from /usr/local/mmseg3/include/mmseg/SegmenterManager.h:33,
from tokenizer_zhcn.h:26,
from sphinx.cpp:2308:
/usr/local/mmseg3/include/mmseg/mmthunk.h: In member function 'u2 css::ChunkQueue::getToken()':
/usr/local/mmseg3/include/mmseg/mmthunk.h:143:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/usr/local/mmseg3/include/mmseg/mmthunk.h:161:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
sphinx.cpp: In member function 'virtual void CSphIndex_VLN::DebugDumpDocids(FILE_)':
sphinx.cpp:15267:65: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat]
sphinx.cpp: In instantiation of 'BYTE_ CSphTokenizerTraits<IS_UTF8>::GetTokenSyn() [with bool IS_UTF8 = false; BYTE = unsigned char]':
sphinx.cpp:4204:10: required from here
sphinx.cpp:3939:16: warning: variable 'eL' set but not used [-Wunused-but-set-variable]
sphinx.cpp:3978:16: warning: variable 'eR' set but not used [-Wunused-but-set-variable]
sphinx.cpp: In instantiation of 'BYTE* CSphTokenizerTraits<IS_UTF8>::GetTokenSyn() [with bool IS_UTF8 = true; BYTE = unsigned char]':
sphinx.cpp:4406:10: required from here
sphinx.cpp:3939:16: warning: variable 'eL' set but not used [-Wunused-but-set-variable]
sphinx.cpp:3978:16: warning: variable 'eR' set but not used [-Wunused-but-set-variable]
sphinx.cpp: In member function 'virtual int CSphIndex_VLN::Build(const CSphVector<CSphSource*>&, int, int)':
sphinx.cpp:9696:31: warning: ignoring return value of 'int ftruncate(int, __off64_t)', declared with attribute warn_unused_result [-Wunused-result]
sphinx.cpp:9933:35: warning: ignoring return value of 'int ftruncate(int, off64_t)', declared with attribute warn_unused_result [-Wunused-result]
sphinx.cpp: In member function 'int SelectParser_t::GetToken(SelectBounds_t
)':
sphinx.cpp:5311:27: warning: ignoring return value of 'double strtod(const char
, char*)', declared with attribute warn_unused_result [-Wunused-result]
In file included from sphinx.h:38:0,
from sphinx.cpp:14:
sphinxstd.h: In member function 'virtual bool CSphIndex_VLN::GetKeywords(CSphVector&, const char
, bool)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h: In member function 'virtual int CSphIndex_VLN::Build(const CSphVector<CSphSource*>&, int, int)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h: In member function 'bool CSphHTMLStripper::SetRemovedElements(const char_, CSphString&)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h: In member function 'bool CSphHTMLStripper::SetIndexedAttrs(const char_, CSphString&)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
mv -f .deps/sphinx.Tpo .deps/sphinx.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxexcerpt.o -MD -MP -MF .deps/sphinxexcerpt.Tpo -c -o sphinxexcerpt.o sphinxexcerpt.cpp
In file included from sphinx.h:38:0,
from sphinxexcerpt.cpp:14:
sphinxstd.h: In member function 'void ExcerptGen_c::AddBoundary()':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h: In member function 'void ExcerptGen_c::AddJunk(int, int, int)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h: In member function 'char* ExcerptGen_c::BuildExcerpt(const ExcerptQuery_t&, CSphDict_, ISphTokenizer_)':
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
sphinxstd.h:579:3: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
mv -f .deps/sphinxexcerpt.Tpo .deps/sphinxexcerpt.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxquery.o -MD -MP -MF .deps/sphinxquery.Tpo -c -o sphinxquery.o sphinxquery.cpp
mv -f .deps/sphinxquery.Tpo .deps/sphinxquery.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxsoundex.o -MD -MP -MF .deps/sphinxsoundex.Tpo -c -o sphinxsoundex.o sphinxsoundex.cpp
mv -f .deps/sphinxsoundex.Tpo .deps/sphinxsoundex.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxmetaphone.o -MD -MP -MF .deps/sphinxmetaphone.Tpo -c -o sphinxmetaphone.o sphinxmetaphone.cpp
mv -f .deps/sphinxmetaphone.Tpo .deps/sphinxmetaphone.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxstemen.o -MD -MP -MF .deps/sphinxstemen.Tpo -c -o sphinxstemen.o sphinxstemen.cpp
mv -f .deps/sphinxstemen.Tpo .deps/sphinxstemen.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxstemru.o -MD -MP -MF .deps/sphinxstemru.Tpo -c -o sphinxstemru.o sphinxstemru.cpp
mv -f .deps/sphinxstemru.Tpo .deps/sphinxstemru.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxstemcz.o -MD -MP -MF .deps/sphinxstemcz.Tpo -c -o sphinxstemcz.o sphinxstemcz.cpp
mv -f .deps/sphinxstemcz.Tpo .deps/sphinxstemcz.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxutils.o -MD -MP -MF .deps/sphinxutils.Tpo -c -o sphinxutils.o sphinxutils.cpp
mv -f .deps/sphinxutils.Tpo .deps/sphinxutils.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.cpp
mv -f .deps/md5.Tpo .deps/md5.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxstd.o -MD -MP -MF .deps/sphinxstd.Tpo -c -o sphinxstd.o sphinxstd.cpp
mv -f .deps/sphinxstd.Tpo .deps/sphinxstd.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxsort.o -MD -MP -MF .deps/sphinxsort.Tpo -c -o sphinxsort.o sphinxsort.cpp
sphinxsort.cpp: In instantiation of 'static bool MatchCustom_fn::Setup(const CSphSchema&, CSphMatchComparatorState&, CSphString&) [with bool BITS = false]':
sphinxsort.cpp:1528:34: required from here
sphinxsort.cpp:1419:9: warning: variable 'fTmp' set but not used [-Wunused-but-set-variable]
mv -f .deps/sphinxsort.Tpo .deps/sphinxsort.Po
g++ -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR=""/usr/local/coreseek/etc"" -I/usr/local/include -pthread -I/usr/local/mmseg3/include/mmseg -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_FILE_OFFSET_BITS=64 -DNDEBUG -MT sphinxexpr.o -MD -MP -MF .deps/sphinxexpr.Tpo -c -o sphinxexpr.o sphinxexpr.cpp
sphinxexpr.cpp: In instantiation of 'int Expr_In_c::IntEval(const CSphMatch&) const [with T = float]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_In_c::IntEval(const CSphMatch&) const [with T = long int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_In_c::IntEval(const CSphMatch&) const [with T = int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1080: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:1080:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1080:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_Interval_c::IntEval(const CSphMatch&) const [with T = float]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_Interval_c::IntEval(const CSphMatch&) const [with T = long int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_Interval_c::IntEval(const CSphMatch&) const [with T = int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1047: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:1047:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1047:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_IntervalConst_c::IntEval(const CSphMatch&) const [with T = float]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_IntervalConst_c::IntEval(const CSphMatch&) const [with T = long int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use 'this->ExprEval' instead
sphinxexpr.cpp: In instantiation of 'int Expr_IntervalConst_c::IntEval(const CSphMatch&) const [with T = int]':
sphinxexpr.cpp:1739:1: required from here
sphinxexpr.cpp:1013: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:1013:43: note: declarations in dependent base 'Expr_ArgVsSet_c' are not found by unqualified lookup
sphinxexpr.cpp:1013:43: note: use 'this->ExprEval' instead
make[2]: *** [sphinxexpr.o] Error 1
make[2]: Leaving directory /data/hukai/rpmbuild/BUILD/coreseek-3.2.14/csft-3.2.14/src' make[1]: *** [all] Error 2 make[1]: Leaving directory/data/hukai/rpmbuild/BUILD/coreseek-3.2.14/csft-3.2.14/src'
make: *** [all-recursive] Error 1

@higkoo
Copy link

higkoo commented Jul 4, 2013

gcc 4.7 会有这个问题,4.4 就能正常编过了!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment