Re-gen. -Maxim
muhammad akl wrote: > Still getting some errors : > > for the configure script : > > ./configure > checking for a BSD-compatible install... /opt/csw/bin/ginstall -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking build system type... i386-pc-solaris2.10 > checking host system type... i386-pc-solaris2.10 > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep > checking for egrep... /usr/sfw/bin/ggrep -E > checking for ANSI C header files... no > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking gsm.h usability... no > checking gsm.h presence... no > checking for gsm.h... no > checking g729_encoder.h usability... no > checking g729_encoder.h presence... no > checking for g729_encoder.h... no > checking for ANSI C header files... (cached) no > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking netdb.h usability... yes > checking netdb.h presence... yes > checking for netdb.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for strings.h... (cached) yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking for unistd.h... (cached) yes > checking err.h usability... yes > checking err.h presence... yes > checking for err.h... yes > checking for an ANSI C-conforming const... yes > checking whether time.h and sys/time.h may both be included... yes > checking for working alloca.h... no > checking for alloca... no > checking whether `alloca.c' needs Cray hooks... no > checking stack direction for C alloca... -1 > checking for stdlib.h... (cached) yes > checking for GNU libc compatible malloc... no > checking for working memcmp... no > checking return type of signal handlers... void > checking for atexit... no > checking for gettimeofday... no > checking for memset... no > checking for mkdir... no > checking for socket... no > checking for strchr... no > checking for strdup... no > checking for strerror... no > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: executing depfiles commands > > > And for the compilation process : > > 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 `init_config': > main.c:288: warning: implicit declaration of function `rpl_malloc' > main.c:355: warning: assignment makes pointer from integer without a cast > main.c:357: warning: assignment makes pointer from integer without a cast > main.c:359: warning: assignment makes pointer from integer without a cast > main.c:394: warning: assignment makes pointer from integer without a cast > main.c:399: warning: assignment makes pointer from integer without a cast > main.c: In function `rxmit_packets': > main.c:554: warning: assignment makes pointer from integer without a cast > main.c:600: warning: assignment makes pointer from integer without a cast > 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 > rtp_server.c: In function `rtp_server_new': > rtp_server.c:59: warning: implicit declaration of function `rpl_malloc' > rtp_server.c:59: warning: assignment makes pointer from integer without > a cast > 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 > rtpp_record.c: In function `ropen': > rtpp_record.c:73: warning: implicit declaration of function `rpl_malloc' > rtpp_record.c:73: warning: assignment makes pointer from integer without > a cast > 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 > rtp.c: In function `rtp_packet_alloc': > rtp.c:248: warning: implicit declaration of function `rpl_malloc' > rtp.c:248: warning: assignment makes pointer from integer without a cast > 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' > rtpp_command.c:626: warning: implicit declaration of function `rpl_malloc' > rtpp_command.c:626: warning: assignment makes pointer from integer > without a cast > rtpp_command.c:783: warning: assignment makes pointer from integer > without a cast > rtpp_command.c:790: warning: assignment makes pointer from integer > without a cast > 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 -lsocket -lnsl -lxinet > -lrt -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 > ld: fatal: library -lxinet: not found > ld: fatal: File processing 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 > > > > On Sat, Nov 15, 2008 at 11:28 AM, Maxim Sobolev <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Update, re-configure and try again please. > > Thanks! > > muhammad akl wrote: > > Maxim Sobolev, > > > > now , it's compiled but a new problem appears there , > > Regards, > -- > Maksym Sobolyev > Sippy Software, Inc. > Internet Telephony (VoIP) Experts > T/F: +1-646-651-1110 > Web: http://www.sippysoft.com > MSN: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Skype: SippySoft > _______________________________________________ > Users mailing list > Users@rtpproxy.org <mailto:Users@rtpproxy.org> > http://lists.rtpproxy.org/mailman/listinfo/users > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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