Displaying 2 results from an estimated 2 matches for "libicesxml".
2004 Aug 06
2
Simple directory question
At 02:40 06/04/01 -0700, Harry wrote:
>It turns out, from what I can tell, streamcast doesn't send bitrate
>information. Here's the changes I made in the part of the code so that it does:
>
>182c188,189
>< icy_compat => 0,
>---
> > icy_compat => 1,
> > bitrate => $bitrate,
Well, how
2004 Aug 06
2
Compiling ices help needed
...problem..
When I run make on ices, I get the following error....
Making all in xml
make[3]: Entering directory
`/usr/src/ices-0.0.1.beta5/src/xml'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..
-I../../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I/usr/include -g -O2 -Wall -c
parse.c
rm -f libicesxml.a
ar cru libicesxml.a parse.o
ranlib libicesxml.a
make[3]: Leaving directory
`/usr/src/ices-0.0.1.beta5/src/xml'
make[3]: Entering directory
`/usr/src/ices-0.0.1.beta5/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../resolver
-I../thread -I../libshout -I/usr/src/lame3.70
-I/usr/include/libxml -I...