search for: tcpclient

Displaying 11 results from an estimated 11 matches for "tcpclient".

2009 Feb 12
1
problem when using xapian's static libs in windows
...lizer::WinsockInitializer(void)" (??0WinsockInitializer@@QAE at XZ) ???? libbackend.lib(dbfactory_remote.obj) : error LNK2019: ????????? __imp__WSACleanup at 0??????? "public: __thiscall WinsockInitializer::~WinsockInitializer(void)" (??1WinsockInitializer@@QAE at XZ) ???? libnet.lib(tcpclient.obj) : error LNK2001: ????????? __imp__WSACleanup at 0 libbackend.lib(dbfactory_remote.obj) : error LNK2019: ????????? "protected: __thiscall RemoteDatabase::RemoteDatabase(int,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> &gt...
2015 Sep 14
1
xapian-core-1.2.21 ported to Interix / 'gmake check' compile error
..../tests/api_backend.cc:951: error: `q' undeclared (first use this function) ../../tests/api_backend.cc:951: error: (Each undeclared identifier is reported only once for each function it appears in.) 'htons' needed to be defined, which on Interix is in /usr/include/arpa/inet.h and /net/tcpclient.cc was modified as adding #include <arpa/inet.h> #include <cmath> #include <cstring> #ifndef __WIN32__ # include "safenetdb.h" # include <netinet/in.h> # include <netinet/tcp.h> # include <arpa/inet.h> # include <sys/socket.h> #else # include &qu...
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
...Lindblad 10-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 interix Yesterday I compiled cppunit-1.12.1 on the Interix g++ (3.3) compiler. xapian Subsequent to disabling the remote backend which caused gmake to skip over the /net/tcpclient.cc:77 error, resulting in xapian libs' compile, today I disabled the brass and chert backends, which caused gmake to skip over the 'ambiguous overload' error, I then encountered the same error as written in the text box here: http://trac.xapian.org/ticket/625 noting the cause of that...
2012 Sep 05
2
[nut] High level C and C++ libnutclient (#2)
...veloped in C++ with a wrapper in pure C, inspired from jNut API. > Its object model targets a client/device/variable/command model rather than a network query/answer. > Client is an interface class which declare methods to manipulate devices, derived classes are implementations (actually only TcpClient for TCP based current protocol) to support specific communication channel (perhaps we will have DBUS, message busses or others in a near future). > Device, Variable and Command classes are helpers to easily manipulate such concepts. Is the Doxygen support complete? I didn't see a Doxyfile i...
2007 Dec 21
3
[Bug 1403] ssh ProxyCommand feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1403 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Portable OpenSSH | -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail
2015 Sep 10
0
Fwd: Interix issue resolved / Eric Lindblad
...gument '--enable-long-long'. > > * http://comments.gmane.org/gmane.comp.search.xapian.general/9862 > > So I could compile 1.0.x series, as replication (requiring the remote backend) > was not introduced until the 1.1.x series, or, if I satisfy the requirements for > /net/tcpclient.cc (possibly /net/tcpserver.cc) I should be able to compile 1.1.x > and 1.2.x series xapian. > > http://trac.xapian.org/ticket/625 > http://trac.xapian.org/ticket/361 > > Eric > > -------------------------------------------- > On Sun, 9/6/15, James Aylett <james-xap...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...ne.comp.search.xapian.general/9883 /xapian-core-1.2.21/tests/api_backend.cc - Xapian::Query q(q.OP_PHRASE, qterms, qterms + 2, 5); + Xapian::Query q(Xapian::Query::OP_PHRASE, qterms, qterms + 2, 5); cf: http://permalink.gmane.org/gmane.comp.search.xapian.general/9880 /xapian-core-1.2.21/net/tcpclient.cc #include <cmath> #include <cstring> #ifndef __WIN32__ # include "safenetdb.h" # include <netinet/in.h> # include <netinet/tcp.h> +# include <arpa/inet.h> # include <sys/socket.h> #else # include "safewinsock2.h" #endif cf: http:...
2015 Aug 28
0
errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...undeclared CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" added env CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 3) /net/tcpclient.cc:77 'htons' undeclared disabled remote backend env CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 \ --enable-backend-remote=no resulti...
2017 Mar 15
2
xapian core missing link to math on MSYS2
...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/.libs/queryparser_internal.o queryparser/.libs/termgenera...
2015 Sep 05
1
question / errors Interix 3.5 / xapian-core-1.2.21 / Eric Lindblad
...undeclared CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" added env CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 3) /net/tcpclient.cc:77 'htons' undeclared disabled remote backend env CPPFLAGS="-D_ALL_SOURCE -D_REENTRANT -I/usr/local/include" \ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/xapian-core-1.2.21 \ --enable-backend-remote=no resulti...
2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
...ibapi.a/omvalueiterator.o .libs/libxapian.lax/libapi.a/omstem.o .libs/libxapian.lax/libapi.a/version.o .libs/libxapian.lax/libapi.a/omdocument.o .libs/libxapian.lax/libapi.a/omdatabase.o .libs/libxapian.lax/libapi.a/omquery.o .libs/libxapian.lax/libnet.a/socketclient.o .libs/libxapian.lax/libnet.a/tcpclient.o .libs/libxapian.lax/libnet.a/socketcommon.o .libs/libxapian.lax/libnet.a/progclient.o .libs/libxapian.lax/libnet.a/omerr_string.o .libs/libxapian.lax/libnet.a/omlinebuf.o .libs/libxapian.lax/libnet.a/socketserver.o .libs/libxapian.lax/libnet.a/tcpserver.o .libs/libxapian.lax/libnet.a/progserver.o...