I've tried a couple of times to install Mozilla, but keep getting these 
compile errors. Any ideas what the problem is? I apologize for the 
lengthy text here: In the log, this is the line where errors started 
appearing.  Thanks for any help.

> fcxml.c:26:19: expat.h: No such file or directory
> fcxml.c:307: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:307: parse error before '*' token
> fcxml.c: In function `FcElementMap':
> fcxml.c:358: `name' undeclared (first use in this function)
> fcxml.c:358: (Each undeclared identifier is reported only once
> fcxml.c:358: for each function it appears in.)
> fcxml.c: At top level:
> fcxml.c:418: parse error before "XML_Parser"
> fcxml.c:418: warning: no semicolon at end of struct or union
> fcxml.c:419: warning: type defaults to `int' in declaration of 
> `FcConfigParse'
> fcxml.c:419: warning: data definition has no type or storage class
> fcxml.c:422: parse error before '*' token
> fcxml.c: In function `FcConfigError':
> fcxml.c:426: `fmt' undeclared (first use in this function)
> fcxml.c:427: `parse' undeclared (first use in this function)
> fcxml.c:431: warning: implicit declaration of function 
> `XML_GetCurrentLineNumber'
> fcxml.c:426: `va_start' used in function with fixed args
> fcxml.c: At top level:
> fcxml.c:445: parse error before '*' token
> fcxml.c: In function `FcVStackPush':
> fcxml.c:447: `vstack' undeclared (first use in this function)
> fcxml.c:447: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:508: parse error before '*' token
> fcxml.c: In function `FcVStackPushString':
> fcxml.c:513: `string' undeclared (first use in this function)
> fcxml.c:514: `tag' undeclared (first use in this function)
> fcxml.c:515: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:520: parse error before '*' token
> fcxml.c: In function `FcVStackPushInteger':
> fcxml.c:525: `integer' undeclared (first use in this function)
> fcxml.c:527: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:532: parse error before '*' token
> fcxml.c: In function `FcVStackPushDouble':
> fcxml.c:537: `_double' undeclared (first use in this function)
> fcxml.c:539: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:544: parse error before '*' token
> fcxml.c: In function `FcVStackPushMatrix':
> fcxml.c:549: `matrix' undeclared (first use in this function)
> fcxml.c:557: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:562: parse error before '*' token
> fcxml.c: In function `FcVStackPushBool':
> fcxml.c:567: `bool' undeclared (first use in this function)
> fcxml.c:569: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:574: parse error before '*' token
> fcxml.c: In function `FcVStackPushTest':
> fcxml.c:579: `test' undeclared (first use in this function)
> fcxml.c:581: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:586: parse error before '*' token
> fcxml.c: In function `FcVStackPushExpr':
> fcxml.c:591: `expr' undeclared (first use in this function)
> fcxml.c:592: `tag' undeclared (first use in this function)
> fcxml.c:593: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:598: parse error before '*' token
> fcxml.c: In function `FcVStackPushEdit':
> fcxml.c:603: `edit' undeclared (first use in this function)
> fcxml.c:605: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:610: parse error before '*' token
> fcxml.c: In function `FcVStackFetch':
> fcxml.c:614: `parse' undeclared (first use in this function)
> fcxml.c:614: `off' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:619: parse error before '*' token
> fcxml.c: In function `FcVStackClear':
> fcxml.c:621: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:631: parse error before '*' token
> fcxml.c: In function `FcVStackPop':
> fcxml.c:633: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:643: parse error before '*' token
> fcxml.c: In function `FcVStackElements':
> fcxml.c:646: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:656: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:656: parse error before '*' token
> fcxml.c: In function `FcConfigSaveAttr':
> fcxml.c:664: `attr' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:685: parse error before '*' token
> fcxml.c: In function `FcPStackPush':
> fcxml.c:691: `parse' undeclared (first use in this function)
> fcxml.c:692: `element' undeclared (first use in this function)
> fcxml.c:693: `attr' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:707: parse error before '*' token
> fcxml.c: In function `FcPStackPop':
> fcxml.c:711: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:727: parse error before '*' token
> fcxml.c: In function `FcConfigInit':
> fcxml.c:729: `parse' undeclared (first use in this function)
> fcxml.c:732: `name' undeclared (first use in this function)
> fcxml.c:733: `config' undeclared (first use in this function)
> fcxml.c:734: `parser' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:739: parse error before '*' token
> fcxml.c: In function `FcConfigCleanup':
> fcxml.c:741: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:746: parse error before '*' token
> fcxml.c: In function `FcConfigGetAttribute':
> fcxml.c:749: `parse' undeclared (first use in this function)
> fcxml.c:755: `attr' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:763: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:763: parse error before '*' token
> fcxml.c: In function `FcStartElement':
> fcxml.c:765: `parse' undeclared (first use in this function)
> fcxml.c:765: `userData' undeclared (first use in this function)
> fcxml.c:768: `name' undeclared (first use in this function)
> fcxml.c:775: `attr' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:784: parse error before '*' token
> fcxml.c: In function `FcParseBlank':
> fcxml.c:786: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:813: parse error before '*' token
> fcxml.c: In function `FcParseInt':
> fcxml.c:818: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:836: parse error before '*' token
> fcxml.c: In function `FcParseDouble':
> fcxml.c:841: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:859: parse error before '*' token
> fcxml.c: In function `FcParseString':
> fcxml.c:863: `parse' undeclared (first use in this function)
> fcxml.c:871: `tag' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:876: parse error before '*' token
> fcxml.c: In function `FcParseMatrix':
> fcxml.c:882: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:918: parse error before '*' token
> fcxml.c: In function `FcParseBool':
> fcxml.c:922: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:935: parse error before '*' token
> fcxml.c: In function `FcParseFamilies':
> fcxml.c:940: `parse' undeclared (first use in this function)
> fcxml.c:967: `tag' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:977: parse error before '*' token
> fcxml.c: In function `FcParseFamily':
> fcxml.c:982: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:997: parse error before '*' token
> fcxml.c: In function `FcParseAlias':
> fcxml.c:1004: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1089: parse error before '*' token
> fcxml.c: In function `FcPopExpr':
> fcxml.c:1091: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1139: parse error before '*' token
> fcxml.c: In function `FcPopExprs':
> fcxml.c:1143: `parse' undeclared (first use in this function)
> fcxml.c:1147: `op' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1164: parse error before '*' token
> fcxml.c: In function `FcParseExpr':
> fcxml.c:1166: `parse' undeclared (first use in this function)
> fcxml.c:1166: `op' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1172: parse error before '*' token
> fcxml.c: In function `FcParseInclude':
> fcxml.c:1178: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1227: parse error before '*' token
> fcxml.c: In function `FcParseTest':
> fcxml.c:1237: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1303: parse error before '*' token
> fcxml.c: In function `FcParseEdit':
> fcxml.c:1311: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1342: parse error before '*' token
> fcxml.c: In function `FcParseMatch':
> fcxml.c:1350: `parse' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1389: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:1389: parse error before '*' token
> fcxml.c: In function `FcEndElement':
> fcxml.c:1391: `parse' undeclared (first use in this function)
> fcxml.c:1391: `userData' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1533: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:1533: parse error before '*' token
> fcxml.c: In function `FcCharacterData':
> fcxml.c:1535: `parse' undeclared (first use in this function)
> fcxml.c:1535: `userData' undeclared (first use in this function)
> fcxml.c:1539: `s' undeclared (first use in this function)
> fcxml.c:1539: `len' undeclared (first use in this function)
> fcxml.c: At top level:
> fcxml.c:1545: warning: type defaults to `int' in declaration of 
> `XML_Char'
> fcxml.c:1545: parse error before '*' token
> fcxml.c: In function `FcStartDoctypeDecl':
> fcxml.c:1550: `parse' undeclared (first use in this function)
> fcxml.c:1550: `userData' undeclared (first use in this function)
> fcxml.c:1552: `doctypeName' undeclared (first use in this function)
> fcxml.c: In function `FcConfigParseAndLoad':
> fcxml.c:1567: `XML_Parser' undeclared (first use in this function)
> fcxml.c:1567: parse error before "p"
> fcxml.c:1572: parse error before "parse"
> fcxml.c:1583: `p' undeclared (first use in this function)
> fcxml.c:1583: warning: implicit declaration of function 
> `XML_ParserCreate'
> fcxml.c:1587: `parse' undeclared (first use in this function)
> fcxml.c:1590: warning: implicit declaration of function 
> `XML_SetUserData'
> fcxml.c:1592: warning: implicit declaration of function 
> `XML_SetDoctypeDeclHandler'
> fcxml.c:1593: warning: implicit declaration of function 
> `XML_SetElementHandler'
> fcxml.c:1594: warning: implicit declaration of function 
> `XML_SetCharacterDataHandler'
> fcxml.c:1597: warning: implicit declaration of function `XML_GetBuffer'
> fcxml.c:1597: warning: assignment makes pointer from integer without a 
> cast
> fcxml.c:1609: warning: implicit declaration of function 
> `XML_ParseBuffer'
> fcxml.c:1612: warning: implicit declaration of function 
> `XML_ErrorString'
> fcxml.c:1612: warning: implicit declaration of function 
> `XML_GetErrorCode'
> fcxml.c:1620: warning: implicit declaration of function 
> `XML_ParserFree'
> make[4]: *** [fcxml.o] Error 1
> make[3]: *** [libs] Error 2
> make[2]: *** [libs] Error 2
> make[1]: *** [tier_9] Error 2
> make: *** [default] Error 2
> ### execution of  failed, exit code 2
> Failed: compiling mozilla-1.1.0-2 failed
> [James-Coyles-Computer:~] jamescoy%



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to