<div><div><div>Hello,</div><div>I installed build2 0.14 from AUR package repository of Manjaro Linux  and I've got a recent GCC-11 compiler.</div><div>I 've successfully built and tested cxx20-modules-examples (and, in particular, hello-simple). And all it works like a charm!</div><div>During a build process there noticed temporary gnu compiled modules (.gcm), produced from requested standard library code.</div><div> </div><div>On the other hand. In Windows I installed build2 0.15-staged, MinGW-featured version to have the latest GNU compiler (that supports C++20 modules as well).</div><div>But, when I try to build hello-simple there are no temporary gnu compiled modules produced from requested standard library code:</div><div> </div><div>>cd hello-simple</div><div>>b</div><div> </div><div>D:\cxx20-modules-examples-master\hello-simple\hello.mxx:3:1: error: unknown Compiled Module Interface: malformed error response    </div><div>3 | import <string_view>;      </div><div>  | ^~~~~~</div><div>In module imported at D:\cxx20-modules-examples-master\hello-simple\hello.mxx:3:1:</div><div>C:/build2/include/c++/11.2.0/string_view: error: failed to read compiled module: Unknown CMI mapping</div><div>C:/build2/include/c++/11.2.0/string_view: note: imports must be built before being imported</div><div>C:/build2/include/c++/11.2.0/string_view: fatal error: returning to the gate for a mechanical issue</div><div>compilation terminated.</div><div>info: failed to update dir{.\}</div><div> </div><div>Does build2 support C++20 modules in its Windows/MinGW distribution?</div><div>Any hints?</div><div> </div><div> </div><div> </div></div></div>