Displaying 6 results from an estimated 6 matches for "ices_xml_get_children_node".
2004 Aug 06
2
Newbe: OK so far?
...9;s server id =
69. ices is not running now (see next paragraph) should I see my
icecast server on yp.icecast.org? If it should I don't. Is this a
problem?
Now for ices, I've gotten through the "./configure" and get several
error messages:
parse.c:45 parse error before 'ices_xml_get_children_node'
parse.c:45 parse error before 'cur'
Unfortunately I cannot scroll back to see what the first error might
be. And just getting to learn C/C++. Any idea on what is wrong?
As for my other questions:
Has anyone built a newer version of icecast for OS/2?
Is there a program which...
2004 Aug 06
2
Newbe: OK so far?
...e 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
compile it yourself, as you did with lame.
-Brendan
--- >8 ----
List ar...
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?
On Wednesday, 22 August 2001 at 17:53, Scott Vetter wrote:
> Now for ices, I've gotten through the "./configure" and get several
> error messages:
> parse.c:45 parse error before 'ices_xml_get_children_node'
> parse.c:45 parse error before 'cur'
>
> Unfortunately I cannot scroll back to see what the first error might
> be. And just getting to learn C/C++. Any idea on what is wrong?
Probably you need to install the libxml2-dev package. I don't have the
source in front of...
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 error that rpm couldn't handle the
> > version of whatever p...
2004 Aug 06
3
Newbe: OK so far?
...ere is no such
thing...
Thanks,
Scott
-----
Brendan Cully wrote:
> On Wednesday, 22 August 2001 at 17:53, Scott Vetter wrote:
> > Now for ices, I've gotten through the "./configure" and get several
> > error messages:
> > parse.c:45 parse error before 'ices_xml_get_children_node'
> > parse.c:45 parse error before 'cur'
> >
> > Unfortunately I cannot scroll back to see what the first error might
> > be. And just getting to learn C/C++. Any idea on what is wrong?
>
> Probably you need to install the libxml2-dev package. I don't...