Maxim Sobolev, now , it's compiled but a new problem appears there ,
make all-am > make[1]: Entering directory `/usr/share/src/rtpproxy' > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ > then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; > exit 1; fi > main.c: In function `main': > main.c:787: warning: unsigned int format, pid_t arg (arg 3) > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtp_server.o -MD -MP -MF ".deps/rtp_server.Tpo" -c -o > rtp_server.o rtp_server.c; \ > then mv -f ".deps/rtp_server.Tpo" ".deps/rtp_server.Po"; else rm -f > ".deps/rtp_server.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtpp_record.o -MD -MP -MF ".deps/rtpp_record.Tpo" -c -o > rtpp_record.o rtpp_record.c; \ > then mv -f ".deps/rtpp_record.Tpo" ".deps/rtpp_record.Po"; else rm -f > ".deps/rtpp_record.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtpp_util.o -MD -MP -MF ".deps/rtpp_util.Tpo" -c -o rtpp_util.o > rtpp_util.c; \ > then mv -f ".deps/rtpp_util.Tpo" ".deps/rtpp_util.Po"; else rm -f > ".deps/rtpp_util.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtp.o -MD -MP -MF ".deps/rtp.Tpo" -c -o rtp.o rtp.c; \ > then mv -f ".deps/rtp.Tpo" ".deps/rtp.Po"; else rm -f ".deps/rtp.Tpo"; exit > 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtp_resizer.o -MD -MP -MF ".deps/rtp_resizer.Tpo" -c -o > rtp_resizer.o rtp_resizer.c; \ > then mv -f ".deps/rtp_resizer.Tpo" ".deps/rtp_resizer.Po"; else rm -f > ".deps/rtp_resizer.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtpp_session.o -MD -MP -MF ".deps/rtpp_session.Tpo" -c -o > rtpp_session.o rtpp_session.c; \ > then mv -f ".deps/rtpp_session.Tpo" ".deps/rtpp_session.Po"; else rm -f > ".deps/rtpp_session.Tpo"; exit 1; fi > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtpp_command.o -MD -MP -MF ".deps/rtpp_command.Tpo" -c -o > rtpp_command.o rtpp_command.c; \ > then mv -f ".deps/rtpp_command.Tpo" ".deps/rtpp_command.Po"; else rm -f > ".deps/rtpp_command.Tpo"; exit 1; fi > rtpp_command.c: In function `handle_command': > rtpp_command.c:607: warning: implicit declaration of function `alloca' > if gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall -Wno-uninitialized > -g -O2 -MT rtpp_log.o -MD -MP -MF ".deps/rtpp_log.Tpo" -c -o rtpp_log.o > rtpp_log.c; \ > then mv -f ".deps/rtpp_log.Tpo" ".deps/rtpp_log.Po"; else rm -f > ".deps/rtpp_log.Tpo"; exit 1; fi > gcc -std=gnu99 -Wall -Wno-uninitialized -g -O2 -o rtpproxy main.o > rtp_server.o rtpp_record.o rtpp_util.o rtp.o rtp_resizer.o rtpp_session.o > rtpp_command.o rtpp_log.o -lm > Undefined first referenced > symbol in file > bind main.o > send rtpp_record.o > accept main.o > listen main.o > sendto main.o > socket main.o > sched_yield rtpp_command.o > setsockopt main.o > connect rtpp_record.o > getaddrinfo rtpp_util.o > recvfrom rtp.o > freeaddrinfo rtpp_util.o > inet_ntop rtpp_util.o > gai_strerror main.o > ld: fatal: Symbol referencing errors. No output written to rtpproxy > collect2: ld returned 1 exit status > make[1]: *** [rtpproxy] Error 1 > make[1]: Leaving directory `/usr/share/src/rtpproxy' > make: *** [all] Error 2 > Regards On Sat, Nov 15, 2008 at 10:17 AM, Maxim Sobolev <[EMAIL PROTECTED]>wrote: > muhammad akl wrote: > > I'm trying to compile rtpproxy Development version 1.2 snapshot updated > > 4 November 2008 > > <http://b2bua.org/chrome/site/rtpproxy-1.2.alpha.200811041.tar.gz> on > > solaris 10 > > > > but seems that it needs some extra header files which are not found by > > default in solaris here is the output : > > > > gmake > > gmake all-am > > gmake[1]: Entering directory > > `/usr/share/src/rtpproxy-1.2.alpha.200811041' > > source='rtpp_util.c' object='rtpp_util.o' libtool=no \ > > DEPDIR=.deps depmode=none /bin/bash ./depcomp \ > > gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -Wall > > -Wno-uninitialized -g -O2 -c rtpp_util.c > > In file included from rtpp_util.c:46: > > rtpp_util.h:38:17: err.h: No such file or directory > > gmake[1]: *** [rtpp_util.o] Error 1 > > gmake[1]: Leaving directory > > `/usr/share/src/rtpproxy-1.2.alpha.200811041' > > gmake: *** [all] Error 2 > > > > > > any help around ? > > muhammad, > > Can you please try the latest version from cvs. I've just checked in fix. > > Thanks! > > Regards, > -- > Maksym Sobolyev > Sippy Software, Inc. > Internet Telephony (VoIP) Experts > T/F: +1-646-651-1110 > Web: http://www.sippysoft.com > MSN: [EMAIL PROTECTED] > Skype: SippySoft > _______________________________________________ > Users mailing list > Users@rtpproxy.org > http://lists.rtpproxy.org/mailman/listinfo/users >
_______________________________________________ Users mailing list Users@rtpproxy.org http://lists.rtpproxy.org/mailman/listinfo/users