search for: shout_conn_t

Displaying 12 results from an estimated 12 matches for "shout_conn_t".

2004 Aug 06
2
icecast2, libshout2, Shout.pm FreeBSD
...trying to build Shout.pm from the FreeBSD ports tree. # make cc -c -I/usr/local/include -O -pipe -march=pentiumpro -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Shout.c Shout.c: In function `XS_Shout_raw_new': Shout.c:157: `shout_conn_t' undeclared (first use in this function) Shout.c:157: (Each undeclared identifier is reported only once Shout.c:157: for each function it appears in.) Shout.c:157: `RETVAL' undeclared (first use in this function) Shout.xs:136: syntax error before `)' Shout.c: In function `XS_Shout_DESTR...
2004 Aug 06
1
libshout-perl compilation error
...lib/auto/Shout) /usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.00503/ExtUtils/typemap -typemap typemap Shout.xs >xstmp.c && mv xstmp.c Shout.c Error: Cannot parse function definition from ' shout_conn_t *self' in Shout.xs, line 204 Error: Cannot parse function definition from ' shout_conn_t *self' in Shout.xs, line 210 make: *** [Shout.c] Error 1 send help. regards. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To uns...
2004 Aug 06
2
Some diffs to libshout for MacOSX
...r. Some of our users who are using this in C++ projects report that this use of a reserved word causes a compiler error when the header is imported. Could you please also just change this use of the keyword to an alternative? It will of course cause no side effects. Thanks! char *shout_strerror(shout_conn_t *self, int error, char *namespace, int maxlen); <p>On Friday 08 Feb 2002 3:28 pm, you wrote: > I've applied this, with the difference that the select timeout is 30 > seconds to match the poll timeout. It looks like libshout treats a > timeout as a fatal error? > > On Mond...
2004 Aug 06
2
Ices on Linux PPC
...ict-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: warning: data definition has no type or s...
2004 Aug 06
0
Ices on Linux PPC
.../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: warning: data definit...
2004 Aug 06
0
Some diffs to libshout for MacOSX
...are using this in C++ projects report that > this use of a reserved word causes a compiler error when the header is > imported. Could you please also just change this use of the keyword to an > alternative? It will of course cause no side effects. Thanks! > > char *shout_strerror(shout_conn_t *self, int error, char *namespace, int > maxlen); yep, will do. I never liked that name anyway :) -b --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.o...
2004 Aug 06
0
trouble compiling ices
...CES_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: warning: data definition has no type or...
2004 Aug 06
0
Trouble compiling ices 0.2.3
...R=\"/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: warning: data definition has no type or s...
2004 Aug 06
2
Some diffs to libshout for MacOSX
Resubmission of patches with curteous nods from the MusicKit Project... - SKoT ----- Original Message ----- From: "Stephen Brandon" <stephen@brandonitconsulting.co.uk> To: <icecast-dev@xiph.org> Sent: Wednesday, January 16, 2002 1:26 PM Subject: [icecast-dev] Some diffs to libshout for MacOSX <p>> Hi, > > I'm part of a project developing the open source
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
...\"/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: warning: data definition has no type or...
2004 Aug 06
4
Adventures with icecast2
...accesslog> <errorlog>error.log</errorlog> </logging> </icecast> and here's example.c: #include <stdio.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <shout/shout.h> int main() { shout_conn_t conn; char buff[4096]; long read, ret, total; shout_init_connection(&conn); conn.ip = "129.100.109.31"; conn.port = 9000; conn.password = "audio"; conn.mount = "/test.ogg"; if (shout_connect(&co...