Hi all, I just tried to compile midgard-core 1.7.1 on a SuSE 9.3. The following error occurs when issuing make:
src/mgdschema.c:23:27: libxml/parser.h: No such file or directory src/mgdschema.c:24:25: libxml/tree.h: No such file or directory src/mgdschema.c:204: error: syntax error before '*' token src/mgdschema.c: In function `_get_attr_names': src/mgdschema.c:206: error: `xmlAttr' undeclared (first use in this function) src/mgdschema.c:206: error: (Each undeclared identifier is reported only once src/mgdschema.c:206: error: for each function it appears in.) src/mgdschema.c:206: error: `attr' undeclared (first use in this function) src/mgdschema.c:207: error: `xmlChar' undeclared (first use in this function) src/mgdschema.c:207: error: `attrval' undeclared (first use in this function) src/mgdschema.c:209: error: `node' undeclared (first use in this function) src/mgdschema.c:216: warning: implicit declaration of function `xmlNodeListGetString' src/mgdschema.c:217: error: `hash' undeclared (first use in this function) src/mgdschema.c: At top level: src/mgdschema.c:232: error: syntax error before '*' token src/mgdschema.c: In function `_get_element_names': src/mgdschema.c:234: error: `xmlNode' undeclared (first use in this function) src/mgdschema.c:234: error: `obj' undeclared (first use in this function) src/mgdschema.c:237: error: `xmlChar' undeclared (first use in this function) src/mgdschema.c:237: error: `nv' undeclared (first use in this function) src/mgdschema.c:237: error: `dparent' undeclared (first use in this function) src/mgdschema.c:237: warning: left-hand operand of comma expression has no effect src/mgdschema.c:242: error: `curn' undeclared (first use in this function) src/mgdschema.c:244: error: `XML_ELEMENT_NODE' undeclared (first use in this function) src/mgdschema.c:246: warning: implicit declaration of function `xmlGetProp' src/mgdschema.c:250: error: `tss' undeclared (first use in this function) src/mgdschema.c:253: error: `fp' undeclared (first use in this function) src/mgdschema.c:262: error: `sts' undeclared (first use in this function) src/mgdschema.c: In function `__schema_init': src/mgdschema.c:896: error: `xmlDoc' undeclared (first use in this function) src/mgdschema.c:896: error: `mgd_cfg_file' undeclared (first use in this function) src/mgdschema.c:897: error: `xmlNodePtr' undeclared (first use in this function) src/mgdschema.c:897: error: syntax error before "mgdp" src/mgdschema.c:902: error: `LIBXML_TEST_VERSION' undeclared (first use in this function) src/mgdschema.c:904: warning: implicit declaration of function `xmlParseFile' src/mgdschema.c:910: error: `mgdp' undeclared (first use in this function) src/mgdschema.c:910: warning: implicit declaration of function `xmlDocGetRootElement' src/mgdschema.c:914: warning: implicit declaration of function `xmlFreeDoc' src/mgdschema.c:976: warning: implicit declaration of function `xmlCleanupParser' make: *** [src_libmidgard_la-mgdschema.lo] Fehler 1 Any ideas or hints? Thanks Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
