Displaying 8 results from an estimated 8 matches for "sock_get_server_socket".
2008 Feb 27
2
Trouble compiling trunk snapshot
..._H -I. -I.
-I../.. -I./.. -pthread -g -O2 -c -o libicenet_la-sock.lo `test -f
'sock.c' || echo
'./'`sock.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -pthread -g -O2 -c sock.c
-Wp,-MD,.deps/libicenet_la-sock.TPlo -fPIC -DPIC -o
.libs/libicenet_la-sock.o
sock.c: In function `sock_get_server_socket':
sock.c:702: `IPV6_V6ONLY' undeclared (first use in this function)
sock.c:702: (Each undeclared identifier is reported only once
sock.c:702: for each function it appears in.)
make[3]: *** [libicenet_la-sock.lo] Error 1
make[3]: Leaving directory `/home/acbradio/src/icecast-trunk/src/net...
2008 Feb 27
0
Trouble compiling trunk snapshot
Geoff Shang wrote:
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -pthread -g -O2 -c sock.c
> -Wp,-MD,.deps/libicenet_la-sock.TPlo -fPIC -DPIC -o
> .libs/libicenet_la-sock.o
> sock.c: In function `sock_get_server_socket':
> sock.c:702: `IPV6_V6ONLY' undeclared (first use in this function)
> sock.c:702: (Each undeclared identifier is reported only once
> sock.c:702: for each function it appears in.)
> make[3]: *** [libicenet_la-sock.lo] Error 1
> make[3]: Leaving directory `/home/acbradio/src...
2007 May 15
0
Setting explicitly the source of slaves connections
Hi,
As I wanted my slaves to connect to their master using a specific IP
address when they have more than one, though I had to modify a few
things regarding net/sock.c:
I mainly took the code from sock_get_server_socket and removed the
reference to the port setting, in order to modify sock_connect_wto.
Then I changed a few things to not care too much about not being given a
source hostname (falling back to an INET_ANY or whatever connect uses
while not being bound to a specific IP).
The "problem" is th...
2004 Aug 06
0
ice2 CVS build problems under Solaris 7
...a avl/libiceavl.a /opt/lib/libxml.so
- -L/opt/lib/lib -lz -lz -lsocket -lnsl -lpthread -Wl,--rpath -Wl,/opt/lib
- -Wl,--rpath -Wl,/opt/lib
net/libicenet.a(sock.o): In function `sock_connect_wto':
sock.o(.text+0x2f0): undefined reference to `inet_aton'
net/libicenet.a(sock.o): In function `sock_get_server_socket':
sock.o(.text+0x730): undefined reference to `inet_aton'
net/libicenet.a(resolver.o): In function `resolver_getname':
resolver.o(.text+0x70): undefined reference to `inet_aton'
net/libicenet.a(resolver.o): In function `resolver_getip':
resolver.o(.text+0xbc): undefined referenc...
2004 Aug 06
0
Compiling issues on IRIX (run!)
...t;
/usr/include/netinet/tcp.h:52: parse error before "th_off"
/usr/include/netinet/tcp.h:62: parse error before "th_win"
/usr/include/netinet/tcp.h:63: parse error before "th_sum"
/usr/include/netinet/tcp.h:64: parse error before "th_urp"
sock.c: In function `sock_get_server_socket':
sock.c:595: syntax error before '.' token
sock.c:604: `sa_union' undeclared (first use in this function)
sock.c:604: (Each undeclared identifier is reported only once
sock.c:604: for each function it appears in.)
sock.c:645: `opt' undeclared (first use in this function)
sock.c...
2004 Aug 06
2
CVS restored
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looks like the icecast CVS server has been restored to full service. Now I
can get back to rebuilding my server. :)
- --
"I'm alive, and filled with goo! VISION GOO!"
- Zim, "Invader Zim"
-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...nction it appears in.)
sock.c:399: warning: implicit declaration of function `FD_SET'
sock.c:401: warning: implicit declaration of function `select'
sock.c: In function `sock_connect_non_blocking':
sock.c:422: warning: implicit declaration of function `snprintf'
sock.c: In function `sock_get_server_socket':
sock.c:627: warning: implicit declaration of function `inet_aton'
gmake[3]: *** [libicenet_la-sock.lo] Error 1
gmake[3]: Leaving directory `/usr/local/src/libshout-2.0/src/net'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/libshout-2.0/src'
gmak...
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi,
I couldn't find anything about this subject from archive - are there known
problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to
date). I downloaded libshout2 latest nightly snapshot and tried to compile
it on 5.0 and then later on 4.8. Both failed (problems were mostly around
sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that
it might be a