I don't think so... Ill clean up my build directory and try from scratch. Thanks, Brett
On Oct 26, 2010, at 11:34 AM, Ovidiu Sas <[email protected]> wrote: > Do you have any extra code in your repo? Or do you have a modified Makefile? > Trunk compiles just fine for me. > > Regards, > Ovidiu Sas > > On Tue, Oct 26, 2010 at 12:26 PM, Brett Nemeroff <[email protected]> wrote: >> Bogdan, >> I must be doing something wrong. I just updated to 7329 and I'm >> getting the same error. Here's what I'm seeing: >> >> gcc -shared -Wl,-O2 -Wl,-E dispatch.o dispatcher.o -o dispatcher.so >> make[1]: Leaving directory `/usr/src/opensips_head/modules/dispatcher' >> >> >> make[1]: Entering directory `/usr/src/opensips_head/modules/diversion' >> make[1]: Leaving directory `/usr/src/opensips_head/modules/diversion' >> make[1]: Entering directory `/usr/src/opensips_head/modules/diversion' >> Compiling diversion.c >> gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall >> -minline-all-stringops -falign-loops -ftree-vectorize -mtune=nocona >> -Wold-style-definition -Wmissing-field-initializers -Wredundant-decls >> -DMOD_NAME='"diversion"' -DNAME='"opensips"' >> -DVERSION='"1.6.3-notls"' -DARCH='"x86_64"' -DOS='"linux"' >> -DCOMPILER='"gcc 4.4.3"' -D__CPU_x86_64 -D__OS_linux -D__SMP_yes >> -DCFG_DIR='"/usr/local/etc/opensips/"' -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:7329M"' -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 -c diversion.c -o diversion.o >> Linking diversion.so >> gcc -shared -Wl,-O2 -Wl,-E diversion.o -o diversion.so >> make[1]: Leaving directory `/usr/src/opensips_head/modules/diversion' >> >> >> make: *** [modules] Error 2 >> >> >> Thanks, >> Brett >> >> On Oct 26, 2010, at 11:10 AM, Bogdan-Andrei Iancu >> <[email protected]> wrote: >> >>> Hi Brett, >>> >>> Just tried 7329 and it is ok - maybe the 7323 revision was not >>> completed.....I see in 7324 "- add new file (forgot to add it in the >>> last commit)", so 7323 may be broken. >>> >>> Regards, >>> Bogdan >>> >>> >>> Brett Nemeroff wrote: >>>> Hello All, >>>> Trying to compile head at rev 7323 and its erring out in the domain >>>> and domain policy modules. I've done a make clean. There really isn't >>>> much detail to the error. >>>> >>>> Anyone else having this problem? >>>> >>>> Thanks, >>>> Brett >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> [email protected] >>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >>>> >>>> >>> >>> >>> -- >>> Bogdan-Andrei Iancu >>> OpenSIPS Bootcamp >>> 15 - 19 November 2010, Edison, New Jersey, USA >>> www.voice-system.ro >>> >>> >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
