Hi I'm trying to compile the lcr backported module from Onsip.org but I'm getting the following error:
make[1]: Entering directory `/root/sources/sip_router/modules/lcr' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=athlon -DNAME='"ser"' -DVERSION='"0.9.3"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.3"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -c lcr_mod.c -o lcr_mod.o lcr_mod.c: In function `load_gws': lcr_mod.c:591: error: `HDR_FROM_F' undeclared (first use in this function) lcr_mod.c:591: error: (Each undeclared identifier is reported only once lcr_mod.c:591: error: for each function it appears in.) lcr_mod.c: In function `load_contacts': lcr_mod.c:890: error: too many arguments to function `next_branch' lcr_mod.c:912: error: too many arguments to function `next_branch' make[1]: *** [lcr_mod.o] Error 1 make[1]: Leaving directory `/root/sources/sip_router/modules/lcr'
Does anybody know if I'm missing something?
Regards
Alberto Cruz
Thank you Juha. Is the lcr from Berlios CVS head updated?
What is the procedure to bakcport the updated CVS for SER running at DEBIAN Release 3.1 (Sarge)?
Regards
Alberto Cruz
Juha Heinanen wrote:
Alberto Cruz writes:
Does anybody know if I'm missing something?
your version lcr module does not match your version of ser.
-- juha
Sorry Juha if I bother you. Could you give me some tip about how to backport the LCR module from the CVS?
Regards
Alberto Cruz Juha Heinanen wrote:
Alberto Cruz writes:
Does anybody know if I'm missing something?
your version lcr module does not match your version of ser.
-- juha
Alberto Cruz writes:
Sorry Juha if I bother you. Could you give me some tip about how to backport the LCR module from the CVS?
https://tutpro.com/tmp/lcr-0.9.0.tgz
-- juha
u can get the backport from www.onsip.org
Iqbal On 7/7/2005, "Alberto Cruz" acruz@tekbrain.com wrote:
Sorry Juha if I bother you. Could you give me some tip about how to backport the LCR module from the CVS?
Regards
Alberto Cruz Juha Heinanen wrote:
Alberto Cruz writes:
Does anybody know if I'm missing something?
your version lcr module does not match your version of ser.
-- juha
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
PLEASE NOTE: As the LCR included in the ONsip.org is the backported version, it is not kept updated using the update_from_cvs script. This may cause compile time problems as Juha pointed out. g-) Alberto Cruz wrote:
Hi I'm trying to compile the lcr backported module from Onsip.org but I'm getting the following error:
make[1]: Entering directory `/root/sources/sip_router/modules/lcr' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=athlon -DNAME='"ser"' -DVERSION='"0.9.3"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.3"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/local/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -c lcr_mod.c -o lcr_mod.o lcr_mod.c: In function `load_gws': lcr_mod.c:591: error: `HDR_FROM_F' undeclared (first use in this function) lcr_mod.c:591: error: (Each undeclared identifier is reported only once lcr_mod.c:591: error: for each function it appears in.) lcr_mod.c: In function `load_contacts': lcr_mod.c:890: error: too many arguments to function `next_branch' lcr_mod.c:912: error: too many arguments to function `next_branch' make[1]: *** [lcr_mod.o] Error 1 make[1]: Leaving directory `/root/sources/sip_router/modules/lcr'
Does anybody know if I'm missing something?
Regards
Alberto Cruz
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers