[Xapian-devel] 1.0.14 Core Build Error

Mike Boone mike at boonedocks.net
Tue Aug 4 21:30:42 BST 2009


I am trying this on Mac OS X 10.5.7:

svn co svn://svn.xapian.org/xapian/tags/1.0.14 xapian-1.0.14
cd xapian-1.0.14
./bootstrap
cd xapian-core/
./configure --disable-documentation --enable-maintainer-mode
make

This runs for a while and then stops with this error:

 g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W
-Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align
-Wno-long-long -Wformat-security -fno-gnu-keywords
-Woverloaded-virtual -Wundef -Wshadow -Wstrict-null-sentinel
-fvisibility=hidden -Werror -g -O2 -MT api/omquery.lo -MD -MP -MF
api/.deps/omquery.Tpo -c api/omquery.cc  -fno-common -DPIC -o
api/.libs/omquery.o
cc1plus: warnings being treated as errors
api/omquery.cc: In constructor
‘Xapian::Query::Query(Xapian::Query::op, Xapian::Query)’:
api/omquery.cc:128: warning: ‘__base_ctor ’ is deprecated (declared at
api/omquery.cc:118)
make[2]: *** [api/omquery.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any ideas?

Thanks,
Mike Boone.



More information about the Xapian-devel mailing list