<div dir="ltr">Oops! That sounds like the issue. Thanks.<div><br></div><div>I think I am almost in a good state now. I ran into this error with an MSYS2 (no Visual Studio) build when running the binary on Windows 7:</div><div><a href="https://i.imgur.com/bu1o8RE.png">https://i.imgur.com/bu1o8RE.png</a><br></div><div>Works fine on Windows 11. Is there something I am missing that needs to be specified for older OS versions?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 27, 2022 at 1:36 PM Christian Franke <<a href="mailto:Christian.Franke@t-online.de">Christian.Franke@t-online.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Eaton Zveare wrote:<br>
> Yes, you are right, config.h inside os_win32\vc16 has those defines <br>
> commented out.<br>
> Despite that, the build fails. It appears VS 2022 is referencing the <br>
> config.h from the root folder instead of the one inside vc16.<br>
> In the Solution Explorer, the config.h file there is the vc16 version, <br>
> so I'm not sure why it's using the other one in the root.<br>
> When I replace the root config.h with the vc16 copy, it fixes the <br>
> problem right away.<br>
<br>
Did you possibly run ./configure instead of ../configure? If yes, there <br>
is also config.log and a Makefile in the root folder (aka $srcdir).<br>
<br>
See INSTALL file:<br>
   The configure script must be run outside of the source directory to<br>
   avoid inclusion of the original config.h.<br>
<br>
</blockquote></div>