https://issues.apache.org/ooo/show_bug.cgi?id=124896

--- Comment #4 from [email protected] <[email protected]> ---
(In reply to Steve Yin from comment #3)
> dmake:  Error: -- `../../inc/rtl/allocator.hxx' not found, and can't be made

This looks like a bad dependency in you build. The file allocator.hxx is not
used anymore, so dmake can only know about this header by a former dependency
analysis. Please run
   fgrep allocator.hxx main/sal
to confirm this. Then remove sal's output directory or better make a clean
build.

FWIW issue 124903 mentioned a similar problem with obsoleted dependencies. Have
there been any changes to the build system that would impact the dependency
analysis?

-- 
You are receiving this mail because:
You are watching all issue changes.

Reply via email to