<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
<span style="font-size: 8pt"><span style="line-height: 15px;">Continuing my attempt  to compile for X86 on my amd64 host, I removed every remaining trace of past Visual Studio versions by uninstalling everything and removing the corresponding environment variables.</span></span>
<div><span style="font-size: 8pt"><span style="line-height: 15px;">I am now left with the MS Visual Studio BuildTool 2019 alone.</span></span>
<div class="mb_sig"></div>
<div><span style="line-height: 15px;font-size: 8pt"><br>
</span></div>
<div><span style="line-height: 15px;font-size: 8pt">Trying to compile, I get now:</span></div>
<div><span style="font-size: 8pt">
<div>    C:\Users\Dirk\Dropbox\projects\libum3\tools\maketables\src>cm3</div>
<div>     --- building in ..\NT386 ---</div>
<div>     -> linking Maketables.exe</div>
<div>     cl.exe -nologo -DWIN32 -Zl  -Z7 -MD -Oi -c _m3main.c -Fo_m3main.obj</div>
<div>     _m3main.c</div>
<div>     _m3main.c(1): fatal error C1034: stddef.h: no include path set</div>
<div>     compile_c => 2</div>
<div>     C compiler failed compiling: _m3main.c</div>
<div style="">     Fatal Error: cc _m3main.c failed!!</div>
<div style=""> <br>
The MS compiler being intended primarily for C++ where the some  "stddef.h" procedures are implemented as macros,<br>
one must include instead include "cstddef.h". I corrected "_m3main.c" manually, but that doesn't work as the quake machinery<br>
rebuilds it at every invocation.</div>
<div style=""><br>
</div>
</span></div>
</div>
</div>
</body>
</html>