[Serusers] Latest STABLE build without using CVS

Jiri Kuthan jiri at iptel.org
Thu Aug 14 22:25:03 CEST 2003


Try gmake all. -jiri

At 09:55 PM 8/14/2003, Jitender Arora wrote:
>Hi ,
>
>     Thanks ...
>
>     When  i am trying to build the ser on the solaris, I am getting a lot
>of compilation errors ...
>
>     Do i need something specific to build the ser on the solaris machine
>......
> 
>     The error i am getting are :
>
>make all
>
>gcc -g -O9 -funroll-loops   -Wall  -mv8      -DNAME='"ser"'
>-DVERSION='"0.8.11rc
>3"' -DARCH='"sparc64"' -DOS='"solaris"' -DCOMPILER='"gcc 2.7"'
>-D__CPU_sparc64 -
>D__OS_solaris -DCFG_DIR='"/etc/ser/"' -DPKG_MALLOC -DSHM_MEM  -DSHM_MMAP
>-DADAPT
>IVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP
>-DDISABLE
>_NAGLE -DDBG_QM_MALLOC  -DFAST_LOCK -DHAVE_GETIPNODEBYNAME
>-DHAVE_SYS_SOCKIO_H -
>DHAVE_SCHED_YIELD -c action.c -o action.o
>In file included from /usr/include/sys/t_lock.h:19,
>                 from /usr/include/sys/vnode.h:38,
>                 from /usr/include/sys/stream.h:22,
>                 from /usr/include/netinet/in.h:38,
>                 from parser/../ip_addr.h:41,
>                 from parser/msg_parser.h:48,
>                 from action.h:33,
>                 from action.c:42:
>/opt/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/sys/param.h:187:
>warni
>ng: `NBBY' redefined
>/usr/include/sys/select.h:56: warning: this is the location of the previous
>defi
>nition
>In file included from
>/opt/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/
>time.h:90,
>                 from /usr/include/sys/time.h:405,
>                 from /usr/include/sys/select.h:17,
>                 from
>/opt/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/
>sys/types.h:278,
>                 from parser/../ip_addr.h:39,
>                 from parser/msg_parser.h:48,
>                 from action.h:33,
>                 from action.c:42:
>/usr/include/sys/siginfo.h:74: parse error before `pthread_attr_t'
>/usr/include/sys/siginfo.h:74: warning: no semicolon at end of struct or
>union
>/usr/include/sys/siginfo.h:76: parse error before `}'
>In file included from parser/../ip_addr.h:40,
>                 from parser/msg_parser.h:48,
>                 from action.h:33,
>                 from action.c:42:
>/usr/include/sys/socket.h:47: parse error before `sa_family_t'
>/usr/include/sys/socket.h:47: warning: data definition has no type or
>storage cl
>ass
>/usr/include/sys/socket.h:56: parse error before `socklen_t'
>/usr/include/sys/socket.h:56: warning: data definition has no type or
>storage cl
>ass
>/usr/include/sys/socket.h:187: parse error before `sa_family_t'
>/usr/include/sys/socket.h:187: warning: no semicolon at end of struct or
>union
>/usr/include/sys/socket.h:189: parse error before `}'
>/usr/include/sys/socket.h:234: parse error before `socklen_t'
>/usr/include/sys/socket.h:234: warning: no semicolon at end of struct or
>union
>/usr/include/sys/socket.h:246: parse error before `}'
>/usr/include/sys/socket.h:312: parse error before `socklen_t'
>/usr/include/sys/socket.h:312: warning: no semicolon at end of struct or
>union
>/usr/include/sys/socket.h:315: parse error before `}'
>/usr/include/sys/socket.h:385: parse error before `socklen_t'
>/usr/include/sys/socket.h:386: parse error before `socklen_t'
>/usr/include/sys/socket.h:399: parse error before `socklen_t'
>/usr/include/sys/socket.h:400: parse error before `socklen_t'
>In file included from /usr/include/sys/stream.h:22,
>
>Does anyone know , how to resolve this ...else i will put some effort for
>this .....
>
>Thanks ,
>Jitender.
>-----Original Message-----
>From: Nils Ohlmeier [mailto:nils at iptel.org]
>Sent: Thursday, August 14, 2003 3:51 PM
>To: Jitender Arora
>Cc: 'serusers at lists.iptel.org'
>Subject: Re: [Serusers] Latest STABLE build without using CVS
>
>
>On Thursday 14 August 2003 21:31, Jitender Arora wrote:
>> 1. can SER run on the windows NT machine ? If yes what all configuration
>> needs to be done ....
>
>No.
>
>> 2. I am trying to compile the code on the NT machine but getting make
>> problems , can anyone help me
>>    with this ...
>
>This will not work. NT or any other Wind*** platform is not supported.
>You can try your luck with cygwin, but it is not officialy supported and we 
>did not tried this for a long time.
>
>Regards
>  Nils
>
>> Regards.
>>
>> -----Original Message-----
>> From: Jiri Kuthan [mailto:jiri at iptel.org]
>> Sent: Thursday, August 14, 2003 3:22 PM
>> To: Chad Brown; serusers at lists.iptel.org
>> Subject: RE: [Serusers] Latest STABLE build without using CVS
>>
>> At 07:39 PM 8/14/2003, Chad Brown wrote:
>> >Perfect,
>> >
>> >Let me ask 2 quick follow-on questions...
>> >
>> >1. Can I go back to http://www.iptel.org/ser/tarball/ser_8_11_stable.tgz
>> >to get the latest patched and STABLE builds?
>>
>> That's the latest, most stable source, you need to compile it myself.
>>
>> There will be a new complete distribution by end of this month -- we are
>> now waiting to run SER through the upcoming SIPIT to release it.
>>
>> >2. What location / version of the modules should I use when running
>> >builds for this location? (Serweb, mysql, jabber, etc)
>>
>> All SER modules are included there.
>>
>> uptodate SERWEB is now in the http://www.iptel.org/ser/tarball/ directory
>> too.
>>
>> -jiri
>>
>> _______________________________________________
>> Serusers mailing list
>> serusers at lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>>
>> _______________________________________________
>> Serusers mailing list
>> serusers at lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>
>_______________________________________________
>Serusers mailing list
>serusers at lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers

--
Jiri Kuthan            http://iptel.org/~jiri/ 




More information about the sr-users mailing list