Index: cego-2.11.1/Makefile.in --- cego-2.11.1/Makefile.in.orig 2.11.17-17 09:05:41.000000000 +0200 +++ cego-2.11.1/Makefile.in 2.11.17-19 22:57:27.000000000 +0200 @@ -35,8 +35,6 @@ all: ( cd src; make all ) - ( cd samples/cgwtest; make all ) - ( cd samples/cgplustest; make all ) install: ( cd src; make install ) Index: cego-2.11.1/src/CegoAdminThreadPool.cc --- cego-2.11.1/src/CegoAdminThreadPool.cc.orig 2.11.16-13 15:10:27.000000000 +0200 +++ cego-2.11.1/src/CegoAdminThreadPool.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include "CegoAdminThreadPool.h" #include Index: cego-2.11.1/src/CegoAggregation.cc --- cego-2.11.1/src/CegoAggregation.cc.orig 2.11.16-23 17:29:07.000000000 +0200 +++ cego-2.11.1/src/CegoAggregation.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -34,6 +34,7 @@ /////////////////////////////////////////////////////////////////////////////// // INCLUDES +#include #include "CegoAggregation.h" #include "CegoExpr.h" #include "CegoXMLdef.h" Index: cego-2.11.1/src/CegoAttrDesc.cc --- cego-2.11.1/src/CegoAttrDesc.cc.orig 2.11.16-25 10:07:25.000000000 +0200 +++ cego-2.11.1/src/CegoAttrDesc.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include "CegoAttrDesc.h" #include "CegoXMLdef.h" Index: cego-2.11.1/src/CegoBlob.cc --- cego-2.11.1/src/CegoBlob.cc.orig 2.11.1-21 01:17:05.000000000 +0100 +++ cego-2.11.1/src/CegoBlob.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,8 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include #include "CegoBlob.h" #include Index: cego-2.11.1/src/CegoBufferPage.cc --- cego-2.11.1/src/CegoBufferPage.cc.orig 2.11.16-20 21:08:36.000000000 +0200 +++ cego-2.11.1/src/CegoBufferPage.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include #include "CegoDefs.h" Index: cego-2.11.1/src/CegoBufferPool.cc --- cego-2.11.1/src/CegoBufferPool.cc.orig 2.11.16-21 00:10:08.000000000 +0200 +++ cego-2.11.1/src/CegoBufferPool.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,8 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include #include #include #include Index: cego-2.11.1/src/CegoCheckObject.cc --- cego-2.11.1/src/CegoCheckObject.cc.orig 2.11.1-21 01:38:47.000000000 +0100 +++ cego-2.11.1/src/CegoCheckObject.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include "CegoCheckObject.h" #include "CegoXMLdef.h" #include "CegoXMLHelper.h" Index: cego-2.11.1/src/CegoClient.cc --- cego-2.11.1/src/CegoClient.cc.orig 2.11.16-21 08:13:20.000000000 +0200 +++ cego-2.11.1/src/CegoClient.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include #include #include Index: cego-2.11.1/src/CegoCondDesc.cc --- cego-2.11.1/src/CegoCondDesc.cc.orig 2.11.16-23 17:42:52.000000000 +0200 +++ cego-2.11.1/src/CegoCondDesc.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include "CegoCondDesc.h" #include "CegoXMLdef.h" Index: cego-2.11.1/src/CegoContentObject.cc --- cego-2.11.1/src/CegoContentObject.cc.orig 2.11.1-22 12:31:50.000000000 +0100 +++ cego-2.11.1/src/CegoContentObject.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -34,6 +34,8 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include #include "CegoContentObject.h" #include "CegoTypeConverter.h" Index: cego-2.11.1/src/CegoDataPointer.cc --- cego-2.11.1/src/CegoDataPointer.cc.orig 2.11.1-21 01:19:33.000000000 +0100 +++ cego-2.11.1/src/CegoDataPointer.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include "CegoDataPointer.h" #include Index: cego-2.11.1/src/CegoDbHandler.cc --- cego-2.11.1/src/CegoDbHandler.cc.orig 2.11.16-20 23:52:52.000000000 +0200 +++ cego-2.11.1/src/CegoDbHandler.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,8 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include #include #include Index: cego-2.11.1/src/CegoDbThread.cc --- cego-2.11.1/src/CegoDbThread.cc.orig 2.11.17-08 15:36:29.000000000 +0200 +++ cego-2.11.1/src/CegoDbThread.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -39,6 +39,7 @@ /////////////////////////////////////////////////////////////////////////////// // INCLUDES +#include #include #include #include Index: cego-2.11.1/src/CegoDbThreadPool.cc --- cego-2.11.1/src/CegoDbThreadPool.cc.orig 2.11.17-08 15:36:28.000000000 +0200 +++ cego-2.11.1/src/CegoDbThreadPool.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,7 @@ // /////////////////////////////////////////////////////////////////////////////// +#include #include #include #include Index: cego-2.11.1/src/CegoDefs.h --- cego-2.11.1/src/CegoDefs.h.orig 2.11.17-17 09:26:25.000000000 +0200 +++ cego-2.11.1/src/CegoDefs.h 2.11.17-19 20:23:30.000000000 +0200 @@ -35,6 +35,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + #ifdef HAVE_MINGW32 #include #endif Index: cego-2.11.1/src/CegoDistManager.cc --- cego-2.11.1/src/CegoDistManager.cc.orig 2.11.17-02 10:15:39.000000000 +0200 +++ cego-2.11.1/src/CegoDistManager.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -34,6 +34,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + #include "CegoDistManager.h" #include Index: cego-2.11.1/src/CegoExpOutStream.cc --- cego-2.11.1/src/CegoExpOutStream.cc.orig 2.11.1-21 01:20:51.000000000 +0100 +++ cego-2.11.1/src/CegoExpOutStream.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoExpr.cc --- cego-2.11.1/src/CegoExpr.cc.orig 2.11.16-25 16:25:58.000000000 +0200 +++ cego-2.11.1/src/CegoExpr.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + #include "CegoExpr.h" #include "CegoXMLdef.h" Index: cego-2.11.1/src/CegoFactor.cc --- cego-2.11.1/src/CegoFactor.cc.orig 2.11.16-23 18:21:03.000000000 +0200 +++ cego-2.11.1/src/CegoFactor.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // INCLUDES #include Index: cego-2.11.1/src/CegoFieldValue.cc --- cego-2.11.1/src/CegoFieldValue.cc.orig 2.11.17-15 19:32:52.000000000 +0200 +++ cego-2.11.1/src/CegoFieldValue.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -41,6 +41,9 @@ #include #include +#include +#include + #include "CegoFieldValue.h" #include "CegoTypeConverter.h" #include "CegoDefs.h" Index: cego-2.11.1/src/CegoFunction.cc --- cego-2.11.1/src/CegoFunction.cc.orig 2.11.17-03 19:58:12.000000000 +0200 +++ cego-2.11.1/src/CegoFunction.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,8 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include #include #include Index: cego-2.11.1/src/CegoGroupEntry.cc --- cego-2.11.1/src/CegoGroupEntry.cc.orig 2.11.1-21 01:41:27.000000000 +0100 +++ cego-2.11.1/src/CegoGroupEntry.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoGroupSpace.cc --- cego-2.11.1/src/CegoGroupSpace.cc.orig 2.11.16-16 21:52:19.000000000 +0200 +++ cego-2.11.1/src/CegoGroupSpace.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoImpInStream.cc --- cego-2.11.1/src/CegoImpInStream.cc.orig 2.11.13-23 21:40:57.000000000 +0100 +++ cego-2.11.1/src/CegoImpInStream.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoIndexCursor.cc --- cego-2.11.1/src/CegoIndexCursor.cc.orig 2.11.16-26 18:30:38.000000000 +0200 +++ cego-2.11.1/src/CegoIndexCursor.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -34,6 +34,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // cego includes #include "CegoIndexCursor.h" #include "CegoTupleState.h" Index: cego-2.11.1/src/CegoIndexEntry.cc --- cego-2.11.1/src/CegoIndexEntry.cc.orig 2.11.1-21 01:48:24.000000000 +0100 +++ cego-2.11.1/src/CegoIndexEntry.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoIndexManager.cc --- cego-2.11.1/src/CegoIndexManager.cc.orig 2.11.16-02 13:08:24.000000000 +0200 +++ cego-2.11.1/src/CegoIndexManager.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoJoinObject.cc --- cego-2.11.1/src/CegoJoinObject.cc.orig 2.11.16-23 17:38:41.000000000 +0200 +++ cego-2.11.1/src/CegoJoinObject.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include Index: cego-2.11.1/src/CegoKeyObject.cc --- cego-2.11.1/src/CegoKeyObject.cc.orig 2.11.1-21 01:44:30.000000000 +0100 +++ cego-2.11.1/src/CegoKeyObject.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // cego includes #include "CegoKeyObject.h" #include "CegoXMLdef.h" Index: cego-2.11.1/src/CegoLockHandler.cc --- cego-2.11.1/src/CegoLockHandler.cc.orig 2.11.16-14 23:13:50.000000000 +0200 +++ cego-2.11.1/src/CegoLockHandler.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + #ifndef _REENTRANT #define _REENTRANT /* basic 3-lines for threads */ #endif Index: cego-2.11.1/src/CegoLogManager.cc --- cego-2.11.1/src/CegoLogManager.cc.orig 2.11.1-21 01:45:28.000000000 +0100 +++ cego-2.11.1/src/CegoLogManager.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // base includes #include #include Index: cego-2.11.1/src/CegoLogRecord.cc --- cego-2.11.1/src/CegoLogRecord.cc.orig 2.11.16-21 00:28:35.000000000 +0200 +++ cego-2.11.1/src/CegoLogRecord.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // cego includes #include "CegoLogRecord.h" Index: cego-2.11.1/src/CegoObject.cc --- cego-2.11.1/src/CegoObject.cc.orig 2.11.16-21 00:01:01.000000000 +0200 +++ cego-2.11.1/src/CegoObject.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -33,6 +33,9 @@ // /////////////////////////////////////////////////////////////////////////////// +#include +#include + // cego includes #include "CegoObject.h" Index: cego-2.11.1/src/Makefile.in --- cego-2.11.1/src/Makefile.in.orig 2.11.17-16 22:55:51.000000000 +0200 +++ cego-2.11.1/src/Makefile.in 2.11.17-19 20:23:30.000000000 +0200 @@ -60,10 +60,8 @@ $(STRIP) cgblow $(INSTALL_PROGRAM) cgblow $(DESTDIR)$(CEGOBINDIR) $(INSTALL_DATA) libcego.a $(DESTDIR)$(CEGOLIBDIR) - $(INSTALL_DATA) libcego.so.1 $(DESTDIR)$(CEGOLIBDIR) $(RANLIB) $(DESTDIR)$(CEGOLIBDIR)/libcego.a $(INSTALL_DATA) libcgwrap.a $(DESTDIR)$(CEGOLIBDIR) - $(INSTALL_DATA) libcgwrap.so.1 $(DESTDIR)$(CEGOLIBDIR) $(RANLIB) $(DESTDIR)$(CEGOLIBDIR)/libcgwrap.a $(INSTALL_DATA) CegoAdmNet.h $(DESTDIR)$(CEGOINCDIR) $(INSTALL_DATA) CegoDbHandler.h $(DESTDIR)$(CEGOINCDIR) @@ -235,12 +233,10 @@ $(CCPLUS) $(LDFLAGS) -o cgblow CegoBlowTab.o libcego.a $(LIBS) libcego.a: $(LIBOBJECTS) - $(CC) $(LDFLAGS) $(CGSHLIBOPT) -o libcego.so.1 $(LIBOBJECTS) $(AR) -r libcego.a $(LIBOBJECTS) $(RANLIB) libcego.a libcgwrap.a: $(CGWRAPOBJECTS) - $(CC) $(LDFLAGS) $(WPSHLIBOPT) -o libcgwrap.so.1 $(CGWRAPOBJECTS) $(AR) -r libcgwrap.a $(CGWRAPOBJECTS) $(RANLIB) libcgwrap.a Index: lfc-1.1.41/src/Bitmap.cc --- lfc-1.1.41/src/Bitmap.cc.orig 2010-08-15 13:48:09.000000000 +0200 +++ lfc-1.1.41/src/Bitmap.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -35,6 +35,7 @@ #include // INCLUDES +#include #include "Bitmap.h" #include "Exception.h" Index: lfc-1.1.41/src/CommandExecuter.cc --- lfc-1.1.41/src/CommandExecuter.cc.orig 2.11.1-21 01:01:04.000000000 +0100 +++ lfc-1.1.41/src/CommandExecuter.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -41,6 +41,7 @@ #include #include #include +#include // BASE INCLUDES Index: lfc-1.1.41/src/Datetime.cc --- lfc-1.1.41/src/Datetime.cc.orig 2010-08-15 13:48:19.000000000 +0200 +++ lfc-1.1.41/src/Datetime.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -34,6 +34,8 @@ #include +#include +#include #include "Exception.h" #include "Datetime.h" Index: lfc-1.1.41/src/File.cc --- lfc-1.1.41/src/File.cc.orig 2.11.16-20 21:43:38.000000000 +0200 +++ lfc-1.1.41/src/File.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -48,6 +48,7 @@ #include #include #include +#include // BASE INCLUDES #include "Exception.h" Index: lfc-1.1.41/src/Makefile.in --- lfc-1.1.41/src/Makefile.in.orig 2010-09-17 10:00:58.000000000 +0200 +++ lfc-1.1.41/src/Makefile.in 2.11.17-19 20:23:30.000000000 +0200 @@ -85,7 +85,6 @@ $(INSTALL_DATA) Base64Coder.h $(DESTDIR)$(INCLUDEPREFIX) if [ -f regex.o ]; then $(INSTALL_DATA) regex.h $(DESTDIR)$(INCLUDEPREFIX); fi $(INSTALL_DATA) liblfc.a $(DESTDIR)$(LIBPREFIX) - $(INSTALL_DATA) liblfc.so.1 $(DESTDIR)$(LIBPREFIX) $(RANLIB) $(DESTDIR)$(LIBPREFIX)/liblfc.a clean: @@ -99,7 +98,6 @@ ################# liblfc: $(OBJECTS) - $(CC) $(LDFLAGS) $(SHLIBOPT) -o liblfc.so.1 $(OBJECTS) $(AR) -r liblfc.a $(OBJECTS) $(RANLIB) liblfc.a @@ -135,4 +133,4 @@ CommandExecuter.o: CommandExecuter.cc CommandExecuter.h Sleeper.o: Sleeper.cc Sleeper.h Process.o: Process.cc Process.h -Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c \ No newline at end of file +Base64Coder.o: Base64Coder.cc Base64Coder.h base64.c Index: lfc-1.1.41/src/Net.cc --- lfc-1.1.41/src/Net.cc.orig 2010-09-13 19:30:22.000000000 +0200 +++ lfc-1.1.41/src/Net.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -52,6 +52,7 @@ #include #endif #include +#include #include "Exception.h" #include "Net.h" Index: lfc-1.1.41/src/NetHandler.cc --- lfc-1.1.41/src/NetHandler.cc.orig 2010-08-15 13:45:47.000000000 +0200 +++ lfc-1.1.41/src/NetHandler.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -38,6 +38,7 @@ #define _REENTRANT /* basic 3-lines for threads */ #endif +#include #include #include #include Index: lfc-1.1.41/src/Process.cc --- lfc-1.1.41/src/Process.cc.orig 2010-08-15 13:51:29.000000000 +0200 +++ lfc-1.1.41/src/Process.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -43,6 +43,7 @@ #include #include #include +#include #include "Exception.h" #include "Chain.h" Index: lfc-1.1.41/src/Sleeper.cc --- lfc-1.1.41/src/Sleeper.cc.orig 2010-08-15 13:50:23.000000000 +0200 +++ lfc-1.1.41/src/Sleeper.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -48,6 +48,7 @@ #include #include #include +#include #include "Exception.h" #include "Chain.h" Index: lfc-1.1.41/src/ThreadLock.cc --- lfc-1.1.41/src/ThreadLock.cc.orig 2.11.16-13 12:12:07.000000000 +0200 +++ lfc-1.1.41/src/ThreadLock.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -43,6 +43,7 @@ #include #include #include +#include #include #include "ThreadLock.h" Index: lfcxml-1.0.26/src/Makefile.in --- lfcxml-1.0.26/src/Makefile.in.orig 2010-09-17 10:01:17.000000000 +0200 +++ lfcxml-1.0.26/src/Makefile.in 2.11.17-19 20:23:30.000000000 +0200 @@ -51,7 +51,6 @@ $(INSTALL_DATA) XMLInStream.h $(DESTDIR)$(XMLINCLUDEPATH) $(INSTALL_DATA) XMLOutStream.h $(DESTDIR)$(XMLINCLUDEPATH) $(INSTALL_DATA) liblfcxml.a $(DESTDIR)$(LIBPREFIX) - $(INSTALL_DATA) liblfcxml.so.1 $(DESTDIR)$(LIBPREFIX) $(RANLIB) $(DESTDIR)$(LIBPREFIX)/liblfcxml.a ################# @@ -59,7 +58,6 @@ ################# liblfcxml: $(OBJECTS) - $(CC) $(LDFLAGS) $(SHLIBOPT) -o liblfcxml.so.1 $(OBJECTS) $(AR) -r liblfcxml.a $(OBJECTS) $(RANLIB) liblfcxml.a Index: lfcxml-1.0.26/src/XMLSuite.cc --- lfcxml-1.0.26/src/XMLSuite.cc.orig 2.11.1-21 01:08:13.000000000 +0100 +++ lfcxml-1.0.26/src/XMLSuite.cc 2.11.17-19 20:23:30.000000000 +0200 @@ -35,6 +35,7 @@ // INCLUDES #include "XMLSuite.h" +#include #include