On Fri, Dec 23, 2022 at 11:24:25AM -0500, Steven Rostedt wrote: > On Fri, 23 Dec 2022 11:18:20 -0500 > Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > > As a work around. But now I get this: > > > > ../tracecmd/trace-profile.c:13:10: fatal error: libaudit.h: No such file or directory > > 13 | #include <libaudit.h> > > | ^~~~~~~~~~~~ > > > > > > We're missing the -DNO_AUDIT added when not there, as that file has: > > I guess something like this is needed? As we write the config.h file and include it via -I<path>/config.h per command line as it should be enough. I look into it why it doesn't work here.