Hello, first, sorry for my bad english.
I want to use libxml2 (the XML parser and processor), and I downloaded libxms, incov and zlib. I tried to run the example tree1.c (http://xmlsoft.org/examples/index.html#tree1.c) but when I compiled, Borland give me de next error: Info :Building... Info :Compiling C:\projects\xml5\proj0002.c Warn : proj0002.c(34,2):'cur_node' is assigned a value that is never used Warn : proj0002.c(55,2):'root_element' is assigned a value that is never used Warn : proj0002.c(54,2):'doc' is assigned a value that is never used Warn : proj0002.c(96,2):Undefined structure '_xmlRegexp' Warn : proj0002.c(96,2):Undefined structure '_xmlRegExecCtxt' Warn : proj0002.c(96,2):Undefined structure '_xmlDict' Warn : proj0002.c(96,2):Undefined structure '_xmlExpCtxt' Warn : proj0002.c(96,2):Undefined structure '_xmlExpNode' Warn : proj0002.c(96,2):Undefined structure '_xmlHashTable' Warn : proj0002.c(96,2):Undefined structure '_xmlLink' Warn : proj0002.c(96,2):Undefined structure '_xmlList' Warn : proj0002.c(96,2):Undefined structure '_xmlAutomata' Warn : proj0002.c(96,2):Undefined structure '_xmlAutomataState' Warn : proj0002.c(96,2):Undefined structure '_xmlValidState' Warn : proj0002.c(96,2):Undefined structure '_xmlMutex' Warn : proj0002.c(96,2):Undefined structure '_xmlRMutex' Info :Linking C:\projects\xml5\proj0002.exe Error: Error: Unresolved external '_xmlCheckVersion' referenced from C:\PROJECTS\XML5\PROJ0002.OBJ Error: Error: Unresolved external '_xmlReadFile' referenced from C:\PROJECTS\XML5\PROJ0002.OBJ Error: Error: Unresolved external '_xmlDocGetRootElement' referenced from C:\PROJECTS\XML5\PROJ0002.OBJ Error: Error: Unresolved external '_xmlFreeDoc' referenced from C:\PROJECTS\XML5\PROJ0002.OBJ Error: Error: Unresolved external '_xmlCleanupParser' referenced from C:\PROJECTS\XML5\PROJ0002.OBJ Any help? Thanks
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
