Re: [naviserver-devel] small bugs break Windows build

2019-07-16 Thread Gustaf Neumann
Dear Andrew, many thanks for letting us know. I've addressed these issues, and added a NS_INLINE that should as well work for older Microsoft C compilers... all the best -g On 16.07.19 21:07, Andrew Piskorski wrote: On Tue, Jul 16, 2019 at 02:51:06PM -0400, Andrew Piskorski wrote: There are tw

Re: [naviserver-devel] small bugs break Windows build

2019-07-16 Thread Andrew Piskorski
On Tue, Jul 16, 2019 at 02:51:06PM -0400, Andrew Piskorski wrote: > There are two small recent bugs that break compilation on Windows. One more: In "naviserver/include/ns.h" on line 2874, the declaration of Ns_SockaddrParseIPMask() is missing NS_EXTERN, which breaks linking for nsperm, like so:

[naviserver-devel] small bugs break Windows build

2019-07-16 Thread Andrew Piskorski
There are two small recent bugs that break compilation on Windows. First, this 2019-07-16 commit has a simple typo in the Windows-only code, "masedkBits" instead of "maskedBits": https://bitbucket.org/naviserver/naviserver/commits/65a47eea3818e515f235cebc59a385cea6e5cf06 - New feature: conte