Displaying 20 results from an estimated 20000 matches similar to: "My turn to have issues with compiling libshout"
2004 Aug 06
0
icecast2 on solaris ... (fwd)
Ok,
for further info, below is the full compiler output when running gnu make.
The first error,
../thread/thread.h:78: parse error before `pthread_rwlock_t'
is the one that brings on all the others. I've checked
/usr/include/pthread.h and didn't find pthread_rwlock_t in it.
So my guess is, pthread on solaris 2.6 is too old (afaik, there are three
versions of solaris that are
2004 Aug 06
1
Compile errors
Hi, while trying to compile icecast, I got a lot of errors while trying to
compile avl.c, I've attached a file with the compile errors. Any ideas as to
what might be wrong? My distro is Redhat 7.2 fully up2date.
<p>Cheers!
-------------- next part --------------
In file included from ../thread/thread.h:25,
from avl.c:35:
/usr/include/pthread.h:163: parse error before
2004 Aug 06
2
My turn to have issues with compiling libshout
Karl Heyes <karl@pts.tele2.co.uk> said:
> On Thu, 2003-03-13 at 23:28, Geoff Shang wrote:
>
> > > This is the key point, what system is this, and can you send me the
> > > config.log
> >
> > This system is running Debian unstable and has the following auto*
> > versions:
>
> I'm currently in the process of changing the setup for using
2005 Dec 14
1
problems compiling libshout-kh
hello,
I just downloaded libshout from http://svn.xiph.org/icecast/branches/kh/ices
and tried to follow the instructions for compiling it. When I
run ./autogen.sh, I get the following:
monkey:/usr/local/src/libshout-kh# ./autogen.sh
Checking for automake version
found automake-1.6
found aclocal-1.6
Generating configuration files for libshout, please wait....
aclocal-1.6 -I m4
aclocal:
2004 Aug 06
1
libshout compile errors (os.h)
Karl Heyes wrote:
>> In file included from sock.c:49:
>> sock.h:32: os.h: No such file or directory
>> make[2]: *** [sock.lo] Error 1
>> make[2]: Leaving directory `/opt/ices2/libshout/src/net'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/opt/ices2/libshout/src'
>> make: *** [all-recursive] Error 1
>
>
> yes
2004 Aug 06
0
My turn to have issues with compiling libshout
On Thu, 2003-03-13 at 15:33, Geoff Shang wrote:
> Hi:
>
> WARNING: This is long.
>
> Just updated libshout and configured. Configure didn't bomb so I guess it
> went OK and found what it wanted. But when I ran make I got this:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -g -O2 -Wp,-MD,.deps/avl.pp -c
> avl.c
> -fPIC -DPIC -o .libs/avl.lo
> In file
2004 Aug 06
3
My turn to have issues with compiling libshout
On 13 Mar 2003, Karl Heyes wrote:
> > ../thread/thread.h:90: syntax error before "pthread_rwlock_t"
>
> This is the key point, what system is this, and can you send me the
> config.log
This system is running Debian unstable and has the following auto*
versions:
automake (GNU automake) 1.4-p6
autoconf (GNU Autoconf) 2.57
Unstable has automake 1.4, 1.5, 1.6 and 1.7
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
On Oct 20, 2007, at 9:34 AM, Thomas B. Ruecker wrote:
> Marc Manthey schrieb:
>> hello free streamers,
>>
>> after i had not much luck with " Darwin streaming
>> server" ( because of a lack of NAT implementation )
>>
>> i got a hint from a Wireless mailing list to try OGG/Theora
>> streaming.
>>
>> I ?ve found a great site
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
Hello All:
I just checked out the whole icecast but cannot build anything because
autogen wouldn't cooperate. I have automake-1.7.6 just installed from
ftp.gnu.org. Below is an example output in trying to build "icecast";
it's not very short... Thanks in advance for any help.
---
$~/icecast/icecast> ./autogen.sh
Checking for automake version
found automake
found
2004 Aug 06
0
My turn to have issues with compiling libshout
On Thu, 2003-03-13 at 23:28, Geoff Shang wrote:
> > This is the key point, what system is this, and can you send me the
> > config.log
>
> This system is running Debian unstable and has the following auto*
> versions:
I'm currently in the process of changing the setup for using rwlock_t,
not all systems have them (they are a later posix spec) and are only
used by one
2006 Jun 16
0
Crash in Icecast-2.3.1 (in source_recheck_mounts)
Hi all,
I'm experiencing a crash in Icecast 2.3.1 when a lot of sources (300)
are disconnecting at more-or-less the same time.
I run a test where I set Icecast configured with 300 mount points on one
machine and attach 300 ezstream source clients from another machine
serving a low-bitrate stream (24 kbit/sec). When I 'killall ezstream' to
stop all sources at the same time Icecast
2006 Jun 16
0
Crash in Icecast-2.3.1 (in source_recheck_mounts)
Hi Karl,
I've not been able to duplicate it (yet). Assuming that brendan's
snapshot is a daily build from icecast/trunk I've compared icecast_2_3_1
and trunk code for src/source.c. The most likely change that fixes the
problem is the introduction of avl_tree_rlock (and matching unlock) just
below "Applying mount information for". Another lock that might be
related is
2005 Aug 26
0
Installing Ices on OSX 10.4.2
Hello,
I have been unable to install Ices2 on the latest version of Tiger. I
have tried two methods: one using DarwinPorts to install, and the other
grabbing the source and building it myself. Both seem to exit
compilation with the same or similar errors that I don't understand. I
am not a C hacker, so I won't be able to solve this myself. All the
supporting libs installed just fine
2010 Jul 14
1
Problems with Dovecot + imaptest
Hi everyone:
I?m trying to install imaptest on my server with Solaris 10, however i?m
found in this moment with some instalations problems. Anyone knows what
libraries need have installed ?
./configure --with-dovecot=/opt/setup/dovecot-1.2.10
make
Error:
make all-recursive
make[1]: Entering directory `/opt/setup/imaptest-20100630'
Making all in src
make[2]: Entering directory
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
----- Original Message -----
From: "Michael Smith" <msmith@xiph.org>
To: <icecast-dev@xiph.org>
Sent: Wednesday, June 04, 2003 3:47 PM
Subject: Re: [icecast-dev] libshout2 compiling problems under FreeBSD?
<p>> Whilst there may well be problems, there are no _known_ problems, and we
> certainly won't be able to fix them unless you actually tell us what the
2004 Aug 06
2
Ices on Linux PPC
>
>
>seems odd..
>
>with sh use
>make 2>&1 1> output
>
>or with csh
>
>make >& output
>
>karl
>
I ran make again. Here is the output:
Making all in src
make[1]: Entering directory `/usr/ices/src'
Making all in avl
make[2]: Entering directory `/usr/ices/src/avl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
2007 Apr 17
1
Install problem
I get this error when installing icecast using the 'make' command. I
used the latest version of the dependencies:
[root@www icecast-2.3.1]# make
make all-recursive
make[1]: Entering directory `/home/riscphree/icecast-2.3.1'
Making all in src
make[2]: Entering directory `/home/riscphree/icecast-2.3.1/src'
Making all in avl
make[3]: Entering directory
2011 Jan 08
1
TUNGETIFF ioctl() failed - virtual machine can't start
Hi,
I want to migrate from vmware to KVM. Therefore I have installed debian
stable (lenny) and create two virtual machines (KVM).
Both (XP as well as Vista) running fine.
After upgrading to debian testing (sqeeze) both XP-guest as well as
Vista-guest didn't start anymore.
Both are failing during preparation, probably because of a network-problem.
I will give XP as an example:
cat
2004 Aug 06
1
Icecast2 ?
On Mon, 15 Oct 2001, Jack Moffitt wrote:
> It's in xiph.org cvs. All the information is at
> http://www.xiph.org/cvs.html
>
> you want the 'icecast' module. Instructions for building are in
> icecast/HACKING
FYI, libshout2 and ices2 are also in the xiph CVS, under libshout and ices,
respectively. All of these also have dependancies. These are:
icecast: avl, httpp,
2004 Aug 06
6
icecast 2 CVS version doesn't compile
I got the latest version of icecast2 from the CVS, and I can't compile
it. it says:
make[2]: Entering directory `/usr/local/src/icecast/icecast2/icecast/src'
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"icecast\"