Displaying 3 results from an estimated 3 matches for "ices_xml_get_root_element".
2004 Aug 06
2
Newbe: OK so far?
On Thursday, 23 August 2001 at 21:16, Scott Vetter wrote:
> The source is for ices-0.1.0. The errors occurs at the compile within the make for
> parse.c.
>
> The errors are:
> parse.c:41 parse error before 'doc' (same for 42 and 43)
> parse.c:44: parse error before 'ices_xml_get_root_element'
> parse.c:45: parse error before 'ices_xml_get_children_node'
> parse.c:45: parse error before 'cur'
> and the rest are warnings.
Ah, the old error. That is not a lame problem. You need the full
libxml2 package, including header files. You may wish to download and
com...
2004 Aug 06
2
Newbe: OK so far?
On Thursday, 23 August 2001 at 20:48, Scott Vetter wrote:
> I tried the 3.70 rpm and received an error that rpm couldn't handle the
> version of whatever packaged it. So I had to do things by getting the source
> and compiling. The same was true with lame.
>
> Also I copied all the lame headers to the /usr/local/include directory, did
> the ./configure which seemed
2004 Aug 06
0
Newbe: OK so far?
The source is for ices-0.1.0. The errors occurs at the compile within the make for
parse.c.
The errors are:
parse.c:41 parse error before 'doc' (same for 42 and 43)
parse.c:44: parse error before 'ices_xml_get_root_element'
parse.c:45: parse error before 'ices_xml_get_children_node'
parse.c:45: parse error before 'cur'
and the rest are warnings.
Scott
-------
Brendan Cully wrote:
> On Thursday, 23 August 2001 at 20:48, Scott Vetter wrote:
> > I tried the 3.70 rpm and received an er...