Hi, On Sun, 2022-12-18 at 00:51 +0800, Yonggang Luo via Elfutils-devel wrote: > Because all source in libebl #include <libeblP.h>, so #include <system.h> in > libeblP.h is enough, there is multiple memory-access.h file, so use relative > path to > include it properly,
See the discussion around v1 of this patch: https://inbox.sourceware.org/elfutils-devel/19dc6579ce183b63a8956b17611e4a264d745b34.ca...@klomp.org/ I have since pushed: commit 6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04 Author: Mark Wielaard <m...@klomp.org> Date: Tue Dec 20 14:53:43 2022 +0100 Do not use relative include paths in library files. Rely on include dirs being set up correctly. Setup libdw AM_CPPFLAGS to include libebl directory. In libdwfl note that debuginfod.h is a generated file in the builddir. Only include it in the one file debuginfod-client.c that really needs it. Signed-off-by: Mark Wielaard <m...@klomp.org> Please adjust your patch accordingly. Thanks, Mark