Displaying 20 results from an estimated 10000 matches similar to: "ices2 compilations problems"
2004 Aug 06
3
ices2 compilations problems
Here is the config.log :
<p>-----------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout.
I have installed Libshout 2.0 in /home/Darkmeteor
the configure line I'm using for ices2 is :
./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor
Problem :
checking for Ogg... yes
checking for Vorbis... yes
checking for Shout... no
2004 Aug 06
2
ices2 compilations problems
Hello Karl,
Thursday, March 13, 2003, 1:44:40 AM, you wrote:
KH> On Thu, 2003-03-13 at 00:26, Nicolas Bazin wrote:
>> |
>> configure:9221: result: no
>> configure:9249: gcc -o conftest -O20 -fsigned-char -D_REENTRANT -I/home/Darkmeteor/include -I/home/Darkmeteor/include -I/home/Darkmeteor/include conftest.c -L/home/Darkmeteor/lib -lshout
>> -lpthread
2004 Aug 06
0
ices2: ice-url header patch
After reading this posting in the icecast archives (http://www.xiph.org/archives/icecast/3483.html) about setting the stream url in the metadata with ices2, I couldn't see that it actually was possible to set the ice-url anywhere.
Please let me know if the attached patch is any use, and if I'm sending it to the right place! (Unix linefeeds). I use it with Peercast. It means you can add
2004 Aug 06
2
Need help with crontab
NB> Hello, I'm trying to put a crontab on Ices, but it seems I can't do
NB> it, here is the script I tried to use :
NB> #!/bin/sh
NB> process=`ps axuw | grep ices | grep -v grep`
NB> if [ -z "$process"]
NB> then
NB> cd /home/Darkmeteor/bin
NB> nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start &
NB>
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
thnks for the clarfication.
I downloaded libshout2 and ices-0.2 from cvs. I compiled libshout with out a problem but when i try
and compile ices I get the following error:
<p><p>checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
checking shout/shout.h usability... yes
checking
2004 Aug 06
4
ices2 compile error, ignore previous msg
Oops!
I accidently sent the previous message before I finished it, sorry!
However, the problem remains the same. I cannot succesfully compile ices2 for
some reason. I've followed some instructions I found on the web at
http://www.6809.org.uk/kja3/ices2-howto.shtml.
So far, what I've done is:
1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3)
2) Update of the oggutils
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:
2004 Aug 06
1
Trouble compiling ices2
Hello,
I am new to the new versions and am trying to get ices2 to install
correctly. I downloaded libshout and got that on the box, but am
getting an error when I runt the ./configure for ices2 that it can't
find libshout or can't verify that it is installed.
What do I need to do?
Thanks!
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast
2004 Aug 06
1
compilling error ices-0.2.3 cvs
Brendan Cully wrote:
>This particular error is because you used --with-libshout= instead of --with-libshout
Is the above a typo. They look the same with the exception of the "=". I am new to linux so please
be forgiving.
I downloaded both ices and libshout. I tried to compile with "--with-shout-config=/etc/stream" but
this returned the same result as in the previous email:
2004 Aug 06
0
Need help with crontab
Hello, I'm trying to put a crontab on Ices, but it seems I can't do
it, here is the script I tried to use :
#!/bin/sh
process=`ps axuw | grep ices | grep -v grep`
if [ -z "$process"]
then
cd /home/Darkmeteor/bin
nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start &
echo "loaded!"
else
echo "already running!"
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much
for your help and patience.
Please just some clarification.
To get cvs version of ices for mp3 streaming compatibilty with Icecast2:
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login
pw:anoncvs
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices
or
cvs -d
2012 Jan 10
2
ices2 memory leak on Debian/ARM (The Darkener)
Justin,
I'm not a linux guy, or a that well versed on ICES, but, I went thru the
code (stream.c) and just kinda nosed around the broadcast part. When we
look at distros that this uses, it may be the correct version of the
package, but it might actually be a supporting package, like curl or
something like that. If you look at the code attached below, it shows there
might be some kind of
2005 Feb 17
1
ices 2 and linking errors
I'm getting errors like;
/tmp/ccJK5HgU.o(.text+0x426): In function `connect(shout*,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>)':
: undefined reference to `shout_open'
for each of the ices function calls. My gcc command looks like this;
g++ -o myicestream -L/usr/lib/shout -lmysqlclient myicestream.cpp
and libshout is in;
find /usr -name
2003 Jul 15
1
Ogg Traffic for July 15, 2003
Hi everybody:
Here is the latest issue of Ogg Traffic. The HTML version is at
http://www.vorbis.com/ot/20030715.html. Enjoy!
Carsten.
<p>Ogg Traffic for Tuesday, July 15, 2003
Author: Carsten "Purple" Haese
Contact: [1]carsten@xiph.org
Date: July 15, 2003
Table of Contents
1 Status Updates
1.1 Stan Seibert
1.2 Ed Zaleski
2004 Aug 06
0
linux,ices2, make errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Le Jeudi 23 Janvier 2003 19:15, Rakotomandimby Mihamina a écrit :
<p>HOWTO INSTALL icecast2 and ices
- - Requirements
* libxml2 libxml2-devel
* libogg libogg-devel
* libvorbis libvrobis-devel
* libvorbisenc
* libvorbisfile
* libshout
* icecast2
* ices2
<p>> On Thu, 2003-01-23 at 06:00, Michael Smith wrote:
> >
2004 Aug 06
0
cvs changes
On Sat, 20 Oct 2001, Jack Moffitt wrote:
> 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
2004 Aug 06
1
ices2 compile error, ignore previous msg
> >So far, what I've done is:
> >1) Installation of Slackware 8.1 (with libxml2 2.4.22, gcc 2.95.3)
> >2) Update of the oggutils package (which includes libogg & libvorbis 1.0)
> >3) Installed libshout-2.0
>
> You didn't install libshout2 correctly. Perhaps an old version of libshout
> is installed elsewhere on your system?
Duh, I must be in dummy mode
2004 Aug 06
2
debian/ in CVS
Hello everyone,
I've been poking away at my Debian packages of icecast, ices2, and
libshout, and I've now got them to a point where I think they're ready
to be included in the CVS. The packages have been included in Debian
upstream for some weeks now, and have been reviewed and tested fairly
rigorously. Jack and Ralph have already set me up with a CVS account.
I've been as
2012 Jan 10
0
ices2 memory leak on Debian/ARM (The Darkener)
On Mon, 9 Jan 2012, Doc Nasty wrote:
> To: icecast at xiph.org
> From: Doc Nasty <doc at krushradio.com>
> Subject: Re: [Icecast] ices2 memory leak on Debian/ARM (The Darkener)
>
> Justin,
>
> I'm not a linux guy, or a that well versed on ICES, but, I went thru the
> code (stream.c) and just kinda nosed around the broadcast part. When we
> look at distros