search for: remoteconnection

Displaying 8 results from an estimated 8 matches for "remoteconnection".

2016 Jun 20
2
Compilation problem with a few configure option
...ntinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/.libs/xapian-delve bin/xapian-delve.o ./.libs/libgetopt.a ./.libs/libxapian-1.3.so -lrt -lz -luuid ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::send_message(char, std::string const&, double)' ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::get_message_chunked(double)' ./.libs/libxapian-1.3.so: undefined reference to `RemoteConnection::RemoteConnection(int, int, std::string const&)' ./.libs/libxapian...
2016 Jun 20
0
Compilation problem with a few configure option
...low=1 -Wlogical-op > -Wmissing-declarations -Wdouble-promotion -Winit-self > -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/.libs/xapian-delve > bin/xapian-delve.o ./.libs/libgetopt.a ./.libs/libxapian-1.3.so -lrt > -lz -luuid > ./.libs/libxapian-1.3.so: undefined reference to > `RemoteConnection::send_message(char, std::string const&, double)' > ./.libs/libxapian-1.3.so: undefined reference to > `RemoteConnection::get_message_chunked(double)' > ./.libs/libxapian-1.3.so: undefined reference to > `RemoteConnection::RemoteConnection(int, int, std::string const&)...
2016 Jun 20
1
Compilation problem with a few configure option
...dden -g -O2 -std=gnu++11 -o bin/.libs/xapian-delve > bin/xapian-delve.o ./.libs/libgetopt.a ./.libs/libxapian-1.3.so > <http://libxapian-1.3.so> -lrt > -lz -luuid > ./.libs/libxapian-1.3.so <http://libxapian-1.3.so>: undefined > reference to > `RemoteConnection::send_message(char, std::string const&, double)' > ./.libs/libxapian-1.3.so <http://libxapian-1.3.so>: undefined > reference to > `RemoteConnection::get_message_chunked(double)' > ./.libs/libxapian-1.3.so <http://libxapian-1.3.so>: undefined >...
2007 Oct 07
1
Re: [Xapian-commits] 9389: trunk/xapian-core/ trunk/xapian-core/net/
On Mon, Oct 01, 2007 at 01:13:07PM +0100, richard wrote: > Log message (3 lines): > net/remoteconnection.cc: After calling read(), check for received > == 0 after checking for errors, so that if an EINTR occurs in > read, we don't report EOF instead of retrying. > [...] > http://xapian.org/C?9389?trunk/xapian-core/net/remoteconnection.cc I don't think this change is correct - if r...
2017 Aug 31
1
how to build Xapian project on windows?
hi, anyone know how to build Xapian on windows?I had try this(https://github.com/xapian/xapian/tree/v1.2.24/xapian-maintainer-tools/win32msvc) but fail. error messages: .\remoteconnection.cc(532) : error C2146: syntax error : missing ';' before identifier 'uoff_t' How to edit the config.mak file to release a correct config.h file ? I can compile Xapian on Linux, it's easy, but on windows, it's hard, the document about how to build Xapian on windows is poor. t...
2015 Apr 01
1
Remote protocol abstracted
...nly or writable database. 2. Relese the reserved database using release_db() Implements RemoteProtocol on the RemoteServer: * get_db - Always returns the same database object (db or wdb) * release_db - Does nothing in this server (database is never released). * get_message and send_message - Call RemoteConnection methods. 5. RemoteProtocol implementation moved to remoteprotocol.cc ----------------------------------------------------------- Added `remoteprotocol.cc` with the implementation of `RemoteProtocol` and header file remoteprotocol.h with added `RemoteProtocol` abstract class definition moved to `...
2009 Feb 12
1
problem when using xapian's static libs in windows
...? "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Xapian::Document::get_data(void)const " (?get_data at Document@Xapian@@QBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@XZ) libnet.lib(remoteconnection.obj) : error LNK2019: ????????? __imp__closesocket at 4??????? "void __cdecl close_fd_or_socket(int)" (?close_fd_or_socket@@YAXH at Z) ???? libnet.lib(remoteconnection.obj) : error LNK2019: ????????? __imp__select at 20??????? "public: bool __thiscall RemoteConnection::ready_to_read(...
2017 Mar 15
2
xapian core missing link to math on MSYS2
...o matcher/.libs/orpostlist.o matcher/.libs/phrasepostlist.o matcher/.libs/selectpostlist.o matcher/.libs/synonympostlist.o matcher/.libs/valuegepostlist.o matcher/.libs/valuerangepostlist.o matcher/.libs/valuestreamdocument.o net/.libs/length.o net/.libs/serialise.o net/.libs/progclient.o net/.libs/remoteconnection.o net/.libs/remoteserver.o net/.libs/remotetcpclient.o net/.libs/remotetcpserver.o net/.libs/replicatetcpclient.o net/.libs/replicatetcpserver.o net/.libs/serialise-error.o net/.libs/tcpclient.o net/.libs/tcpserver.o queryparser/.libs/cjk-tokenizer.o queryparser/.libs/queryparser.o queryparser/.lib...