search for: brass_check

Displaying 6 results from an estimated 6 matches for "brass_check".

2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...ot; \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 \ --enable-backend-remote=no resulting in the compile of libxapian.so.22.6.8 and libxapian.a 4) then the following sequence of errors depbase=`echo backends/brass/brass_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'` ;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I .. -I../common -I../include -I'./include' -I../languages -Ilanguages -I../query parser -D_ALL_SOURCE -D_REENTRANT -I/usr/local/include -fshow-column -Wall...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...ot; \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 \ --enable-backend-remote=no resulting in the compile of libxapian.so.22.6.8 and libxapian.a 4) then the following sequence of errors depbase=`echo backends/brass/brass_check.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'` ;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I .. -I../common -I../include -I'./include' -I../languages -Ilanguages -I../query parser -D_ALL_SOURCE -D_REENTRANT -I/usr/local/include -fshow-column -Wall...
2015 Sep 30
1
brass and chert / xapian port to Interix
Report by Eric Lindblad 30-09-2015 http://www.ericlindblad.blogspot.com The xapian-core-1.2.21 'ambiguous overload' error on the files /backends/brass/brass_check.cc and /backends/chert/chert_check.cc appear to be resultant of a bug reported in gcc-3.3.4, which was fixed for 3.4.2 [Sept. 6, 2004] and 3.5. Bug 16854 - streams missing "long long" specializations on Tru64 https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=16854 Running...
2015 Sep 15
0
xapian porting to Interix / conclusion
...arsertest PASS: termgentest resolverelativepath1 ... ok PASS: unittest The disabling of brass and chert backends (the same mailing-list member noting that compile of 1.2.x with just flint support being of somewhat limited use) was due to an earlier encountered 'ambiguous overload' error on brass_check.cc & chert_check.cc. The above test was performed on a machine without network access. With the define for 'htons' on Interix located in /dev/fs/C/SFU/usr/include/arpa/inet.h the addition of '#include <arpa/inet.h>' in xapian-core-1.2.21/net/tcplclient.cc allowed for rem...
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
...ame error as written in the text box here: http://trac.xapian.org/ticket/625 noting the cause of that error was their configure argument as disabling the remote backend. It appears that Interix 3.5's gcc-3.3 was compiled without '--enable-long-long', which likely was the cause of the brass_check.cc/chert_check.cc compile errors. Compiling a new gcc-3.3 with '--enable-long-long' for Interix 3.5 should enable compile of those 2 backend files, but if xapian 1.1.x or 1.2.x series were to be compiled the remote backend (requirement) would need to also be compiled, other- wise, flint a...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...ort by Eric Lindblad 06-10-2015 http://www.ericlindblad.blogspot.com cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9885 modifications allowing for brass and chert to compile on SFU Interix 3.5 (modified) [code change not performance critical] /xapian-core-1.2.21/backends/brass/brass_check.cc /xapian-core-1.2.21/backends/chert/chert_check.cc #include <climits> + +#include "str.h" out << "base" << (char)B.base_letter << " blocksize=" << B.block_size / 1024 << "K" - " items=" <&lt...