Hi,
does anyone use OpenSER under Solaris?
I get this error when compiling:
gcc -g -O9 -funroll-loops -Wall -mcpu=ultrasparc -mtune=ultrasparc -DNAME='"openser"' -DVERSION='"1.0.0"' -DARCH='"sparc64"' -DOS='"solaris"' -DCOMPILER='"gcc 3.4"' -D__CPU_sparc64 -D__OS_solaris -DCFG_DIR='"/usr/local/etc/openser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DF_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETIPNODEBYNAME -DHAVE_SYS_SOCKIO_H -DHAVE_SCHED_YIELD -DHAVE_ALLOCA_H -c action.c -o action.o In file included from mem/f_malloc.h:40, from mem/mem.h:54, from action.c:50: mem/meminfo.h:33: error: redefinition of `struct meminfo' gmake: *** [action.o] Error 1
any idea for fixing this?
Hello,
thanks for reporting, I have renamed the internal structure meminfo to mem_info to avoid this conflict. Please take the latest 1.0.0 from cvs and let me know if it works.
Here are the commands to get the stable version from cvs:
# export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openser # cvs login - for password simply press the Enter key. # cvs -z3 checkout -r rel_1_0_0 sip-server
Cheers, Daniel
On 01/06/06 12:45, martin@campus-merseburg.de wrote:
Hi,
does anyone use OpenSER under Solaris?
I get this error when compiling:
gcc -g -O9 -funroll-loops -Wall -mcpu=ultrasparc -mtune=ultrasparc -DNAME='"openser"' -DVERSION='"1.0.0"' -DARCH='"sparc64"' -DOS='"solaris"' -DCOMPILER='"gcc 3.4"' -D__CPU_sparc64 -D__OS_solaris -DCFG_DIR='"/usr/local/etc/openser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DF_MALLOC -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETIPNODEBYNAME -DHAVE_SYS_SOCKIO_H -DHAVE_SCHED_YIELD -DHAVE_ALLOCA_H -c action.c -o action.o In file included from mem/f_malloc.h:40, from mem/mem.h:54, from action.c:50: mem/meminfo.h:33: error: redefinition of `struct meminfo' gmake: *** [action.o] Error 1
any idea for fixing this?
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users