<div dir="ltr">Dear Boris,<div><br></div><div>Thank you so much for your quick fix.</div><div>I checked that b command worked well with the commit.</div><div><br></div><div>Best regards,</div><div>Sosuke</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2021年6月7日(月) 19:01 Boris Kolpackov <<a href="mailto:boris@codesynthesis.com">boris@codesynthesis.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Sosuke Imai via users <<a href="mailto:users@build2.org" target="_blank">users@build2.org</a>> writes:<br>
<br>
> export module egret.fundamental:concepts.integral_constant;<br>
> import :concepts.static_value; // I want to import egret.fundamental:concepts.static_value;<br>
> <br>
> With b command, I got the following error messages:<br>
> <br>
> > libegret/egret/fundamental/concepts/integral_constant.mxx: error: failed to correctly guess module name from<br>
> > libegret/:egret/fundamental/concepts/mxx{static_value}<br>
> >   info: guessed: egret.fundamental:concepts.integral_constant:concepts.static_value<br>
> >   info: actual:  egret.fundamental:concepts.static_value<br>
> >   info: consider adjusting module interface file names or<br>
> >   info: consider specifying module name with cxx.module_name<br>
<br>
Yes, that's a bug in build2, thanks for the report. It's now fixed,<br>
commit 274d65d2a7[1]<br>
<br>
[1] <a href="https://git.build2.org/cgit/build2/commit/?id=274d65d2a76ed48cb618e25e0916e20ba3d5c87b" rel="noreferrer" target="_blank">https://git.build2.org/cgit/build2/commit/?id=274d65d2a76ed48cb618e25e0916e20ba3d5c87b</a><br>
</blockquote></div>