Re: Has anyone seen anything like this
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/25/22 02:31, Daniel Moody wrote: > It looks like your configure checks are checking headers which include > the daos_errno.h file. SCons configure checks run a mini build for each > configure check and update node state information. In this case the > configure check is updating the node state information for that header > to always be up to date because the related configure checks are > complete, however it doesn't seem to update any signature information. This sounds similar to https://github.com/SCons/scons/issues/2757, as well as other resources linked therein.