search for: shout_strerror

Displaying 14 results from an estimated 14 matches for "shout_strerror".

2004 Aug 06
3
cvs changes
...lled it in /usr2/friends/geoff, checked the date > stamps on the lib and the header to make sure they actually installed, > reconfigured ices and tried make again. The stream.c errors persist. > look further? I'm almost 100% certain CVS code has the right fixes. Paste an instance of shout_strerror being called from ices here. jack. --- >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.org' containing only the word 'unsubscribe' in the body....
2004 Aug 06
3
Icecast 2 questions.
Hi all, I just built icecast 2 from cvs. I tried to compile ices (also from cvs) and got: tream.c: In function `ices_instance_stream': stream.c:164: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:164: too few arguments to function `shout_strerror' stream.c:198: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:198: too few arguments to function `shout_strerror' stream.c:221: warni...
2004 Aug 06
2
cvs changes
I changed the libshout2 and thread module apis. This broke everything. If you are tracking CVS, make sure to update your libshout2 and the thread module. Ices2 and Icecast2 already uses these new changes, which were implemented as part of general cleanup and getting Solaris builds out of clean tarballs. If anyone is having build issues now, on linux or solaris, please let me know. jack. ---
2004 Aug 06
0
cvs changes
..." -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -I. -I. -Inet -Ithread -Iavl -Ilog -Itiming -DHAVE_OSS -I/usr/include/libxml -I/usr/include -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -c stream.c stream.c: In function `ices_instance_stream': stream.c:151: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:151: too few arguments to function `shout_strerror' stream.c:185: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:185: too few arguments to function `shout_strerror' stream.c:208: warni...
2004 Aug 06
0
Icecast 2 questions.
On Fri, 16 Nov 2001, Tom Murphy wrote: > I just built icecast 2 from cvs. I tried to compile ices (also from > cvs) and got: > > stream.c: In function `ices_instance_stream': > stream.c:164: warning: passing arg 1 of `shout_strerror' makes pointer > from integer without a cast > stream.c:164: too few arguments to function `shout_strerror' > stream.c:198: warning: passing arg 1 of `shout_strerror' makes pointer > from integer without a cast > stream.c:198: too few arguments to function `shout_strerror...
2004 Aug 06
2
cvs changes
> geoff@bumpy:src$ grep -ine shout_strerror stream.c > 151: shout_strerror(sdsc->conn.error)); > 185: shout_strerror(sdsc->conn.error)); > 208: shout_strerror(sdsc->conn.error)); > > all of these generated errors. Those are correct. Now what does your $prefix/include/sho...
2004 Aug 06
2
cvs changes
>stream.c:208: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast >stream.c:208: too few arguments to function `shout_strerror' >make[2]: *** [stream.o] Error 1 You probably didn't do a 'make install' on libshout, so it was picking up the old (wrong) headers. This was a minor api change. >T...
2004 Aug 06
0
Trouble compiling ices
On Saturday, 23 February 2002 at 00:51, lists@returntonature.com wrote: > Any help would be appreciated, not sure why this isn't compiling: You have an old version of libshout installed. The configure script should probably be updated to check for shout_strerror instead of shout_init_connection, but in the meantime either remove your old libshout (probably in /usr/local) or try compiling with --without-libshout -b > [root@jasmine ices-0.2.2]# ./configure --with-lame > loading cache ./config.cache > Building ices 0.2.2... -- SNIP -- > checking...
2004 Aug 06
2
Trouble compiling ices
.../local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wall -c stream.c stream.c: In function `stream_send_data': stream.c:345: warning: implicit declaration of function `shout_strerror' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -I/usr/include/gnome-xml -g -O2 -Wa...
2004 Aug 06
2
Some diffs to libshout for MacOSX
...day or two? On behalf of the MusicKit/SndKit team, Yours, Stephen Brandon stephen@brandonitconsulting.co.uk PS if possible, it would be great if you could also apply the other MinGW patches I sent the other day! PPS sorry, I nearly forgot to add - in libshout/shout.h, in the prototype for the shout_strerror() function, you use the word "namespace" as an argument identifier. 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 alterna...
2004 Aug 06
0
Problem compiling ices
...sr/local/lib /usr/lib/perl5/5.00503/i386-linux/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.00503/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lposix -lcrypt -L/usr/lib -lxml2 -lz -L/lib -lm -lm stream.o: In function `stream_send_data': /tmp/ices-0.2.2/src/stream.c:344: undefined reference to `shout_strerror' stream.o: In function `stream_connect': /tmp/ices-0.2.2/src/stream.c:368: undefined reference to `shout_strerror' collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 make[3]: Leaving directory `/tmp/ices-0.2.2/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving d...
2004 Aug 06
0
cvs changes
On Sun, 21 Oct 2001, Michael Smith wrote: > > >stream.c:208: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast > >stream.c:208: too few arguments to function `shout_strerror' > >make[2]: *** [stream.o] Error 1 > > You probably didn't do a 'make install' on libshout, so it was picking > up the old (wrong) headers. This was a...
2004 Aug 06
0
Some diffs to libshout for MacOSX
...get together a new point release of libshout over the weekend. > PS if possible, it would be great if you could also apply the other MinGW > patches I sent the other day! I think I missed these... > PPS sorry, I nearly forgot to add - in libshout/shout.h, in the prototype for > the shout_strerror() function, you use the word "namespace" as an argument > identifier. 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...
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