On 17.11.2020 10:48, Martin Husemann wrote:
On Tue, Nov 17, 2020 at 09:32:39AM +0100, Bodie wrote:[09:28:48:378] [2337:82f08000] [ERROR][com.winpr.synch.timer] - InitializeWaitableTimer: os specific implementation is missingI don't get that, so the failure does not happen for all architectures/versions of NetBSD. Maybe something is broken with the cmake test for that?
Remote end is Windows 2016 server (and rdesktop can't connect to those, but xfreerdp2 can (if it does not fail on POSIX timers of course) Using eg. this: xfreerdp2 /sec:tls /size:95% /u:username /d:AD /p:XXX /v:X.X.X.X' Works fine on FreeBSD and Linux obviously, on OpenBSD they keep back onRC version of freerdp2 as they do not have that timer_create() interface, but
it works there too with same command Trying to find what may be wrong, but that patch from FreeBSD may bepointing to those cmake tests (had no time yet to dive in pkgsrc after years and try to see what is what there and what is patched if anything at all)
Code itself https://github.com/FreeRDP/FreeRDP/blob/master/winpr/libwinpr/CMakeLists.txt
contains checks which FreeBSD added as a patch in ports. Does it mean that similar patch is needed for pkgsrc too?
Martin