From: sting s. <zs...@ho...> - 2003-09-24 09:01:42
|
Hello , I had downloaded siproxd 0.3.6.targ.gz from sf.net and tried to perform ./configure Since I got an error of mssing : osip lib , I had also downloaded libosip2-2.0.2 and performed ./configure,make,make install on that lib. Now I had performed ./cofgure on siproxd successfully ; But when trying to perform make I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pthread -Wall -DBUILDSTR=\"`cat .buildno`\" -D_GNU_SOURCE -c rtpproxy_masq.c rtpproxy_masq.c:342: conflicting types for `rtp_masq_start_fwd' rtpproxy.h:52: previous declaration of `rtp_masq_start_fwd' rtpproxy_masq.c:347: conflicting types for `rtp_masq_stop_fwd' rtpproxy.h:53: previous declaration of `rtp_masq_stop_fwd' make[2]: *** [rtpproxy_masq.o] Error 1 make[2]: Leaving directory `/work/src/siproxd-0.3.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/work/src/siproxd-0.3.6' make: *** [all-recursive-am] Error 2 I saw that in the code (it is rtpproxy_masq.c) this method appears twice (the second is in else of #ifdef 0 ) Does anybody why this problem occurs ? What should I do to make siproxd? regards, sting _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |