Displaying 7 results from an estimated 7 matches for "curlopt_passwdfunct".
2007 Aug 24
1
install problem
...in/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math
-fsigned-char -I/usr/include/libxml2 -I/usr/local/include -pthread -g
-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.)
make[3]: *** [auth_url.o] Error 1
make[3]: Leaving directory `/data/build/icecast-2.3.1/src'
make[2]: *** [all-recurs...
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
...cc -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:
auth_url.c:534: fatal error: opening dependency file .deps/
auth_url.TPo: Permission denied...
2006 Dec 10
1
icecast-2.3.1 fails to compile against curl-7.16.0
Small bug report:
CURLOPT_PASSWDFUNCTION is a depreciated option ref:
http://curl.haxx.se/mail/lib-2003-10/0100.html
http://curl.haxx.se/mail/archive-2003-11/0001.html
They have finally removed it in curl-7.16.0.
Compile error as follows:
source='auth_url.c' object='auth_url.o' libtool=no \
depfile='.deps...
2007 Apr 17
1
Install problem
...de=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char
-I/usr/local/include -I/usr/local/include/libxml2 -pthread -g -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.)
make[3]: *** [auth_url.o] Error 1
make[3]: Leaving directory `/home/riscphree/icecast-2.3.1/src'
make[2]: *** [all-re...
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
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 here <http://www.oddsock.org/guides/video.php>
and downloadet and installed "icecast" and the theora libs with
success on my macintosh mini ,
2007 Oct 20
0
Live Streaming and embeding into webpage on OSX
...-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
functi...
2007 Oct 27
1
Live Streaming and embeding into webpage on OSX
...ll -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...