<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I am getting this compile error when compiling Opensips 2.1.2 on
Solaris Sparc 10 64bit.<br>
<br>
<small><font face="Courier New, Courier, monospace">net/net_tcp.c:269:4:
note: in expansion of macro 'get_su_info'<br>
get_su_info( servaddr, ip, port);<br>
^<br>
net/../ip_addr.h:168:26: warning: cast increases required
alignment of target type [-Wcast-align]<br>
_port_no = su_getport( (union sockaddr_union*)_su); \<br>
^<br>
net/net_tcp.c:299:4: note: in expansion of macro 'get_su_info'<br>
get_su_info( servaddr, ip, port);<br>
^<br>
net/../ip_addr.h:168:26: warning: cast increases required
alignment of target type [-Wcast-align]<br>
_port_no = su_getport( (union sockaddr_union*)_su); \<br>
^<br>
net/net_tcp.c:318:5: note: in expansion of macro 'get_su_info'<br>
get_su_info( servaddr, ip, port);<br>
^<br>
Makefile.rules:25: recipe for target 'net/net_tcp.o' failed<br>
make[1]: *** [net/net_tcp.o] Error 1</font></small><br>
<br>
Thanks<br>
<br>
Nathaniel Keeling<br>
<br>
</body>
</html>