[Icecast] Live Streaming and embeding into webpage on OSX
Karl Heyes
karl at xiph.org
Sat Oct 20 13:50:23 UTC 2007
Marc Manthey wrote:
>
> hi thomas. all
>
> guess i should workout the NAT stuff without problems , but i run into
> another issue
>
> i installed "icecast" with "darwin ports" on osx after
>
> ./configure
> make
> make install
>
>
> mini:/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_icecast2/work/icecast-2.3.1
>
> mini$ make
> make all-recursive
> Making all in src
> Making all in avl
> make[3]: Nothing to be done for `all'.
> Making all in thread
> make[3]: Nothing to be done for `all'.
> Making all in httpp
> make[3]: Nothing to be done for `all'.
> Making all in net
> make[3]: Nothing to be done for `all'.
> Making all in log
> make[3]: Nothing to be done for `all'.
> Making all in timing
> make[3]: Nothing to be done for `all'.
> source='auth_url.c' object='auth_url.o' libtool=no \
> depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \
> depmode=gcc3 /bin/sh ../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char
> -I/usr/include/libxml2 -I/opt/local/include -D_THREAD_SAFE
> -I/opt/local/include -O2 -c `test -f 'auth_url.c' || echo './'`auth_url.c
> auth_url.c: In function 'auth_get_url_auth':
> auth_url.c:521: error: 'CURLOPT_PASSWDFUNCTION' undeclared (first use in
> this function)
> auth_url.c:521: error: (Each undeclared identifier is reported only once
> auth_url.c:521: error: for each function it appears in.)
> auth_url.c: At top level:
when 2.3.1 was released, the libcurl docs said nothing about that
function being removed but as you can see they did and that shows as
this error.
You can either build the trunk release
(http://people.xiph.org/~brendan/snapshots/icecast/) or just remove that
1 single line from auth_url.c on line 521
karl.
More information about the Icecast
mailing list