search for: icestyp

Displaying 9 results from an estimated 9 matches for "icestyp".

Did you mean: icestypes
2004 Aug 06
2
Ices on Linux PPC
...../../src -I../../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c In file included from ../../src/definitions.h:107, from playlist.c:22: ../../src/icestypes.h:34: parse error before `shout_conn_t' ../../src/icestypes.h:34: warning: no semicolon at end of struct or union ../../src/icestypes.h:60: parse error before `}' ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' ../../src/icestypes.h:60:...
2004 Aug 06
0
Ices on Linux PPC
...../libshout -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/ppc-linux/CORE -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -I/include -g -O2 -Wall -c playlist.c > In file included from ../../src/definitions.h:107, > from playlist.c:22: > ../../src/icestypes.h:34: parse error before `shout_conn_t' > ../../src/icestypes.h:34: warning: no semicolon at end of struct or union > ../../src/icestypes.h:60: parse error before `}' > ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' > ../../...
2004 Dec 31
3
Live streaming from Mac OS X
I am trying to stream live audio from a Mac OS X ibook to a linux machine running mplayer2 using instructions http://www.macosxhints.com/article.php? story=20020704134818926&query=live+itunes+streaming I managed to compile everything (Icecast 2.2.0, libshout2, etc). To compile icecast, i had to use "fakepoll.h" header file from sealiesoftware.com/fakepoll.h to get around with
2004 Aug 06
0
trouble compiling ices
...-DHAVE_CONFIG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -g -O2 -Wall -c playlist.c In file included from ../../src/definitions.h:107, from playlist.c:22: ../../src/icestypes.h:34: parse error before `shout_conn_t' ../../src/icestypes.h:34: warning: no semicolon at end of struct or union ../../src/icestypes.h:60: parse error before `}' ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' ../../src/icestypes.h:60...
2004 Aug 06
0
Trouble compiling ices 0.2.3
...IG_H -I. -I. -I../.. -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src -I../../libshout -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -g -O2 -Wall -c playlist.c In file included from ../../src/definitions.h:107, from playlist.c:22: ../../src/icestypes.h:34: parse error before `shout_conn_t' ../../src/icestypes.h:34: warning: no semicolon at end of struct or union ../../src/icestypes.h:60: parse error before `}' ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' ../../src/icestypes.h:60:...
2004 Dec 31
2
Live streaming from Mac OS X
...MD -MP -MF ".deps/playlist.Tpo" -c -o playlist.o playlist.c; \ then mv -f ".deps/playlist.Tpo" ".deps/playlist.Po"; else rm -f ".deps/playlist.Tpo"; exit 1; fi In file included from ../../src/definitions.h:88, from playlist.c:22: ../../src/icestypes.h:38: error: parse error before "shout_t" ../../src/icestypes.h:38: warning: no semicolon at end of struct or union ../../src/icestypes.h:63: error: parse error before '}' token ../../src/icestypes.h:63: warning: type defaults to `int' in declaration of `ices_stream_t'...
2004 Aug 06
2
Ices on Linux PPC
> > >It looks to be the latest version from yellow dog. It looks like you'll >have to build it yourself. The process is pretty much the same >./autogen.sh >./configure. >make > OK, I think I'm making some progress. Got the ogg libraries compiled and installed Got Ices compiled and installed (no more error - yay!) Now, I'm trying to get Ices running in live
2004 Aug 06
1
problems building ices-0.2.3
...H -I. -I. -I../.. - DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../../src - I../../libshout -I/usr/include/libxml2/libxml -I/usr/include/libxml2 -g -O2 - Wall -c playlist.c In file included from ../../src/definitions.h:107, from playlist.c:22: ../../src/icestypes.h:34: parse error before `shout_conn_t' ../../src/icestypes.h:34: warning: no semicolon at end of struct or union ../../src/icestypes.h:60: parse error before `}' ../../src/icestypes.h:60: warning: type defaults to `int' in declaration of `ices_stream_t' ../../src/icestypes.h:60:...
2004 Aug 06
3
Ices 3.0 compile issues
...ctually I'm using icecast 1.3.12 libshout2 (.so.3) and ices 0.2.3, all compiled on the same machine and it's working well. But I can't compile ices 3.0. It's telling various errors like In file included from ../../src/definitions.h:99, from playlist.c:22: ../../src/icestypes.h:38: parse error before "shout_t" Or ../../src/ices_config.h:22: parse error before '*' token playlist.c:25: parse error before "ices_config" Etc.. I've tried various things like getting the latest nightly snapshot for ices. Any idea ? IS this because icecast2...