Displaying 2 results from an estimated 2 matches for "safenetdb".
Did you mean:
safenet
2015 Sep 14
1
xapian-core-1.2.21 ported to Interix / 'gmake check' compile error
...s 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 "safewinsock2.h"
#endif
perhaps there is a better location to add '#include <arpa/inet.h>'
as in an #ifdef __INTERIX located i...
2015 Oct 07
0
brass and chert compiled / xapian port to Interix
...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://permalink.gmane.org/gmane.comp.search.xapian.general/9862
dependencies libuuid (patched) and zlib...