Hello.
I'm trying to compile the RTP proxy. I downloades the last version
from the CVS with :
[root@sipproxy root]# cvs
-d:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser co rtpproxy
cvs server: Updating rtpproxy
U rtpproxy/Makefile.am
U rtpproxy/Makefile.in
U rtpproxy/README
U rtpproxy/README.remote
U rtpproxy/aclocal.m4
U rtpproxy/config.h.in
U rtpproxy/configure
U rtpproxy/configure.ac
U rtpproxy/depcomp
U rtpproxy/install-sh
U rtpproxy/main.c
U rtpproxy/missing
U rtpproxy/mkinstalldirs
U rtpproxy/myqueue.h
[root@sipproxy root]#
Then i try to compile the program
[root@sipproxy rtpproxy]# make
make all-am
make[1]: Entering directory `/root/rtpproxy'
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c `test -f 'main.c' || echo
'./'`main.c
main.c: In function `main':
main.c:1152: structure has no member named `ss_family'
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/root/rtpproxy'
make: *** [all] Error 2
[root@sipproxy rtpproxy]#
I'm using Red Hat Linux 7.3
Any ideas?
Ricardo Martinez.