Niente... non riesco a compilare MapServer.
E' un server di "Mappe" (raster e vari file CAD) da allacciare ad apache-php-mysql.
Sostanzialmente mi blocco da subito...
Prima di compilarlo devo compilare a parte un pacchettone chiamato "FDO".
Sul manuale della compilazione (Red Hat) dice:Linux Redhat 3.0 Instructions<br />-----------------------------<br /><br />I. Linux Notes:<br /><br /> 1. REQUIRED: Before building FDO, thirdparty libraries and binaries must be<br /> built according to the following steps:<br /><br /> 1.1 build apache<br /> (NOTE: In the following, OpenSource_FDO has been unzipped under /home)<br /><br /> a) cd thirdparty<br /><br /> b) export XALANCROOT=/home/OpenSource_FDO/thirdparty/apache/xml-xalan/c<br /><br /> export XERCESCROOT=/home/OpenSource_FDO/thirdparty/apache/xml-xerces/c<br /><br /> c) cd apache<br /><br /> d) ./build<br /><br /> 1.2 build cppunit<br /><br /> a) cd thirdparty<br /><br /> b) cd linux/cppunit<br /><br /> c) ./build<br /><br /><br /> 2. REQUIRED: Before building FDO and thirdparty libraries, the following<br /> directories must be set as writeable by the user, otherwise the user<br /> will have to switch to root.<br /><br /> 3. FDO Libraries will be installed under /usr/local/gis/fdo/3.0<br /><br /><br /> 4. If any Makefile.am or configure.in file is modified, before "./configure"<br /> you must run:<br /><br /> autoconf<br /><br /> automake<br /><br /><br /> 5. To run the unit test, you must set LD_LIBRARY_PATH as follows:<br /><br /> $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<br />/usr/local/gis/fdo/3.0:/usr/local/gis/fdo/3.0/Shp:/usr/local/gis/fdo/3.0/SDF:<br /><Fdo OpenSource Location>/thirdparty/linux/cppunit/lib<br /> (Note: The path should be entered all on one line.)<br /><br /> 6. providers.xml will be installed to /usr/local/gis/fdo/3.0.<br /><br /> 7. Several known problems exist if auto-mounted drives are used as locations for the<br /> FDO Linux builds. It is recommended that users not use auto-mounted drives<br /> when building FDO.<br /><br /> An Example of the auto-mounted build issue:<br /><br /> If the 'make' process is performed by a non-root user, directories and files<br /> will created according to the users permissions.<br /><br /> When the user logs in as root and runs 'make install' a problem similar to<br /> the following may occur:<br /><br /> mv: cannot move `libShpProvider.so.3.0.0' to<br /> `libShpProvider.so.3.0.0U': Permission denied.<br /> libtool: install: error: relink `libShpProvider.la'<br /> with the above command<br /><br /> mv fails because root has no privilege to mv files on auto-mounted directories<br /> created during the make process by another user.<br /> 8. A known FDO OpenSource build issue exists. The FDO build process may<br /> not create the proper linkage for libcppunit.so. In order to correct<br /> this issue follow the following steps once the FDO OpenSource build has<br /> successfully been completed:<br /><br /> cd <FDO OpenSource Location>/thirdparty/linux/cppunit/lib/<br /> ln -s libcppunit.so libcppunit-1.9.so.0<br /><br /> 9. A known FDO OpenSource build issue exists. The libxerces-c and libxalan-c .so<br /> files installed to /usr/local/gis/fdo/3.0/ may not have the correct execute<br /> permissions. In order to correct this issue follow the following steps<br /> once the FDO OpenSource build has successfully been completed:<br /><br /> cd /usr/local/gis/fdo/3.0/<br /> chmod a+x *.so*<br /><br /> 10. A known FDO OpenSource build issue exists. The command 'make install' may fail<br /> if it is run a second time. The workaround is to remove /usr/local/gis/fdo/3.0/inc<br /> before running 'make install' the second time.<br /><br /> 1. gunzip fdo-3.0.0.tar.gz<br /><br /> 2. tar -xvf fdo-3.0.0.tar<br /><br /> 3. cd OpenSource_FDO<br /> (NOTE: Ensure that thirdparty is built before building FDO. See Notes 1 and 2)<br /><br /> 4. ./configure<br /><br /> 5. make<br /><br /> 6. make install
In pratica, gia' alla prima compilazione (il build dato nella cartella apache) riscontro il seguente errore (dopo una decina di minuti):c++ -fPIC -DLINUX -D_REENTRANT -c -I/include -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET -o /obj/LINUX/XSTypeDefinition.o XSTypeDefinition.cpp<br />c++ -fPIC -DLINUX -D_REENTRANT -c -I/include -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET -o /obj/LINUX/XSWildcard.o XSWildcard.cpp<br />make[2]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/framework/psvi'<br />make[1]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/framework'<br />Building parsers<br />make -C parsers<br />make[1]: Entering directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/parsers'<br />mkdir -p /include/xercesc/parsers<br />cp -fp AbstractDOMParser.hpp DOMBuilderImpl.hpp XercesDOMParser.hpp SAXParser.hpp SAX2XMLReaderImpl.hpp /include/xercesc/parsers<br />c++ -fPIC -DLINUX -D_REENTRANT -c -I/include -I/src -w -O -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 -DPROJ_DOM -DPROJ_VALIDATORS -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS -DXML_USE_NETACCESSOR_SOCKET -o /obj/LINUX/AbstractDOMParser.o AbstractDOMParser.cpp<br />AbstractDOMParser.cpp:82:44: xercesc/dom/impl/DOMAttrImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:85:44: xercesc/dom/impl/DOMTextImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:86:48: xercesc/dom/impl/DOMDocumentImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:87:52: xercesc/dom/impl/DOMDocumentTypeImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:89:47: xercesc/dom/impl/DOMElementImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:90:46: xercesc/dom/impl/DOMEntityImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:91:55: xercesc/dom/impl/DOMEntityReferenceImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:92:48: xercesc/dom/impl/DOMNotationImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:95:61: xercesc/dom/impl/DOMProcessingInstructionImpl.hpp: No such file or directory<br />AbstractDOMParser.cpp:96:45: xercesc/dom/impl/DOMNodeIDMap.hpp: No such file or directory<br />AbstractDOMParser.cpp: In member function `void<br /> xercesc_2_5::AbstractDOMParser::cleanUp()':<br />AbstractDOMParser.cpp:183: error: `release' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp:183: error: (Each undeclared identifier is reported only<br /> once for each function it appears in.)<br />AbstractDOMParser.cpp: In member function `void<br /> xercesc_2_5::AbstractDOMParser::resetPool()':<br />AbstractDOMParser.cpp:233: error: `release' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp: In member function `xercesc_2_5::DOMDocument*<br /> xercesc_2_5::AbstractDOMParser::adoptDocument()':<br />AbstractDOMParser.cpp:246: error: cannot convert `xercesc_2_5::DOMDocumentImpl*<br /> ' to `xercesc_2_5::DOMDocument*' in return<br />AbstractDOMParser.cpp: In member function `xercesc_2_5::DOMDocument*<br /> xercesc_2_5::AbstractDOMParser::getDocument()':<br />AbstractDOMParser.cpp:255: error: cannot convert `xercesc_2_5::DOMDocumentImpl*<br /> ' to `xercesc_2_5::DOMDocument*' in return<br />AbstractDOMParser.cpp: In member function `virtual void<br /> xercesc_2_5::AbstractDOMParser::docCharacters(const XMLCh*, unsigned int,<br /> bool)':<br />AbstractDOMParser.cpp:599: error: `createCDATASection' undeclared (first use<br /> this function)<br />AbstractDOMParser.cpp:612: error: `createTextNode' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp: In member function `virtual void<br /> xercesc_2_5::AbstractDOMParser::docComment(const XMLCh*)':<br />AbstractDOMParser.cpp:625: error: `createComment' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp: In member function `virtual void<br /> xercesc_2_5::AbstractDOMParser::docPI(const XMLCh*, const XMLCh*)':<br />AbstractDOMParser.cpp:639: error: `createProcessingInstruction' undeclared<br /> (first use this function)<br />AbstractDOMParser.cpp: In member function `virtual void<br /> xercesc_2_5::AbstractDOMParser::endEntityReference(const<br /> xercesc_2_5::XMLEntityDecl&)':<br />AbstractDOMParser.cpp:647: error: `DOMEntityReferenceImpl' undeclared (first<br /> use this function)<br />AbstractDOMParser.cpp:647: error: `erImpl' undeclared (first use this function)<br />AbstractDOMParser.cpp:651: error: parse error before `)' token<br />AbstractDOMParser.cpp:669: error: `DOMTextImpl' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp:669: error: parse error before `)' token<br />AbstractDOMParser.cpp:669: error: parse error before `)' token<br />AbstractDOMParser.cpp:693: error: `DOMNodeImpl' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp:693: error: parse error before `::' token<br />AbstractDOMParser.cpp:693: error: parse error before `)' token<br />AbstractDOMParser.cpp:701: error: `getDocumentURI' undeclared (first use this<br /> function)<br />AbstractDOMParser.cpp:703: error: parse error before `::' token<br />AbstractDOMParser.cpp:710: error: `DOMProcessingInstructionImpl' undeclared<br /> (first use this function)<br />AbstractDOMParser.cpp:710: error: parse error before `)' token<br />AbstractDOMParser.cpp: At global scope:<br />AbstractDOMParser.cpp:718: error: parse error before `else'<br />AbstractDOMParser.cpp:726: error: syntax error before `::' token<br />AbstractDOMParser.cpp:732: error: ISO C++ forbids declaration of `<br /> fCurrentParent' with no type<br />AbstractDOMParser.cpp:732: error: `fNodeStack' was not declared in this scope<br />AbstractDOMParser.cpp:735: error: parse error before `if'<br />AbstractDOMParser.cpp:739: error: syntax error before `::' token<br />AbstractDOMParser.cpp:751: error: syntax error before `::' token<br />AbstractDOMParser.cpp:760: error: `chars' was not declared in this scope<br />AbstractDOMParser.cpp:760: error: `length' was not declared in this scope<br />AbstractDOMParser.cpp:761: error: `chars' was not declared in this scope<br />AbstractDOMParser.cpp:762: error: `length' was not declared in this scope<br />AbstractDOMParser.cpp:762: error: ISO C++ forbids declaration of `ncChars' with<br /> no type<br />AbstractDOMParser.cpp:762: error: `chNull' was not declared in this scope<br />AbstractDOMParser.cpp:762: error: assignment (not initialization) in<br /> declaration<br />AbstractDOMParser.cpp:764: error: parse error before `if'<br />AbstractDOMParser.cpp:767: error: syntax error before `->' token<br />AbstractDOMParser.cpp:772: error: syntax error before `->' token<br />AbstractDOMParser.cpp:773: error: syntax error before `->' token<br />AbstractDOMParser.cpp:775: error: ISO C++ forbids declaration of `fCurrentNode'<br /> with no type<br />AbstractDOMParser.cpp:775: error: `node' was not declared in this scope<br />AbstractDOMParser.cpp:776: error: parse error before `}' token<br />AbstractDOMParser.cpp:777: error: `length' was not declared in this scope<br />AbstractDOMParser.cpp:777: error: ISO C++ forbids declaration of `ncChars' with<br /> no type<br />AbstractDOMParser.cpp:777: error: assignment (not initialization) in<br /> declaration<br />AbstractDOMParser.cpp:778: error: parse error before `}' token<br />AbstractDOMParser.cpp:781: error: syntax error before `::' token<br />AbstractDOMParser.cpp:792: error: syntax error before `::' token<br />AbstractDOMParser.cpp:800: error: ISO C++ forbids declaration of `<br /> fCurrentParent' with no type<br />AbstractDOMParser.cpp:800: error: redefinition of `int fCurrentParent'<br />AbstractDOMParser.cpp:732: error: `int fCurrentParent' previously defined here<br />AbstractDOMParser.cpp:800: error: `fDocument' was not declared in this scope<br />AbstractDOMParser.cpp:801: error: ISO C++ forbids declaration of `fCurrentNode'<br /> with no type<br />AbstractDOMParser.cpp:801: error: redefinition of `int fCurrentNode'<br />AbstractDOMParser.cpp:775: error: `int fCurrentNode' previously defined here<br />AbstractDOMParser.cpp:801: error: `fDocument' was not declared in this scope<br />AbstractDOMParser.cpp:803: error: syntax error before `->' token<br />AbstractDOMParser.cpp:804: error: syntax error before `->' token<br />AbstractDOMParser.cpp:805: error: syntax error before `->' token<br />AbstractDOMParser.cpp:809: error: syntax error before `::' token<br />AbstractDOMParser.cpp:820: error: syntax error before `::' token<br />AbstractDOMParser.cpp:829: error: syntax error before `*' token<br />AbstractDOMParser.cpp:832: error: syntax error before `*' token<br />AbstractDOMParser.cpp:849: error: syntax error before `.' token<br />AbstractDOMParser.cpp:850: error: syntax error before `.' token<br />AbstractDOMParser.cpp:851: error: syntax error before `.' token<br />AbstractDOMParser.cpp:852: error: ISO C++ forbids declaration of `elem' with no<br /> type<br />AbstractDOMParser.cpp:852: error: `namespaceURI' was not declared in this scope<br />AbstractDOMParser.cpp:852: error: `elemQName' was not declared in this scope<br />AbstractDOMParser.cpp:852: error: `createElementNSNode' was not declared in<br /> this scope<br />AbstractDOMParser.cpp:853: error: parse error before `}' token<br />AbstractDOMParser.cpp:862: error: ISO C++ forbids declaration of `elemImpl'<br /> with no type<br />AbstractDOMParser.cpp:862: error: `DOMElementImpl' was not declared in this<br /> scope<br />AbstractDOMParser.cpp:862: error: parse error before `)' token<br />AbstractDOMParser.cpp:864: error: `attrCount' was not declared in this scope<br />AbstractDOMParser.cpp:864: error: parse error before `;' token<br />AbstractDOMParser.cpp:866: error: `oneAttrib' was not declared in this scope<br />AbstractDOMParser.cpp:867: error: ISO C++ forbids declaration of `namespaceURI'<br /> with no type<br />AbstractDOMParser.cpp:868: error: parse error before `if'<br />AbstractDOMParser.cpp:876: error: syntax error before `*' token<br />AbstractDOMParser.cpp:878: error: syntax error before `->' token<br />AbstractDOMParser.cpp:879: error: syntax error before `*' token<br />AbstractDOMParser.cpp:893: error: syntax error before `->' token<br />AbstractDOMParser.cpp:894: error: syntax error before `->' token<br />AbstractDOMParser.cpp:897: error: syntax error before `->' token<br />AbstractDOMParser.cpp:899: error: syntax error before `->' token<br />AbstractDOMParser.cpp:904: error: ISO C++ forbids declaration of `elemImpl'<br /> with no type<br />AbstractDOMParser.cpp:904: error: redefinition of `int elemImpl'<br />AbstractDOMParser.cpp:862: error: `int elemImpl' previously defined here<br />AbstractDOMParser.cpp:904: error: `DOMElementImpl' was not declared in this<br /> scope<br />AbstractDOMParser.cpp:904: error: parse error before `)' token<br />AbstractDOMParser.cpp:905: error: `attrCount' was not declared in this scope<br />AbstractDOMParser.cpp:905: error: parse error before `;' token<br />AbstractDOMParser.cpp:908: error: syntax error before `*' token<br />AbstractDOMParser.cpp:910: error: syntax error before `->' token<br />AbstractDOMParser.cpp:911: error: syntax error before `*' token<br />AbstractDOMParser.cpp:914: error: syntax error before `->' token<br />AbstractDOMParser.cpp:923: error: syntax error before `->' token<br />AbstractDOMParser.cpp:924: error: syntax error before `->' token<br />AbstractDOMParser.cpp:927: error: syntax error before `->' token<br />AbstractDOMParser.cpp:937: error: syntax error before `*' token<br />AbstractDOMParser.cpp:939: error: `defAttrs' was not declared in this scope<br />AbstractDOMParser.cpp:939: error: parse error before `;' token<br />AbstractDOMParser.cpp:939: error: syntax error before `++' token<br />AbstractDOMParser.cpp:943: error: syntax error before `::' token<br />AbstractDOMParser.cpp:955: error: `fBufMgr' was not declared in this scope<br />AbstractDOMParser.cpp:955: error: 'XMLBufBid' is used as a type, but is not<br /> defined as a type.<br />AbstractDOMParser.cpp:956: error: syntax error before `&' token<br />AbstractDOMParser.cpp:958: error: `fScanner' was not declared in this scope<br />AbstractDOMParser.cpp:958: error: `qualifiedName' was not declared in this<br /> scope<br />AbstractDOMParser.cpp:958: error: `prefixBuf' was not declared in this scope<br />AbstractDOMParser.cpp:958: error: `ElemStack' was not declared in this scope<br />AbstractDOMParser.cpp:958: error: parse error before `::' token<br />AbstractDOMParser.cpp:960: error: conflicting types for `const<br /> XMLCh*namespaceURI'<br />AbstractDOMParser.cpp:867: error: previous declaration as `int namespaceURI'<br />AbstractDOMParser.cpp:961: error: parse error before `if'<br />AbstractDOMParser.cpp:967: error: ISO C++ forbids declaration of `insertAttr'<br /> with no type<br />AbstractDOMParser.cpp:967: error: `DOMAttrImpl' was not declared in this scope<br />AbstractDOMParser.cpp:967: error: parse error before `)' token<br />AbstractDOMParser.cpp:971: error: syntax error before `*' token<br />AbstractDOMParser.cpp:978: error: syntax error before `->' token<br />AbstractDOMParser.cpp:987: error: syntax error before `*' token<br />AbstractDOMParser.cpp:995: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1000: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1004: error: ISO C++ forbids declaration of `insertAttr'<br /> with no type<br />AbstractDOMParser.cpp:1004: error: redefinition of `int insertAttr'<br />AbstractDOMParser.cpp:967: error: `int insertAttr' previously defined here<br />AbstractDOMParser.cpp:1005: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1010: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1012: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1013: error: ISO C++ forbids declaration of `<br /> fCurrentParent' with no type<br />AbstractDOMParser.cpp:1013: error: redefinition of `int fCurrentParent'<br />AbstractDOMParser.cpp:800: error: `int fCurrentParent' previously defined here<br />AbstractDOMParser.cpp:1014: error: ISO C++ forbids declaration of `fCurrentNode<br /> ' with no type<br />AbstractDOMParser.cpp:1014: error: redefinition of `int fCurrentNode'<br />AbstractDOMParser.cpp:801: error: `int fCurrentNode' previously defined here<br />AbstractDOMParser.cpp:1015: error: ISO C++ forbids declaration of `<br /> fWithinElement' with no type<br />AbstractDOMParser.cpp:1018: error: parse error before `if'<br />AbstractDOMParser.cpp:1023: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1026: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1027: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1030: error: ISO C++ forbids declaration of `<br /> fCurrentEntity' with no type<br />AbstractDOMParser.cpp:1030: error: `entity' was not declared in this scope<br />AbstractDOMParser.cpp:1032: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1035: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1036: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1043: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1044: error: ISO C++ forbids declaration of `<br /> fCurrentParent' with no type<br />AbstractDOMParser.cpp:1044: error: redefinition of `int fCurrentParent'<br />AbstractDOMParser.cpp:1013: error: `int fCurrentParent' previously declared<br /> here<br />AbstractDOMParser.cpp:1044: error: `er' was not declared in this scope<br />AbstractDOMParser.cpp:1045: error: ISO C++ forbids declaration of `fCurrentNode<br /> ' with no type<br />AbstractDOMParser.cpp:1045: error: redefinition of `int fCurrentNode'<br />AbstractDOMParser.cpp:1014: error: `int fCurrentNode' previously declared here<br />AbstractDOMParser.cpp:1045: error: `er' was not declared in this scope<br />AbstractDOMParser.cpp:1051: error: parse error before `if'<br />AbstractDOMParser.cpp:1056: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1063: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1064: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1065: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1071: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1079: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1093: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1102: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1116: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1121: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1125: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1129: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1133: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1137: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1141: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1145: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1149: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1154: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1159: error: `attDef' was not declared in this scope<br />AbstractDOMParser.cpp:1160: error: `XMLString' was not declared in this scope<br />AbstractDOMParser.cpp:1160: error: parse error before `::' token<br />AbstractDOMParser.cpp:1164: error: parse error before `;' token<br />AbstractDOMParser.cpp:1164: error: syntax error before `++' token<br />AbstractDOMParser.cpp:1170: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1175: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1180: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1184: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1188: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1192: error: `attDef' was not declared in this scope<br />AbstractDOMParser.cpp:1193: error: parse error before `if'<br />AbstractDOMParser.cpp:1195: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1196: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1197: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1203: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1213: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1214: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1215: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1216: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1217: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1218: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1223: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1233: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1237: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1247: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1248: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1249: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1250: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1251: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1252: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1257: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1267: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1276: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1277: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1278: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1279: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1282: error: `decl' was not declared in this scope<br />AbstractDOMParser.cpp:1283: error: parse error before `if'<br />AbstractDOMParser.cpp:1285: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1288: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1292: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1311: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1313: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1314: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1315: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1317: error: `defAttrs' was not declared in this scope<br />AbstractDOMParser.cpp:1317: error: parse error before `;' token<br />AbstractDOMParser.cpp:1317: error: syntax error before `++' token<br />AbstractDOMParser.cpp:1329: error: `int index' redeclared as different kind of<br /> symbol<br />/usr/include/string.h:267: error: previous declaration of `char* index(const<br /> char*, int)'<br />AbstractDOMParser.cpp:1329: error: `DOMDocumentImpl' was not declared in this<br /> scope<br />AbstractDOMParser.cpp:1329: error: parse error before `::' token<br />AbstractDOMParser.cpp:1331: error: `fBufMgr' was not declared in this scope<br />AbstractDOMParser.cpp:1331: error: 'XMLBufBid' is used as a type, but is not<br /> defined as a type.<br />AbstractDOMParser.cpp:1332: error: syntax error before `&' token<br />AbstractDOMParser.cpp:1334: error: `chLatin_x' was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_m' was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_l' was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_n' was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_s' was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chNull' was not declared in this scope<br />AbstractDOMParser.cpp:1336: error: parse error before `if'<br />AbstractDOMParser.cpp:1342: error: parse error before `if'<br />AbstractDOMParser.cpp:1350: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1366: error: ISO C++ forbids declaration of `insertAttr'<br /> with no type<br />AbstractDOMParser.cpp:1366: error: redefinition of `int insertAttr'<br />AbstractDOMParser.cpp:1004: error: `int insertAttr' previously defined here<br />AbstractDOMParser.cpp:1366: error: `DOMAttrImpl' was not declared in this scope<br />AbstractDOMParser.cpp:1366: error: parse error before `)' token<br />AbstractDOMParser.cpp:1370: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1378: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1383: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1384: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1387: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1393: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1398: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1401: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1405: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1414: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1415: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1416: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1417: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1419: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1429: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1430: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1431: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1433: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1435: error: `entity' was not declared in this scope<br />AbstractDOMParser.cpp:1436: error: parse error before `if'<br />AbstractDOMParser.cpp:1438: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1439: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1440: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1441: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1442: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1444: error: ISO C++ forbids declaration of `id' with no<br /> type<br />AbstractDOMParser.cpp:1444: error: conflicting types for `int id'<br />AbstractDOMParser.cpp:1435: error: previous declaration as `const XMLCh*id'<br />AbstractDOMParser.cpp:1444: error: `entity' was not declared in this scope<br />AbstractDOMParser.cpp:1445: error: parse error before `if'<br />AbstractDOMParser.cpp:1447: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1448: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1449: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1450: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1451: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1454: error: ISO C++ forbids declaration of `id' with no<br /> type<br />AbstractDOMParser.cpp:1454: error: redefinition of `int id'<br />AbstractDOMParser.cpp:1444: error: `int id' previously defined here<br />AbstractDOMParser.cpp:1454: error: `entity' was not declared in this scope<br />AbstractDOMParser.cpp:1455: error: parse error before `if'<br />AbstractDOMParser.cpp:1457: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1458: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1459: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1461: error: ISO C++ forbids declaration of `id' with no<br /> type<br />AbstractDOMParser.cpp:1461: error: redefinition of `int id'<br />AbstractDOMParser.cpp:1454: error: `int id' previously defined here<br />AbstractDOMParser.cpp:1461: error: `entityDecl' was not declared in this scope<br />AbstractDOMParser.cpp:1462: error: parse error before `if'<br />AbstractDOMParser.cpp:1464: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1465: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1466: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1469: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1474: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1479: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1486: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1487: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1488: error: syntax error before `->' token<br />AbstractDOMParser.cpp:1490: error: syntax error before `*' token<br />AbstractDOMParser.cpp:1498: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1499: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1500: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1502: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1504: error: conflicting types for `const XMLCh*id'<br />AbstractDOMParser.cpp:1461: error: previous declaration as `int id'<br />AbstractDOMParser.cpp:1504: error: `notation' was not declared in this scope<br />AbstractDOMParser.cpp:1505: error: parse error before `if'<br />AbstractDOMParser.cpp:1507: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1508: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1509: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1510: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1511: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1513: error: ISO C++ forbids declaration of `id' with no<br /> type<br />AbstractDOMParser.cpp:1513: error: conflicting types for `int id'<br />AbstractDOMParser.cpp:1504: error: previous declaration as `const XMLCh*id'<br />AbstractDOMParser.cpp:1513: error: `notation' was not declared in this scope<br />AbstractDOMParser.cpp:1514: error: parse error before `if'<br />AbstractDOMParser.cpp:1516: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1517: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1518: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1519: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1520: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1523: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1527: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1535: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1536: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1537: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1538: error: syntax error before `.' token<br />AbstractDOMParser.cpp:1542: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1547: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1551: error: syntax error before `::' token<br />AbstractDOMParser.cpp:1559: error: syntax error before `->' token<br />/include/xercesc/util/RefVectorOf.c: In destructor `<br /> xercesc_2_5::RefVectorOf<TElem>::~RefVectorOf() [with TElem =<br /> xercesc_2_5::DOMDocumentImpl]':<br />AbstractDOMParser.cpp:180: instantiated from here<br />/include/xercesc/util/RefVectorOf.c:143: note: neither the destructor nor the<br /> class-specific operator delete will be called, even if they are declared<br /> when the class is defined.<br />/include/xercesc/util/BaseRefVectorOf.c: In member function `void<br /> xercesc_2_5::BaseRefVectorOf<TElem>::removeAllElements() [with TElem =<br /> xercesc_2_5::DOMDocumentImpl]':<br />AbstractDOMParser.cpp:230: instantiated from here<br />/include/xercesc/util/BaseRefVectorOf.c:172: note: neither the destructor nor<br /> the class-specific operator delete will be called, even if they are declared<br /> when the class is defined.<br />make[1]: *** [AbstractDOMParser.o] Error 1<br />make[1]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/parsers'<br />make: *** [Parsers] Error 2<br />ERROR : You have not set your XALANCROOT environment variable<br />Though this environment variable has nothing to do with creating makefiles,<br />this is just a general warning to prevent you from pitfalls in future. Please<br />set an environment variable called XALANCROOT to indicate where you installed<br />the XALAN-C files, and run this command again to proceed. See the documentation<br />for an example if you are still confused.<br />make -C src/xalanc all<br />make[1]: Entering directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xalan/c/src/xalanc'<br />Makefile:163: /version.incl: No such file or directory<br />make[1]: *** No rule to make target `/version.incl'. Stop.<br />make[1]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xalan/c/src/xalanc'<br />make: *** [all] Error 2<br />
Perchè si capisse meglio ho fatto copia incolla dall'ultimo "c++ eccetera" all'errore finale.
A I U T O
Ehm... avevo sbagliato il path dell'export della directory.
Tuttavia il developer mi ha scritto che con debian il server risulta instabile e crasha spesso, mi ha detto di installare RedHat 3
E io che avevo appena finito di sistemarmi il server debian