[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/strigi/src
From:       Jos van den Oever <jos () vandenoever ! info>
Date:       2006-11-30 19:30:04
Message-ID: 1164915004.424467.15974.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 609429 by vandenoever:

Include more headers so that strigi compiles on gcc 3

 M  +1 -0      daemon/asyncsocket.cpp  
 M  +1 -0      daemon/eventlistener/pollinglistener.cpp  
 M  +1 -0      daemon/socketclient.cpp  
 M  +1 -0      daemon/socketserver.cpp  
 M  +1 -0      streamindexer/helperendanalyzer.cpp  
 M  +1 -0      streamindexer/indexeddocument.h  
 M  +1 -0      streamindexer/query.cpp  
 M  +1 -0      streamindexer/saxendanalyzer.cpp  
 M  +1 -0      streams/pdf/pdfparser.cpp  
 M  +1 -0      streams/pdf/pdftest.cpp  
 M  +1 -0      streams/processinputstream.cpp  
 M  +1 -0      streams/tests/inputstreamtests.h  


--- trunk/playground/base/strigi/src/daemon/asyncsocket.cpp #609428:609429
@@ -22,6 +22,7 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <errno.h>
+#include <unistd.h>
 
 /* workaround for systems without MSG_NOSIGNAL
    on these systems the sending party will receive a SIGPIPE when the receiving
--- trunk/playground/base/strigi/src/daemon/eventlistener/pollinglistener.cpp #609428:609429
@@ -31,6 +31,7 @@
 #include "indexreader.h"
 #include "../strigilogging.h"
 #include "strigi_thread.h"
+#include <unistd.h>
 
 using namespace std;
 using namespace jstreams;
--- trunk/playground/base/strigi/src/daemon/socketclient.cpp #609428:609429
@@ -24,6 +24,7 @@
 #include <errno.h>
 #include <assert.h>
 #include <sstream>
+#include <unistd.h>
 using namespace std;
 
 #if defined(__APPLE__)
--- trunk/playground/base/strigi/src/daemon/socketserver.cpp #609428:609429
@@ -26,6 +26,7 @@
 #include <sys/un.h>
 #include <errno.h>
 #include <assert.h>
+#include <unistd.h>
 using namespace std;
 
 #if defined(__APPLE__)
--- trunk/playground/base/strigi/src/streamindexer/helperendanalyzer.cpp #609428:609429
@@ -25,6 +25,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/stat.h>
+#include <unistd.h>
 using namespace jstreams;
 using namespace std;
 
--- trunk/playground/base/strigi/src/streamindexer/indexeddocument.h #609428:609429
@@ -22,6 +22,7 @@
 
 #include <map>
 #include <string>
+#include <stdint.h>
 #include "jstreamsconfig.h"
 
 namespace jstreams {
--- trunk/playground/base/strigi/src/streamindexer/query.cpp #609428:609429
@@ -20,6 +20,7 @@
 #include "query.h"
 #include "jstreamsconfig.h"
 #include "indexreader.h"
+#include <ctype.h>
 using namespace std;
 using namespace jstreams;
 
--- trunk/playground/base/strigi/src/streamindexer/saxendanalyzer.cpp #609428:609429
@@ -23,6 +23,7 @@
 #include "inputstreamreader.h"
 #include "indexwriter.h"
 #include <libxml/parser.h>
+#include <ctype.h>
 using namespace jstreams;
 using namespace std;
 
--- trunk/playground/base/strigi/src/streams/pdf/pdfparser.cpp #609428:609429
@@ -3,6 +3,7 @@
 #include "stringterminatedsubstream.h"
 #include "gzipinputstream.h"
 #include "subinputstream.h"
+#include <ctype.h>
 using namespace jstreams;
 using namespace std;
 
--- trunk/playground/base/strigi/src/streams/pdf/pdftest.cpp #609428:609429
@@ -3,6 +3,7 @@
 #include "stringreader.h"
 #include "gzipinputstream.h"
 #include "kmpsearcher.h"
+#include <ctype.h>
 using namespace jstreams;
 extern "C" {
     #include <magic.h>
--- trunk/playground/base/strigi/src/streams/processinputstream.cpp #609428:609429
@@ -20,6 +20,7 @@
 #include "jstreamsconfig.h"
 #include "processinputstream.h"
 #include <errno.h>
+#include <unistd.h>
 using namespace jstreams;
 using namespace std;
 
--- trunk/playground/base/strigi/src/streams/tests/inputstreamtests.h #609428:609429
@@ -19,6 +19,7 @@
  */
 #ifndef INPUTSTREAMTESTS
 #define INPUTSTREAMTESTS
+#include <unistd.h>
 
 namespace jstreams {
     template <class T>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic