<html><body>
        
    
Hello,<div><br></div><div>I'm a "builder & tinker" rather than C++ dev so sadly I haven't been able to troubleshoot much (nor do I know what else you need) but....</div><div><br></div><div>The latest build available as of right now produces the following for me on Ubuntu 20.10 when building:</div><div><br></div><div><i>scott@scott-System-Product-Name:~/code/live$ make<br>cd liveMedia ; make<br>make[1]: Entering directory '/home/scott/code/live/liveMedia'<br>make[1]: Nothing to be done for 'all'.<br>make[1]: Leaving directory '/home/scott/code/live/liveMedia'<br>cd groupsock ; make<br>make[1]: Entering directory '/home/scott/code/live/groupsock'<br>c++ -c -Iinclude -I../UsageEnvironment/include -I/usr/local/include -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1   NetAddress.cpp<br>NetAddress.cpp: In function ‘void copyAddress(sockaddr_storage&, const NetAddress*)’:<br>NetAddress.cpp:99:8: error: ‘struct sockaddr_storage’ has no member named ‘ss_len’<br>   99 |     to.ss_len = sizeof (struct sockaddr_in);<br>      |        ^~~~~~<br>NetAddress.cpp:103:8: error: ‘struct sockaddr_storage’ has no member named ‘ss_len’<br>  103 |     to.ss_len = sizeof (struct sockaddr_in6);<br>      |        ^~~~~~<br>make[1]: *** [Makefile:31: NetAddress.o] Error 1<br>make[1]: Leaving directory '/home/scott/code/live/groupsock'<br>make: *** [Makefile:36: all] Error 2</i></div><div><i><br></i></div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>--</div>scott robinson<br></div></div></div></body></html>