AAA Cercasi Compilatore Esperto :(

4 risposte [Ultimo contenuto]
Ritratto di Nokao
Nokao
(Geek)
Offline
Geek
Iscritto: 25/01/2006
Messaggi: 55

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 &quot;./configure&quot;<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 />&lt;Fdo OpenSource Location&gt;/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 &#039;make&#039; 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 &#039;make install&#039; a problem similar to<br />      the following may occur:<br /><br />          mv: cannot move `libShpProvider.so.3.0.0&#039; to<br />         `libShpProvider.so.3.0.0U&#039;: Permission denied.<br />          libtool: install: error: relink `libShpProvider.la&#039;<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 &lt;FDO OpenSource Location&gt;/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 &#039;make install&#039; 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 &#039;make install&#039; 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&#039;<br />make[1]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/framework&#039;<br />Building parsers<br />make -C parsers<br />make[1]: Entering directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xerces/c/src/xercesc/parsers&#039;<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()&#039;:<br />AbstractDOMParser.cpp:183: error: `release&#039; 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()&#039;:<br />AbstractDOMParser.cpp:233: error: `release&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp: In member function `xercesc_2_5::DOMDocument*<br />   xercesc_2_5::AbstractDOMParser::adoptDocument()&#039;:<br />AbstractDOMParser.cpp:246: error: cannot convert `xercesc_2_5::DOMDocumentImpl*<br />   &#039; to `xercesc_2_5::DOMDocument*&#039; in return<br />AbstractDOMParser.cpp: In member function `xercesc_2_5::DOMDocument*<br />   xercesc_2_5::AbstractDOMParser::getDocument()&#039;:<br />AbstractDOMParser.cpp:255: error: cannot convert `xercesc_2_5::DOMDocumentImpl*<br />   &#039; to `xercesc_2_5::DOMDocument*&#039; in return<br />AbstractDOMParser.cpp: In member function `virtual void<br />   xercesc_2_5::AbstractDOMParser::docCharacters(const XMLCh*, unsigned int,<br />   bool)&#039;:<br />AbstractDOMParser.cpp:599: error: `createCDATASection&#039; undeclared (first use<br />   this function)<br />AbstractDOMParser.cpp:612: error: `createTextNode&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp: In member function `virtual void<br />   xercesc_2_5::AbstractDOMParser::docComment(const XMLCh*)&#039;:<br />AbstractDOMParser.cpp:625: error: `createComment&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp: In member function `virtual void<br />   xercesc_2_5::AbstractDOMParser::docPI(const XMLCh*, const XMLCh*)&#039;:<br />AbstractDOMParser.cpp:639: error: `createProcessingInstruction&#039; 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&amp;)&#039;:<br />AbstractDOMParser.cpp:647: error: `DOMEntityReferenceImpl&#039; undeclared (first<br />   use this function)<br />AbstractDOMParser.cpp:647: error: `erImpl&#039; undeclared (first use this function)<br />AbstractDOMParser.cpp:651: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:669: error: `DOMTextImpl&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp:669: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:669: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:693: error: `DOMNodeImpl&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp:693: error: parse error before `::&#039; token<br />AbstractDOMParser.cpp:693: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:701: error: `getDocumentURI&#039; undeclared (first use this<br />   function)<br />AbstractDOMParser.cpp:703: error: parse error before `::&#039; token<br />AbstractDOMParser.cpp:710: error: `DOMProcessingInstructionImpl&#039; undeclared<br />   (first use this function)<br />AbstractDOMParser.cpp:710: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp: At global scope:<br />AbstractDOMParser.cpp:718: error: parse error before `else&#039;<br />AbstractDOMParser.cpp:726: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:732: error: ISO C++ forbids declaration of `<br />   fCurrentParent&#039; with no type<br />AbstractDOMParser.cpp:732: error: `fNodeStack&#039; was not declared in this scope<br />AbstractDOMParser.cpp:735: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:739: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:751: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:760: error: `chars&#039; was not declared in this scope<br />AbstractDOMParser.cpp:760: error: `length&#039; was not declared in this scope<br />AbstractDOMParser.cpp:761: error: `chars&#039; was not declared in this scope<br />AbstractDOMParser.cpp:762: error: `length&#039; was not declared in this scope<br />AbstractDOMParser.cpp:762: error: ISO C++ forbids declaration of `ncChars&#039; with<br />   no type<br />AbstractDOMParser.cpp:762: error: `chNull&#039; 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&#039;<br />AbstractDOMParser.cpp:767: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:772: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:773: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:775: error: ISO C++ forbids declaration of `fCurrentNode&#039;<br />   with no type<br />AbstractDOMParser.cpp:775: error: `node&#039; was not declared in this scope<br />AbstractDOMParser.cpp:776: error: parse error before `}&#039; token<br />AbstractDOMParser.cpp:777: error: `length&#039; was not declared in this scope<br />AbstractDOMParser.cpp:777: error: ISO C++ forbids declaration of `ncChars&#039; with<br />   no type<br />AbstractDOMParser.cpp:777: error: assignment (not initialization) in<br />   declaration<br />AbstractDOMParser.cpp:778: error: parse error before `}&#039; token<br />AbstractDOMParser.cpp:781: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:792: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:800: error: ISO C++ forbids declaration of `<br />   fCurrentParent&#039; with no type<br />AbstractDOMParser.cpp:800: error: redefinition of `int fCurrentParent&#039;<br />AbstractDOMParser.cpp:732: error: `int fCurrentParent&#039; previously defined here<br />AbstractDOMParser.cpp:800: error: `fDocument&#039; was not declared in this scope<br />AbstractDOMParser.cpp:801: error: ISO C++ forbids declaration of `fCurrentNode&#039;<br />   with no type<br />AbstractDOMParser.cpp:801: error: redefinition of `int fCurrentNode&#039;<br />AbstractDOMParser.cpp:775: error: `int fCurrentNode&#039; previously defined here<br />AbstractDOMParser.cpp:801: error: `fDocument&#039; was not declared in this scope<br />AbstractDOMParser.cpp:803: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:804: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:805: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:809: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:820: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:829: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:832: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:849: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:850: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:851: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:852: error: ISO C++ forbids declaration of `elem&#039; with no<br />   type<br />AbstractDOMParser.cpp:852: error: `namespaceURI&#039; was not declared in this scope<br />AbstractDOMParser.cpp:852: error: `elemQName&#039; was not declared in this scope<br />AbstractDOMParser.cpp:852: error: `createElementNSNode&#039; was not declared in<br />   this scope<br />AbstractDOMParser.cpp:853: error: parse error before `}&#039; token<br />AbstractDOMParser.cpp:862: error: ISO C++ forbids declaration of `elemImpl&#039;<br />   with no type<br />AbstractDOMParser.cpp:862: error: `DOMElementImpl&#039; was not declared in this<br />   scope<br />AbstractDOMParser.cpp:862: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:864: error: `attrCount&#039; was not declared in this scope<br />AbstractDOMParser.cpp:864: error: parse error before `;&#039; token<br />AbstractDOMParser.cpp:866: error: `oneAttrib&#039; was not declared in this scope<br />AbstractDOMParser.cpp:867: error: ISO C++ forbids declaration of `namespaceURI&#039;<br />   with no type<br />AbstractDOMParser.cpp:868: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:876: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:878: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:879: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:893: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:894: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:897: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:899: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:904: error: ISO C++ forbids declaration of `elemImpl&#039;<br />   with no type<br />AbstractDOMParser.cpp:904: error: redefinition of `int elemImpl&#039;<br />AbstractDOMParser.cpp:862: error: `int elemImpl&#039; previously defined here<br />AbstractDOMParser.cpp:904: error: `DOMElementImpl&#039; was not declared in this<br />   scope<br />AbstractDOMParser.cpp:904: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:905: error: `attrCount&#039; was not declared in this scope<br />AbstractDOMParser.cpp:905: error: parse error before `;&#039; token<br />AbstractDOMParser.cpp:908: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:910: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:911: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:914: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:923: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:924: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:927: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:937: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:939: error: `defAttrs&#039; was not declared in this scope<br />AbstractDOMParser.cpp:939: error: parse error before `;&#039; token<br />AbstractDOMParser.cpp:939: error: syntax error before `++&#039; token<br />AbstractDOMParser.cpp:943: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:955: error: `fBufMgr&#039; was not declared in this scope<br />AbstractDOMParser.cpp:955: error: &#039;XMLBufBid&#039; is used as a type, but is not<br />   defined as a type.<br />AbstractDOMParser.cpp:956: error: syntax error before `&amp;&#039; token<br />AbstractDOMParser.cpp:958: error: `fScanner&#039; was not declared in this scope<br />AbstractDOMParser.cpp:958: error: `qualifiedName&#039; was not declared in this<br />   scope<br />AbstractDOMParser.cpp:958: error: `prefixBuf&#039; was not declared in this scope<br />AbstractDOMParser.cpp:958: error: `ElemStack&#039; was not declared in this scope<br />AbstractDOMParser.cpp:958: error: parse error before `::&#039; token<br />AbstractDOMParser.cpp:960: error: conflicting types for `const<br />   XMLCh*namespaceURI&#039;<br />AbstractDOMParser.cpp:867: error: previous declaration as `int namespaceURI&#039;<br />AbstractDOMParser.cpp:961: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:967: error: ISO C++ forbids declaration of `insertAttr&#039;<br />   with no type<br />AbstractDOMParser.cpp:967: error: `DOMAttrImpl&#039; was not declared in this scope<br />AbstractDOMParser.cpp:967: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:971: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:978: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:987: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:995: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1000: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1004: error: ISO C++ forbids declaration of `insertAttr&#039;<br />   with no type<br />AbstractDOMParser.cpp:1004: error: redefinition of `int insertAttr&#039;<br />AbstractDOMParser.cpp:967: error: `int insertAttr&#039; previously defined here<br />AbstractDOMParser.cpp:1005: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1010: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1012: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1013: error: ISO C++ forbids declaration of `<br />   fCurrentParent&#039; with no type<br />AbstractDOMParser.cpp:1013: error: redefinition of `int fCurrentParent&#039;<br />AbstractDOMParser.cpp:800: error: `int fCurrentParent&#039; previously defined here<br />AbstractDOMParser.cpp:1014: error: ISO C++ forbids declaration of `fCurrentNode<br />   &#039; with no type<br />AbstractDOMParser.cpp:1014: error: redefinition of `int fCurrentNode&#039;<br />AbstractDOMParser.cpp:801: error: `int fCurrentNode&#039; previously defined here<br />AbstractDOMParser.cpp:1015: error: ISO C++ forbids declaration of `<br />   fWithinElement&#039; with no type<br />AbstractDOMParser.cpp:1018: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1023: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1026: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1027: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1030: error: ISO C++ forbids declaration of `<br />   fCurrentEntity&#039; with no type<br />AbstractDOMParser.cpp:1030: error: `entity&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1032: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1035: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1036: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1043: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1044: error: ISO C++ forbids declaration of `<br />   fCurrentParent&#039; with no type<br />AbstractDOMParser.cpp:1044: error: redefinition of `int fCurrentParent&#039;<br />AbstractDOMParser.cpp:1013: error: `int fCurrentParent&#039; previously declared<br />   here<br />AbstractDOMParser.cpp:1044: error: `er&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1045: error: ISO C++ forbids declaration of `fCurrentNode<br />   &#039; with no type<br />AbstractDOMParser.cpp:1045: error: redefinition of `int fCurrentNode&#039;<br />AbstractDOMParser.cpp:1014: error: `int fCurrentNode&#039; previously declared here<br />AbstractDOMParser.cpp:1045: error: `er&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1051: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1056: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1063: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1064: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1065: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1071: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1079: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1093: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1102: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1116: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1121: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1125: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1129: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1133: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1137: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1141: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1145: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1149: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1154: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1159: error: `attDef&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1160: error: `XMLString&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1160: error: parse error before `::&#039; token<br />AbstractDOMParser.cpp:1164: error: parse error before `;&#039; token<br />AbstractDOMParser.cpp:1164: error: syntax error before `++&#039; token<br />AbstractDOMParser.cpp:1170: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1175: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1180: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1184: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1188: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1192: error: `attDef&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1193: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1195: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1196: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1197: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1203: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1213: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1214: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1215: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1216: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1217: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1218: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1223: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1233: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1237: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1247: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1248: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1249: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1250: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1251: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1252: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1257: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1267: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1276: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1277: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1278: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1279: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1282: error: `decl&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1283: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1285: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1288: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1292: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1311: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1313: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1314: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1315: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1317: error: `defAttrs&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1317: error: parse error before `;&#039; token<br />AbstractDOMParser.cpp:1317: error: syntax error before `++&#039; token<br />AbstractDOMParser.cpp:1329: error: `int index&#039; redeclared as different kind of<br />   symbol<br />/usr/include/string.h:267: error: previous declaration of `char* index(const<br />   char*, int)&#039;<br />AbstractDOMParser.cpp:1329: error: `DOMDocumentImpl&#039; was not declared in this<br />   scope<br />AbstractDOMParser.cpp:1329: error: parse error before `::&#039; token<br />AbstractDOMParser.cpp:1331: error: `fBufMgr&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1331: error: &#039;XMLBufBid&#039; is used as a type, but is not<br />   defined as a type.<br />AbstractDOMParser.cpp:1332: error: syntax error before `&amp;&#039; token<br />AbstractDOMParser.cpp:1334: error: `chLatin_x&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_m&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_l&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_n&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chLatin_s&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1334: error: `chNull&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1336: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1342: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1350: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1366: error: ISO C++ forbids declaration of `insertAttr&#039;<br />   with no type<br />AbstractDOMParser.cpp:1366: error: redefinition of `int insertAttr&#039;<br />AbstractDOMParser.cpp:1004: error: `int insertAttr&#039; previously defined here<br />AbstractDOMParser.cpp:1366: error: `DOMAttrImpl&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1366: error: parse error before `)&#039; token<br />AbstractDOMParser.cpp:1370: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1378: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1383: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1384: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1387: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1393: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1398: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1401: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1405: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1414: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1415: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1416: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1417: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1419: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1429: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1430: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1431: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1433: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1435: error: `entity&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1436: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1438: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1439: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1440: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1441: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1442: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1444: error: ISO C++ forbids declaration of `id&#039; with no<br />   type<br />AbstractDOMParser.cpp:1444: error: conflicting types for `int id&#039;<br />AbstractDOMParser.cpp:1435: error: previous declaration as `const XMLCh*id&#039;<br />AbstractDOMParser.cpp:1444: error: `entity&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1445: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1447: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1448: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1449: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1450: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1451: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1454: error: ISO C++ forbids declaration of `id&#039; with no<br />   type<br />AbstractDOMParser.cpp:1454: error: redefinition of `int id&#039;<br />AbstractDOMParser.cpp:1444: error: `int id&#039; previously defined here<br />AbstractDOMParser.cpp:1454: error: `entity&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1455: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1457: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1458: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1459: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1461: error: ISO C++ forbids declaration of `id&#039; with no<br />   type<br />AbstractDOMParser.cpp:1461: error: redefinition of `int id&#039;<br />AbstractDOMParser.cpp:1454: error: `int id&#039; previously defined here<br />AbstractDOMParser.cpp:1461: error: `entityDecl&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1462: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1464: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1465: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1466: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1469: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1474: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1479: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1486: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1487: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1488: error: syntax error before `-&gt;&#039; token<br />AbstractDOMParser.cpp:1490: error: syntax error before `*&#039; token<br />AbstractDOMParser.cpp:1498: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1499: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1500: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1502: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1504: error: conflicting types for `const XMLCh*id&#039;<br />AbstractDOMParser.cpp:1461: error: previous declaration as `int id&#039;<br />AbstractDOMParser.cpp:1504: error: `notation&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1505: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1507: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1508: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1509: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1510: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1511: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1513: error: ISO C++ forbids declaration of `id&#039; with no<br />   type<br />AbstractDOMParser.cpp:1513: error: conflicting types for `int id&#039;<br />AbstractDOMParser.cpp:1504: error: previous declaration as `const XMLCh*id&#039;<br />AbstractDOMParser.cpp:1513: error: `notation&#039; was not declared in this scope<br />AbstractDOMParser.cpp:1514: error: parse error before `if&#039;<br />AbstractDOMParser.cpp:1516: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1517: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1518: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1519: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1520: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1523: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1527: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1535: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1536: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1537: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1538: error: syntax error before `.&#039; token<br />AbstractDOMParser.cpp:1542: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1547: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1551: error: syntax error before `::&#039; token<br />AbstractDOMParser.cpp:1559: error: syntax error before `-&gt;&#039; token<br />/include/xercesc/util/RefVectorOf.c: In destructor `<br />   xercesc_2_5::RefVectorOf&lt;TElem&gt;::~RefVectorOf() [with TElem =<br />   xercesc_2_5::DOMDocumentImpl]&#039;:<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&lt;TElem&gt;::removeAllElements() [with TElem =<br />   xercesc_2_5::DOMDocumentImpl]&#039;:<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&#039;<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&#039;<br />Makefile:163: /version.incl: No such file or directory<br />make[1]: *** No rule to make target `/version.incl&#039;.  Stop.<br />make[1]: Leaving directory `/home/Compilazione/OpenSource_FDO/thirdparty/apache/xml-xalan/c/src/xalanc&#039;<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 Sad

Ritratto di Nokao
Nokao
(Geek)
Offline
Geek
Iscritto: 25/01/2006
Messaggi: 55

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 Sad

E io che avevo appena finito di sistemarmi il server debian Thinking

Ritratto di Nokao
Nokao
(Geek)
Offline
Geek
Iscritto: 25/01/2006
Messaggi: 55

Niente, trovo sempre errori Sad

Stavolta pare una differenza di versione del compilatore:
g++ -DPACKAGE_NAME=\&quot;FDO\&quot; -DPACKAGE_TARNAME=\&quot;fdo\&quot; -DPACKAGE_VERSION=\&quot;3.0\&quot; &quot;-DPACKAGE_STRING=\&quot;FDO 3.0\&quot;&quot; -DPACKAGE_BUGREPORT=\&quot;http://www.autodesk.com\&quot; -DPACKAGE=\&quot;fdo\&quot; -DVERSION=\&quot;3.0\&quot; -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../../inc -I../common -MMD -MT -DFULLPROTO -D__USE_GNU -c Parse/yyAwkt.cpp -MT yyAwkt.lo -MD -MP -MF .deps/yyAwkt.TPlo  -fPIC-DPIC<br />In file included from Parse/LexAwkt.h:22,<br />                 from Parse/ParseAwkt.h:32,<br />                 from Parse/yyAwkt.y:37:<br />Parse/yyAwkt.y:42: error: syntax error before `{&#039; token<br />Parse/yyAwkt.y:44: error: declaration does not declare anything<br />In file included from Parse/yyAwkt.y:37:<br />Parse/ParseAwkt.h:120: error: field `gis_awkt_yyval&#039; has incomplete type<br />Parse/ParseAwkt.h:121: error: field `gis_awkt_yylval&#039; has incomplete type<br />yyAwkt.cpp:149:2: #endif without #if<br />yyAwkt.cpp:205: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:206: error: field `pParse&#039; has incomplete type<br />yyAwkt.cpp:206: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:838: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp: In function `void gis_awkt_yydestruct(...)&#039;:<br />yyAwkt.cpp:847: error: `pParse&#039; undeclared (first use this function)<br />yyAwkt.cpp:847: error: (Each undeclared identifier is reported only once for<br />   each function it appears in.)<br />yyAwkt.cpp:849: error: `gis_awkt_yytype&#039; undeclared (first use this function)<br />yyAwkt.cpp: In function `int gis_awkt_yyparse()&#039;:<br />yyAwkt.cpp:925: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:926: error: redeclaration of `short int*pParse&#039;<br />yyAwkt.cpp:925: error: `short int*pParse&#039; previously declared here<br />yyAwkt.cpp:926: error: declaration of `short int*pParse&#039;<br />yyAwkt.cpp:925: error: conflicts with previous declaration `short int*pParse&#039;<br />yyAwkt.cpp:926: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:929: error: elements of array `GIS_AWKT_YYSTYPE gis_awkt_yyvsa[200]&#039;<br />   have incomplete type<br />yyAwkt.cpp:929: error: storage size of `gis_awkt_yyvsa&#039; isn&#039;t known<br />yyAwkt.cpp:930: error: conflicting types for `GIS_AWKT_YYSTYPE*pParse&#039;<br />yyAwkt.cpp:925: error: previous declaration as `short int*pParse&#039;<br />yyAwkt.cpp:930: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:936: error: conflicting types for `unsigned int pParse&#039;<br />yyAwkt.cpp:930: error: previous declaration as `GIS_AWKT_YYSTYPE*pParse&#039;<br />yyAwkt.cpp:936: error: parse error before `-&gt;&#039; token<br />yyAwkt.cpp:950: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:951: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:958: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:958: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:959: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:959: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:971: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:974: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:976: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:976: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:976: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:979: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:979: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1008: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1010: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1011: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1012: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1015: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1017: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1017: error: invalid application of `sizeof&#039; to an incomplete type<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1020: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1021: error: &#039;union gis_awkt_yyalloc&#039; has no member named &#039;<br />   gis_awkt_yyvs&#039;<br />yyAwkt.cpp:1021: error: `gis_awkt_yyvs&#039; undeclared (first use this function)<br />yyAwkt.cpp:1021: error: &#039;union gis_awkt_yyalloc&#039; has no member named &#039;<br />   gis_awkt_yyvs&#039;<br />yyAwkt.cpp:1021: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1030: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1030: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1031: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1031: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1037: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1037: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1037: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1063: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1066: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/ParseAwkt.h:167: error: too few arguments to function `GisInt32<br />   gis_awkt_yylex(GisParseAwkt*)&#039;<br />yyAwkt.cpp:1066: error: at this point in file<br />yyAwkt.cpp:1069: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1071: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1076: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1076: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1101: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1102: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1104: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1104: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1141: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1141: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:76: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:77: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:81: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:83: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:85: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:87: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:89: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:91: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:93: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:95: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:97: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:99: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:101: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:120: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:121: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:122: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:123: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:124: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:129: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:129: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:129: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:131: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:131: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:131: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:131: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:133: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:133: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:133: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:133: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:133: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:140: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:143: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:149: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:150: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:156: error: base operand of `-&gt;&#039; is not a pointer<br />Parse/yyAwkt.y:159: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1419: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1420: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1425: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1425: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1434: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1435: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1450: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1510: error: cannot convert `const char*&#039; to `GisParseAwkt*&#039; for<br />   argument `1&#039; to `GisInt32 gis_awkt_yyerror(GisParseAwkt*, char*)&#039;<br />yyAwkt.cpp:1520: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1524: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1527: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1527: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1528: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1528: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1531: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1531: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1537: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1538: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1560: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1561: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1562: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1587: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1587: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1591: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1592: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1592: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1593: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1602: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1602: error: base operand of `-&gt;&#039; is not a pointer<br />yyAwkt.cpp:1628: error: cannot convert `const char*&#039; to `GisParseAwkt*&#039; for<br />   argument `1&#039; to `GisInt32 gis_awkt_yyerror(GisParseAwkt*, char*)&#039;<br />yyAwkt.cpp:1635: error: base operand of `-&gt;&#039; is not a pointer<br />make[4]: *** [yyAwkt.lo] Error 1<br />make[4]: Leaving directory `/home/OpenSource_FDO/fdo/Unmanaged/src/geometry&#039;<br />make[3]: *** [all-recursive] Error 1<br />make[3]: Leaving directory `/home/OpenSource_FDO/fdo/Unmanaged/src&#039;<br />make[2]: *** [all-recursive] Error 1<br />make[2]: Leaving directory `/home/OpenSource_FDO/fdo/Unmanaged&#039;<br />make[1]: *** [all-recursive] Error 1<br />make[1]: Leaving directory `/home/OpenSource_FDO/fdo&#039;<br />make: *** [all-recursive] Error 1

Ritratto di Madman
Madman
(Geek)
Offline
Geek
Iscritto: 29/03/2005
Messaggi: 130

Prova a dare un'occhiata qui. Wink

Ritratto di Nokao
Nokao
(Geek)
Offline
Geek
Iscritto: 25/01/2006
Messaggi: 55

:-o

Si grazie, è un inizio.

Praticamente il software che devo compilare è questo:
http://www.mapserverfoundation.org/mapguide/download.html

Ed è un'evoluzione di mapserver quello che mi hai indicato tu.

Praticamente la comunita' di mapserver (mapserverfoundation) ha premuto su MapGuide finche' non è riuscita a convincerli a farlo open source.

Leggero' con attenzione la guida che mi hai indicato, in ogni caso a me serve il nuovo programma non il vecchio Sad

Grazie ancora.