Hello, 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....
The latest build available as of right now produces the following for me on Ubuntu 20.10 when building: *scott@scott-System-Product-Name:~/code/live$ makecd liveMedia ; makemake[1]: Entering directory '/home/scott/code/live/liveMedia'make[1]: Nothing to be done for 'all'.make[1]: Leaving directory '/home/scott/code/live/liveMedia'cd groupsock ; makemake[1]: Entering directory '/home/scott/code/live/groupsock'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.cppNetAddress.cpp: In function ‘void copyAddress(sockaddr_storage&, const NetAddress*)’:NetAddress.cpp:99:8: error: ‘struct sockaddr_storage’ has no member named ‘ss_len’ 99 | to.ss_len = sizeof (struct sockaddr_in); | ^~~~~~NetAddress.cpp:103:8: error: ‘struct sockaddr_storage’ has no member named ‘ss_len’ 103 | to.ss_len = sizeof (struct sockaddr_in6); | ^~~~~~make[1]: *** [Makefile:31: NetAddress.o] Error 1make[1]: Leaving directory '/home/scott/code/live/groupsock'make: *** [Makefile:36: all] Error 2* -- scott robinson
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel