Re: [Live-devel] Non portable sockopt macros in latest

2020-01-26 Thread Wictor Lund
Hello Ross, On Fri, Jan 24, 2020 at 12:59:26PM -0800, Ross Finlayson wrote: > Thank you for the report. I have just installed a new version > (2020.01.24) of the “LIVE555 Streaming Media” code that includes the > “#ifdef”s that you suggested. Thank you! The new version fixes the issue I had. >

Re: [Live-devel] Non portable sockopt macros in latest

2020-01-24 Thread Cihan Komecoglu
My bad, I confused it, I mean genMakefiles > On 25 Jan 2020, at 00:16, Ross Finlayson wrote: > > > >> On Jan 24, 2020, at 1:07 PM, Cihan Komecoglu wrote: >> >> Hi Wictor, >> >> Just want to clear something, when you try to compile, Did you use >> fix-makefile script to fix makefiles to ma

Re: [Live-devel] Non portable sockopt macros in latest

2020-01-24 Thread Ross Finlayson
> On Jan 24, 2020, at 1:07 PM, Cihan Komecoglu wrote: > > Hi Wictor, > > Just want to clear something, when you try to compile, Did you use > fix-makefile script to fix makefiles to make compatible for openbsd ? What is “fix-makefile”?? This is not something that we supply. To create Make

Re: [Live-devel] Non portable sockopt macros in latest

2020-01-24 Thread Cihan Komecoglu
Hi Wictor, Just want to clear something, when you try to compile, Did you use fix-makefile script to fix makefiles to make compatible for openbsd ? Thanks > On 24 Jan 2020, at 23:36, Wictor Lund wrote: > > n OpenBSD straight away. ___ live-devel m

Re: [Live-devel] Non portable sockopt macros in latest

2020-01-24 Thread Ross Finlayson
Wictor, Thank you for the report. I have just installed a new version (2020.01.24) of the “LIVE555 Streaming Media” code that includes the “#ifdef”s that you suggested. (Note, BTW, that TCP_KEEPCNT and TCP_KEEPINTVL are also defined in FreeBSD - but apparently not in OpenBSD.) Ross Finlayso

[Live-devel] Non portable sockopt macros in latest

2020-01-24 Thread Wictor Lund
Hi! I just downloaded the latest version of live555 and noticed that it won't compile on OpenBSD straight away. The issue is with the macros TCP_KEEPCNT and TCP_KEEPINTVL in groupsock/GroupsockHelper.cpp. According to the man page [1] these macro are Linux specific and not necessarily portable.