LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Why wont XML::Parser install correctly? (https://www.linuxquestions.org/questions/linux-software-2/why-wont-xml-parser-install-correctly-375754/)

erisco 10-22-2005 09:28 AM

Why wont XML::Parser install correctly?
 
I am trying to setup GimpShop, and I found a good tutorial for how to get it working (though I cannot post links yet). Since I need to compile GimpShop from source one thing I need is XML::Paser. It has been suggested to me that maybe I don't have the cpan module, but I don't see how that is so if I can carry the installation as far as I can before it errors out. Here is what it looks like.

erisco 10-22-2005 09:30 AM

Expat.xs:12:19: error: expat.h: No such file or directory
Expat.xs:60: error: syntax error before ‘XML_Parser’
Expat.xs:60: warning: no semicolon at end of struct or union
Expat.xs:78: error: syntax error before ‘:’ token
Expat.xs:79: error: syntax error before ‘:’ token
Expat.xs:80: error: syntax error before ‘:’ token
Expat.xs:106: error: syntax error before ‘}’ token
Expat.xs:106: warning: data definition has no type or storage class
Expat.xs:111: error: syntax error before ‘nsdelim’
Expat.xs:111: warning: data definition has no type or storage class
Expat.xs:117: error: syntax error before ‘*’ token
Expat.xs:118: error: syntax error before ‘*’ token
Expat.xs:194: error: syntax error before ‘ms’
Expat.xs:194: warning: initialization makes integer from pointer without a cast
Expat.xs:194: warning: excess elements in scalar initializer
Expat.xs:194: warning: (near initialization for ‘ms’)
Expat.xs:194: warning: excess elements in scalar initializer
Expat.xs:194: warning: (near initialization for ‘ms’)
Expat.xs:194: warning: data definition has no type or storage class
Expat.xs:197: error: syntax error before ‘parser’
Expat.xs: In function ‘append_error’:
Expat.xs:200: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:200: error: (Each undeclared identifier is reported only once
Expat.xs:200: error: for each function it appears in.)
Expat.xs:203: error: syntax error before ‘)’ token
Expat.xs:210: error: ‘err’ undeclared (first use in this function)
Expat.xs:213: error: ‘parser’ undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:249: error: syntax error before ‘*’ token
Expat.xs: In function ‘generate_model’:
Expat.xs:255: error: ‘model’ undeclared (first use in this function)
Expat.xs:256: error: ‘XML_CQUANT_NONE’ undeclared (first use in this function)
Expat.xs:261: error: ‘XML_CTYPE_NAME’ undeclared (first use in this function)
Expat.xs:265: error: ‘XML_CTYPE_MIXED’ undeclared (first use in this function)
Expat.xs:266: error: ‘XML_CTYPE_CHOICE’ undeclared (first use in this function)
Expat.xs:267: error: ‘XML_CTYPE_SEQ’ undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:286: error: syntax error before ‘parser’
Expat.xs: In function ‘parse_stream’:
Expat.xs:298: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:301: error: syntax error before ‘)’ token
Expat.xs:311: error: ‘ioref’ undeclared (first use in this function)
Expat.xs:350: error: ‘parser’ undeclared (first use in this function)
Expat.xs:350: warning: initialization makes pointer from integer without a cast
Expat.xs: In function ‘characterData’:
Expat.xs:460: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:460: error: syntax error before ‘)’ token
Expat.xs: In function ‘startElement’:
Expat.xs:480: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:480: error: syntax error before ‘)’ token
Expat.xs: In function ‘endElement’:
Expat.xs:556: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:556: error: syntax error before ‘)’ token
Expat.xs: In function ‘processingInstruction’:
Expat.xs:590: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:590: error: syntax error before ‘)’ token
Expat.xs: In function ‘commenthandle’:
Expat.xs:611: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:611: error: syntax error before ‘)’ token
Expat.xs: In function ‘startCdata’:
Expat.xs:631: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:631: error: syntax error before ‘)’ token
Expat.xs: In function ‘endCdata’:
Expat.xs:651: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:651: error: syntax error before ‘)’ token
Expat.xs: At top level:
Expat.xs:668: error: syntax error before ‘*’ token
Expat.xs: In function ‘nsStart’:
Expat.xs:670: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:670: error: syntax error before ‘)’ token
Expat.xs:678: error: ‘prefix’ undeclared (first use in this function)
Expat.xs:679: error: ‘uri’ undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:688: error: syntax error before ‘*’ token
Expat.xs: In function ‘nsEnd’:
Expat.xs:690: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:690: error: syntax error before ‘)’ token
Expat.xs:698: error: ‘prefix’ undeclared (first use in this function)
Expat.xs: In function ‘defaulthandle’:
Expat.xs:710: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:710: error: syntax error before ‘)’ token
Expat.xs: At top level:
Expat.xs:729: error: syntax error before ‘XML_Content’
Expat.xs: In function ‘elementDecl’:
Expat.xs:731: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:731: error: syntax error before ‘)’ token
Expat.xs:738: error: ‘model’ undeclared (first use in this function)
Expat.xs:744: error: ‘name’ undeclared (first use in this function)
Expat.xs: In function ‘attributeDecl’:
Expat.xs:761: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:761: error: syntax error before ‘)’ token
Expat.xs: In function ‘entityDecl’:
Expat.xs:802: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:802: error: syntax error before ‘)’ token
Expat.xs: In function ‘doctypeStart’:
Expat.xs:831: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:831: error: syntax error before ‘)’ token
Expat.xs: In function ‘doctypeEnd’:
Expat.xs:852: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:852: error: syntax error before ‘)’ token
Expat.xs: In function ‘xmlDecl’:
Expat.xs:872: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:872: error: syntax error before ‘)’ token
Expat.xs: In function ‘unparsedEntityDecl’:
Expat.xs:901: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:901: error: syntax error before ‘)’ token
Expat.xs: In function ‘notationDecl’:
Expat.xs:929: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:929: error: syntax error before ‘)’ token
Expat.xs: At top level:
Expat.xs:960: error: syntax error before ‘parser’
Expat.xs: In function ‘externalEntityRef’:
Expat.xs:975: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:975: error: syntax error before ‘)’ token
Expat.xs:983: error: ‘pubid’ undeclared (first use in this function)
Expat.xs:985: error: ‘base’ undeclared (first use in this function)
Expat.xs:986: error: ‘sysid’ undeclared (first use in this function)
Expat.xs:1002: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1004: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.xs:1004: error: syntax error before ‘entpar’
Expat.xs:1007: error: ‘entpar’ undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:1115: error: syntax error before ‘XML_Encoding’
Expat.xs: In function ‘unknownEncoding’:
Expat.xs:1123: error: ‘name’ undeclared (first use in this function)
Expat.xs:1167: error: ‘info’ undeclared (first use in this function)
Expat.xs: In function ‘recString’:
Expat.xs:1185: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1185: error: syntax error before ‘)’ token
Expat.xs: At top level:
Expat.xs:1196: error: syntax error before ‘*’ token
Expat.xs: In function ‘suspend_callbacks’:
Expat.xs:1197: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1199: error: ‘XML_CharacterDataHandler’ undeclared (first use in this function)
Expat.xs:1199: error: syntax error before numeric constant
Expat.xs:1204: error: ‘XML_ProcessingInstructionHandler’ undeclared (first use in this function)
Expat.xs:1204: error: syntax error before numeric constant
Expat.xs:1209: error: ‘XML_CommentHandler’ undeclared (first use in this function)
Expat.xs:1209: error: syntax error before numeric constant
Expat.xs:1215: error: ‘XML_StartCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:1215: error: syntax error before numeric constant
Expat.xs:1221: error: ‘XML_UnparsedEntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1221: error: syntax error before numeric constant
Expat.xs:1226: error: ‘XML_NotationDeclHandler’ undeclared (first use in this function)
Expat.xs:1226: error: syntax error before numeric constant
Expat.xs:1231: error: ‘XML_ExternalEntityRefHandler’ undeclared (first use in this function)
Expat.xs:1231: error: syntax error before numeric constant
Expat.xs: At top level:
Expat.xs:1237: error: syntax error before ‘*’ token
Expat.xs: In function ‘resume_callbacks’:
Expat.xs:1238: error: ‘cbv’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParserCreate’:
Expat.c:1290: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1290: error: syntax error before ‘RETVAL’
Expat.xs:1279: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1280: error: variable ‘pep’ has initializer but incomplete type
Expat.xs:1280: error: ‘XML_PARAM_ENTITY_PARSING_NEVER’ undeclared (first use in this function)
Expat.xs:1280: error: storage size of ‘pep’ isn’t known
Expat.xs:1284: error: syntax error before ‘)’ token
Expat.xs:1284: error: syntax error before ‘)’ token
Expat.xs:1320: error: ‘RETVAL’ undeclared (first use in this function)
Expat.xs:1337: error: ‘XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParserRelease’:
Expat.c:1371: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1371: error: syntax error before ‘parser’
Expat.xs:1351: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1351: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_ParserFree’:
Expat.c:1390: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1390: error: syntax error before ‘parser’
Expat.xs:1361: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1361: error: syntax error before ‘)’ token
Expat.xs:1430: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParseString’:
Expat.c:1476: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1476: error: syntax error before ‘parser’
Expat.xs:1439: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1443: error: syntax error before ‘)’ token
Expat.xs:1446: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParseStream’:
Expat.c:1508: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1508: error: syntax error before ‘parser’
Expat.xs:1463: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1465: error: syntax error before ‘)’ token
Expat.xs:1473: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParsePartial’:
Expat.c:1543: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1543: error: syntax error before ‘parser’
Expat.xs:1488: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1488: error: syntax error before ‘)’ token
Expat.xs:1490: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_ParseDone’:
Expat.c:1571: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1571: error: syntax error before ‘parser’
Expat.xs:1504: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetStartElementHandler’:
Expat.c:1594: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1594: error: syntax error before ‘parser’
Expat.xs:1518: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1518: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndElementHandler’:
Expat.c:1615: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1615: error: syntax error before ‘parser’
Expat.xs:1529: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1529: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_SetCharacterDataHandler’:
Expat.c:1636: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1636: error: syntax error before ‘parser’
Expat.xs:1540: error: ‘XML_CharacterDataHandler’ undeclared (first use in this function)
Expat.xs:1540: error: syntax error before ‘charhndl’
Expat.xs:1541: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1541: error: syntax error before ‘)’ token
Expat.xs:1545: error: ‘charhndl’ undeclared (first use in this function)
Expat.xs:1547: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetProcessingInstructionHandler’:
Expat.c:1663: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1663: error: syntax error before ‘parser’
Expat.xs:1557: error: ‘XML_ProcessingInstructionHandler’ undeclared (first use in this function)
Expat.xs:1557: error: syntax error before ‘prochndl’
Expat.xs:1559: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1559: error: syntax error before ‘)’ token
Expat.xs:1563: error: ‘prochndl’ undeclared (first use in this function)
Expat.xs:1565: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetCommentHandler’:
Expat.c:1691: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1691: error: syntax error before ‘parser’
Expat.xs:1575: error: ‘XML_CommentHandler’ undeclared (first use in this function)
Expat.xs:1575: error: syntax error before ‘cmnthndl’
Expat.xs:1576: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1576: error: syntax error before ‘)’ token
Expat.xs:1580: error: ‘cmnthndl’ undeclared (first use in this function)
Expat.xs:1582: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetDefaultHandler’:
Expat.c:1718: error: ‘XML_Parser’ undeclared (first use in this function)

erisco 10-22-2005 09:31 AM

Expat.c:1718: error: syntax error before ‘parser’
Expat.xs:1592: error: ‘XML_DefaultHandler’ undeclared (first use in this function)
Expat.xs:1592: error: syntax error before ‘dflthndl’
Expat.xs:1593: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1593: error: syntax error before ‘)’ token
Expat.xs:1597: error: ‘dflthndl’ undeclared (first use in this function)
Expat.xs:1600: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler’:
Expat.c:1749: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1749: error: syntax error before ‘parser’
Expat.xs:1613: error: ‘XML_UnparsedEntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1613: error: syntax error before ‘unprsdhndl’
Expat.xs:1615: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1615: error: syntax error before ‘)’ token
Expat.xs:1619: error: ‘unprsdhndl’ undeclared (first use in this function)
Expat.xs:1621: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetNotationDeclHandler’:
Expat.c:1777: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1777: error: syntax error before ‘parser’
Expat.xs:1631: error: ‘XML_NotationDeclHandler’ undeclared (first use in this function)
Expat.xs:1631: error: syntax error before ‘nothndlr’
Expat.xs:1632: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1632: error: syntax error before ‘)’ token
Expat.xs:1636: error: ‘nothndlr’ undeclared (first use in this function)
Expat.xs:1638: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetExternalEntityRefHandler’:
Expat.c:1804: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1804: error: syntax error before ‘parser’
Expat.xs:1648: error: ‘XML_ExternalEntityRefHandler’ undeclared (first use in this function)
Expat.xs:1648: error: syntax error before ‘exthndlr’
Expat.xs:1650: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1650: error: syntax error before ‘)’ token
Expat.xs:1654: error: ‘exthndlr’ undeclared (first use in this function)
Expat.xs:1656: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetExtEntFinishHandler’:
Expat.c:1832: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1832: error: syntax error before ‘parser’
Expat.xs:1666: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1666: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_SetEntityDeclHandler’:
Expat.c:1858: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1858: error: syntax error before ‘parser’
Expat.xs:1683: error: ‘XML_EntityDeclHandler’ undeclared (first use in this function)
Expat.xs:1683: error: syntax error before ‘enthndlr’
Expat.xs:1685: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1685: error: syntax error before ‘)’ token
Expat.xs:1689: error: ‘enthndlr’ undeclared (first use in this function)
Expat.xs:1691: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetElementDeclHandler’:
Expat.c:1886: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1886: error: syntax error before ‘parser’
Expat.xs:1701: error: ‘XML_ElementDeclHandler’ undeclared (first use in this function)
Expat.xs:1701: error: syntax error before ‘eldeclhndlr’
Expat.xs:1703: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1703: error: syntax error before ‘)’ token
Expat.xs:1707: error: ‘eldeclhndlr’ undeclared (first use in this function)
Expat.xs:1709: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetAttListDeclHandler’:
Expat.c:1914: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1914: error: syntax error before ‘parser’
Expat.xs:1719: error: ‘XML_AttlistDeclHandler’ undeclared (first use in this function)
Expat.xs:1719: error: syntax error before ‘attdeclhndlr’
Expat.xs:1721: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1721: error: syntax error before ‘)’ token
Expat.xs:1725: error: ‘attdeclhndlr’ undeclared (first use in this function)
Expat.xs:1727: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetDoctypeHandler’:
Expat.c:1942: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1942: error: syntax error before ‘parser’
Expat.xs:1737: error: ‘XML_StartDoctypeDeclHandler’ undeclared (first use in this function)
Expat.xs:1737: error: syntax error before ‘dtsthndlr’
Expat.xs:1739: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1739: error: syntax error before ‘)’ token
Expat.xs:1744: error: ‘dtsthndlr’ undeclared (first use in this function)
Expat.xs:1746: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndDoctypeHandler’:
Expat.c:1971: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1971: error: syntax error before ‘parser’
Expat.xs:1756: error: ‘XML_EndDoctypeDeclHandler’ undeclared (first use in this function)
Expat.xs:1756: error: syntax error before ‘dtendhndlr’
Expat.xs:1758: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1758: error: syntax error before ‘)’ token
Expat.xs:1762: error: ‘dtendhndlr’ undeclared (first use in this function)
Expat.xs:1764: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetXMLDeclHandler’:
Expat.c:1999: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:1999: error: syntax error before ‘parser’
Expat.xs:1775: error: ‘XML_XmlDeclHandler’ undeclared (first use in this function)
Expat.xs:1775: error: syntax error before ‘xmldechndlr’
Expat.xs:1777: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1777: error: syntax error before ‘)’ token
Expat.xs:1781: error: ‘xmldechndlr’ undeclared (first use in this function)
Expat.xs:1783: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetBase’:
Expat.c:2027: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2027: error: syntax error before ‘parser’
Expat.xs:1803: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetBase’:
Expat.c:2054: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2054: error: syntax error before ‘parser’
Expat.xs:1812: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1812: warning: initialization makes pointer from integer without a cast
Expat.c: In function ‘XS_XML__Parser__Expat_PositionContext’:
Expat.c:2080: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2080: error: syntax error before ‘parser’
Expat.xs:1829: error: ‘parser’ undeclared (first use in this function)
Expat.xs:1829: warning: initialization makes pointer from integer without a cast
Expat.c: In function ‘XS_XML__Parser__Expat_DefaultCurrent’:
Expat.c:2194: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2194: error: syntax error before ‘parser’
Expat.xs:1920: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1920: error: syntax error before ‘)’ token
Expat.xs:1922: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_RecognizedString’:
Expat.c:2213: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2213: error: syntax error before ‘parser’
Expat.xs:1930: error: ‘XML_DefaultHandler’ undeclared (first use in this function)
Expat.xs:1930: error: syntax error before ‘dflthndl’
Expat.xs:1931: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:1931: error: syntax error before ‘)’ token
Expat.xs:1934: error: ‘dflthndl’ undeclared (first use in this function)
Expat.xs:1942: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetErrorCode’:
Expat.c:2256: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2256: error: syntax error before ‘parser’
Expat.c:2260: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentLineNumber’:
Expat.c:2273: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2273: error: syntax error before ‘parser’
Expat.c:2277: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentColumnNumber’:
Expat.c:2290: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2290: error: syntax error before ‘parser’
Expat.c:2294: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetCurrentByteIndex’:
Expat.c:2307: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2307: error: syntax error before ‘parser’
Expat.c:2311: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_GetSpecifiedAttributeCount’:
Expat.c:2324: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2324: error: syntax error before ‘parser’
Expat.c:2328: error: ‘parser’ undeclared (first use in this function)
Expat.xs: In function ‘XS_XML__Parser__Expat_ErrorString’:
Expat.xs:1983: warning: initialization makes pointer from integer without a cast
Expat.c: In function ‘XS_XML__Parser__Expat_OriginalString’:
Expat.c:2484: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2484: error: syntax error before ‘parser’
Expat.xs:2091: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2091: warning: initialization makes pointer from integer without a cast
Expat.c: In function ‘XS_XML__Parser__Expat_SetStartCdataHandler’:
Expat.c:2512: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2512: error: syntax error before ‘parser’
Expat.xs:2109: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2109: error: syntax error before ‘)’ token
Expat.xs:2110: error: ‘XML_StartCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:2115: error: ‘scdhndl’ undeclared (first use in this function)
Expat.xs:2117: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_SetEndCdataHandler’:
Expat.c:2540: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2540: error: syntax error before ‘parser’
Expat.xs:2127: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2127: error: syntax error before ‘)’ token
Expat.xs:2128: error: ‘XML_EndCdataSectionHandler’ undeclared (first use in this function)
Expat.xs:2133: error: ‘ecdhndl’ undeclared (first use in this function)
Expat.xs:2135: error: ‘parser’ undeclared (first use in this function)
Expat.c: In function ‘XS_XML__Parser__Expat_UnsetAllHandlers’:
Expat.c:2568: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2568: error: syntax error before ‘parser’
Expat.xs:2144: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2144: error: syntax error before ‘)’ token
Expat.xs:2149: error: ‘XML_StartNamespaceDeclHandler’ undeclared (first use in this function)
Expat.xs:2149: error: syntax error before numeric constant
Expat.xs:2153: error: ‘parser’ undeclared (first use in this function)
Expat.xs:2154: error: ‘XML_StartElementHandler’ undeclared (first use in this function)
Expat.xs:2154: error: syntax error before numeric constant
Expat.xs:2158: error: ‘XML_UnknownEncodingHandler’ undeclared (first use in this function)
Expat.xs:2158: error: syntax error before numeric constant
Expat.c: In function ‘XS_XML__Parser__Expat_ElementIndex’:
Expat.c:2600: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2600: error: syntax error before ‘parser’
Expat.xs:2167: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2167: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_SkipUntil’:
Expat.c:2621: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2621: error: syntax error before ‘parser’
Expat.xs:2179: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2179: error: syntax error before ‘)’ token
Expat.c: In function ‘XS_XML__Parser__Expat_Do_External_Parse’:
Expat.c:2643: error: ‘XML_Parser’ undeclared (first use in this function)
Expat.c:2643: error: syntax error before ‘parser’
Expat.xs:2194: error: ‘cbv’ undeclared (first use in this function)
Expat.xs:2194: error: syntax error before ‘)’ token
Expat.xs:2197: error: ‘parser’ undeclared (first use in this function)
make[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.34/Expat'
make: *** [subdirs] Error 2
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
root@eric:/home/eric#

erisco 10-22-2005 09:32 AM

those are ALL the ERRORS it comes out with. The terminal wouldn't hold the first part. I can try to get it if it is important. My objective is to get XML:Parser to install correctly. Thanks :D

cpan -i XML::Parser

is my command


All times are GMT -5. The time now is 05:39 PM.