From: Gustaf N. <ne...@wu...> - 2021-01-10 18:35:24
|
On 10.01.21 15:58, oleg wrote: > > We have tested Naviserver RC. > No problem found on Ubuntu 20.04 and Windows10/MSVC2019/32bit. > Great! > > Have an issue for Windows10/MSVC2019/64bit build. > > lassign [ns_sockopen -nonblock httpbin.org 80] rfd wfd > > ns_sockselect -timeout 1000 {} $wfd {} > This is an old and known issue. "ns_sockopen" is a somewhat deprecated call, which was used mostly for the regression test (most NaviServer applications will work happily without it), so there was seemingly never a high urgency to fix this. I am surprised that this works with MSVC2019/32bit - but maybe this was the "lucky" part. I would not see this as showstopper for the upcoming release. > Crosscompiled (gcc/mingw) for Windows 64bit Naviserver works perfectly > but there are difficulties in configure/make/install: Cool! I have added the mingw changes to the code base and added your instructions to the README file ... and placed rc3 to sourceforge https://sourceforge.net/projects/naviserver/files/naviserver/4.99.20/ If nothing else shows up, i'll finish the release in the next few days. Oleg, many thanks for testing and the good suggestions. -gn |