Thanks Jeff,
Ray From: Jeff Westhead <[email protected]> Sent: Thursday, May 25, 2023 5:14 PM To: RayG <[email protected]>; [email protected] Subject: RE: [EXTERNAL] RE: Building unbound on Windows? I was trying to follow these: unbound/README.txt at master <https://github.com/NLnetLabs/unbound/blob/master/winrc/README.txt> . NLnetLabs/unbound . GitHub From: RayG <[email protected] <mailto:[email protected]> > Sent: Thursday, May 25, 2023 7:54 AM To: Jeff Westhead <[email protected] <mailto:[email protected]> >; [email protected] <mailto:[email protected]> Subject: [EXTERNAL] RE: Building unbound on Windows? You don't often get email from [email protected] <mailto:[email protected]> . Learn why this is important <https://aka.ms/LearnAboutSenderIdentification> Jeff, Do you have a pointer to the instructions please? Thanks From: Jeff Westhead <[email protected] <mailto:[email protected]> > Sent: Wednesday, May 24, 2023 8:48 PM To: [email protected] <mailto:[email protected]> Subject: Building unbound on Windows? I was browsing through the sources and surprisingly, I found instructions for building on Windows. I thought I would play around with it. I've installed MSYS2 on a Windows VM, added development packages. I ran "./configure --enable-static-exe" and it succeeded. But make errors out quickly on DWORD. Any suggestions on how to fix? 238 | char* wsa_strerror(DWORD err); | ^~~~~ make: *** [Makefile:319: dns.lo] Error 1
