Displaying 20 results from an estimated 500 matches similar to: "icecast 2 CVS version doesn't compile"
2004 Aug 06
0
icecast 2 CVS version doesn't compile
you need curl > 7.10
oddsock
At 11:24 PM 4/27/2003 +0200, you wrote:
>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=\"\"
2004 Aug 06
2
Icecast Compilation Error
Hallo!
While compiling Icecast (after successfully installing libshout, ogg,
vorbis-tools, and libao on a Red Hat 8.0 system) I get the following error
which causes the compilation to abort:
--- quote:
[...]
make[2]: Entering directory `/usr/local/programs/icecast/src'
source='yp.c' object='yp.o' libtool=no \
depfile='.deps/yp.Po' tmpdepfile='.deps/yp.TPo' \
2004 Aug 06
2
New CURL version dependency
I just checked IceCast out from CVS in an attempt to compile it again (I
went through the whole build cycle just a couple of months ago), and I
came across this error when I was building it:
<p>source='yp.c' object='yp.o' libtool=no \
depfile='.deps/yp.Po' tmpdepfile='.deps/yp.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\"
2004 Aug 06
0
Compiling issues on IRIX (run!)
Well, I can't get icecast to compile on IRIX, not a huge surprise to me,
but i'm working on it:
First problems, the configure script doesn't work well with IRIX in
general, so a bit of manual changes to it were required to force some
library locations and compiler flags for the ogg and vorbis tests.
(Mainly, $PREFIX/lib is not a safe assumption, as there are $PREFIX/lib,
2004 Aug 06
3
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 20:01, Travis Pinney wrote:
> I tried the icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD
> 3.2 and it configured ok but it had a problem linking libxslt. I have it
> installed
> from the ports. Not sure what it is but I am going to check it out.
>
> Here is the last part of the log.
>
> checking for xsltParseStylesheetFile... no
>
2004 Aug 06
0
Icecast drop in replacement for shoutcast
Thanks for the info. I checked the config.log and I got this information.
configure:9311: checking for xsltParseStylesheetFile
configure:9361: gcc -o conftest -O20 -fsigned-char -D_REENTRANT
-I/usr/local/inc
lude -I/usr/local/include/libxml conftest.c -lpthread
-L/usr/local/lib -lxsl
t -lxml2 -lz -liconv -lm >&5
ld: -lpthread: no match
collect2: ld returned 1 exit status
It seems
2004 Aug 06
4
libshout compile errors (os.h)
I get an error when compiling libshout. it's the version from cvs, i
checked it out a few minutes ago...
make[2]: Entering directory `/opt/ices2/libshout/src/net'
/bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"libshout\"
-DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_C99_INTTYPES=1 -DHAVE_NANOSLEEP=1
2004 Aug 06
0
libshout compile errors (os.h)
On 2002.11.30 20:43 smoerk wrote:
> I get an error when compiling libshout. it's the version from cvs, i
> checked it out a few minutes ago...
>
> make[2]: Entering directory `/opt/ices2/libshout/src/net'
> /bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"libshout\"
> -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1
>
2004 Aug 06
2
libxml error (or am I just being dumb?)
I've been trying to compile ices and icecast all night. I have narrowed
the problem down to libxml. I have tried several rpms of libxml2 and
libxml2-devel all to no avail. I don't expect support on this alpha
release but just a reply to say that it's a common issue or wether I am
just a dunce would be nice. :)
Thanks
Hans
The follwing are installed by RPM:
libxml2-2.4.23-1
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest
version in CVS. autogen.sh runs fine, configure runs fine, make fails
with the following:
gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1
-DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1
-I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g
-O20
2004 Aug 06
4
error compiling icecast on woody
hi.
i just tried to compile latest icecast version from cvs on a debian 'woody'
intel machine. autogen works without errors but trying to 'make' it i
receive the following error-message in the end.
____________________________________________________________________________
_
...
/usr/local/icecast/stream/include -I/usr/local/icecast/stream/include \
2004 Aug 06
2
Error compiling icecast2
Hi:
I'm getting the following when trying to compile icecast2:
make[2]: Entering directory `/usr/usr2/friends/geoff/icecast/src'
gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1
-DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net
-I./thread
-I./avl -I./httpp -I./log -I./timing -g -O20 -ffast-math
-fsigned-char
2004 Aug 06
1
Compile Error
yp.c: In function `yp_submit_url':
yp.c:36: `CURLOPT_NOSIGNAL' undeclared (first use in this function)
yp.c:36: (Each undeclared identifier is reported only once
yp.c:36: for each function it appears in.)
make[2]: *** [yp.o] Error 1
make[2]: Leaving directory
`/root/downloads/icecast-2.0-alpha-2/icecast/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
2004 Aug 06
1
icecast protocol
On Monday 28 April 2003 07:29, Leonardo Luiz Padovani da Mata wrote:
> Which protocol icecast uses for stream the audio?
>
HTTP.
Mike
--- >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-request@xiph.org'
containing only the word 'unsubscribe' in the body.
1998 Aug 18
3
FreeBSD 2.2-stabe & iomega zip ide & samba
I have configured and working this.But ! Very slow ! A lot of cpu usage by smbd.
What can I do ?
Other disk/cdrom shared works perfectly.
10tx.
Eugeny.
2004 Aug 06
3
Tutorial For Icecast
Hey all I am a Linux newbie wanting to broadcast with MD 9.1 and icecast. I
have been broadcasting on shoutcast with winamp with success but want a more
stable system. Where can I find a tutorial to set everything up? I checked
icecast.org but there isnt much there. So can anyone help?
Thanks In Advance!
2004 Sep 10
4
Updating flac include problems
Updating the fink flac to 1.0.4, it won't compile because finds the
headers of the previous version in /sw/include, because the
CPPFLAGS/CFLAGS are being put before the local includes:
(configure with ./configure --prefix=/sw --mandir=/sw/share/man )
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\"
2004 Aug 06
3
icecast 2 CVS version doesn't compile
On Wed, 28 May 2003, Brendan Cully wrote:
> This is only defined in libcurl 7.10 and later. I've just committed a
> test for this to the configure script, which should disable YP if
> libcurl isn't recent enough. I haven't tested it though, so I'd
> appreciate testing and feedback from the CVS-using community.
Surely preferred behaviour is for configure to complain if
2011 Nov 24
5
ActiveRecord::AssociationTypeMismatch
Hi to all,
I have this error and I don''t understand why. I have three model,
Image and Playlist and PlaylistItem. Everything works fine. The app
should work also a XML REST service. When I made this call I obtain
this XML because the playlist don''t contains images:
GET http://0.0.0.0:3000/playlists/7.xml
<playlist>
<id>7</id>
2004 Sep 10
3
Compiling problem flac 1.0.4 Mandrake 9.0 gcc 3.2
Hi,
I just read the thread about making 3dnow optimisations default and thought I would test it as I have an AMD here.
Unfortunately I can not even compile with default (no 3dnow) options.
./configure goes fine including this part:
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for g++... no
checking for