Is it only me or does anyone else has issues compiling after a realclean: Compiling acc_logic.c gcc -fPIC -DPIC -g -DMOD_NAME='"acc"' -DNAME='"openser"' -DVERSION='"1.4.0dev7-notls"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 4.1.2"' -D__CPU_i386 -D__OS_linux -D__SMP_no -DCFG_DIR='"/usr/local/etc/openser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DSTATISTICS -DCHANGEABLE_DEBUG_LEVEL -DF_MALLOC -DSVNREVISION='"2:3911M"' -DEXTRA_DEBUG -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 -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DHAVE_SELECT -DSQL_ACC -c acc_logic.c -o acc_logic.o acc_logic.c: In function 'acc_onreq': acc_logic.c:241: error: 'T_NOISY_CTIMER_FLAG' undeclared (first use in this function) acc_logic.c:241: error: (Each undeclared identifier is reported only once acc_logic.c:241: error: for each function it appears in.) make[1]: *** [acc_logic.o] Error 1 make[1]: Leaving directory `/usr/src/openser/modules/acc' make: *** [modules] Error 2 make: Leaving directory `/usr/src/openser'
/usr/src/openser# find . | xargs grep T_NOISY_CTIMER_FLAG ./modules/siptrace/.svn/text-base/siptrace.c.svn-base: t->flags |= T_NOISY_CTIMER_FLAG; ./modules/siptrace/siptrace.c: t->flags |= T_NOISY_CTIMER_FLAG; ./modules/acc/.svn/text-base/acc_logic.c.svn-base: t->flags |= T_NOISY_CTIMER_FLAG; ./modules/acc/acc_logic.c: t->flags |= T_NOISY_CTIMER_FLAG; ./modules/osp/.svn/text-base/tm.c.svn-base: t->flags |= T_NOISY_CTIMER_FLAG; ./modules/osp/tm.c: t->flags |= T_NOISY_CTIMER_FLAG; ims:/usr/src/openser# On Mon, Mar 10, 2008 at 10:42 AM, Bogdan-Andrei Iancu <[EMAIL PROTECTED]> wrote: > Revision: 3909 > http://openser.svn.sourceforge.net/openser/?rev=3909&view=rev > Author: bogdan_iancu > Date: 2008-03-10 07:42:24 -0700 (Mon, 10 Mar 2008) > > Log Message: > ----------- > - removed the "noisy_ctimer" parameter. For more details about this, refer > to the discusion from users mailing list ["noisy_ctimer" parameter in TM > module] - http://lists.openser.org/pipermail/users/2008-February/016207.html > Closes bug #1903333 > > Modified Paths: > -------------- > trunk/modules/tm/README > trunk/modules/tm/doc/tm_admin.xml > trunk/modules/tm/h_table.h > trunk/modules/tm/t_funcs.h > trunk/modules/tm/t_fwd.c > trunk/modules/tm/t_reply.c > trunk/modules/tm/timer.c > trunk/modules/tm/tm.c > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > > _______________________________________________ > Devel mailing list > Devel@lists.openser.org > http://lists.openser.org/cgi-bin/mailman/listinfo/devel > _______________________________________________ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/devel