On 2025-03-25 15:23, Baesken, Matthias wrote:
HELP: Try searching the build log for '] Error'.
HELP: Run 'make doctor' to diagnose build problems.
Did you try to run "make doctor"?
Any idea what’s going wrong ? Is there maybe some issue with the
dependencies of the make ?
(it is an incremental make and my understanding was that the
dependencies of the make will lead to regeneration of such missing
files ?)
Normally, incremental builds work fine, but they are not 100% proof. In
particular, "make reconfigure" can cause situations that an incremental
build cannot properly resolve. (This is printed as a warning if you
modify an existing configuration, with a recommendation to start by
cleaning the build for a guaranteed successes, but it works most of the
time, so people tend to ignore it...)
/Magnus