On Mon, 9 Dec 2019 at 22:29, David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> wrote: > > So, I had a look, and the makefile should actually autodetect no > valgrind. What I suspect is happening here is that the valgrind dev > stuff is installed - so pkg-config --exists is reporting true - but > the header is not in the location we expect. > > What we want is to get the output of "pkg-config --cflags valgrind" on > the sewtup in question. Huh, % pkg-config --cflags valgrind Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable Package 'valgrind', required by 'virtual:world', not found I'll take a look through the autodetect logic.