Re: [PATCH] Prevent binaries in src from colliding with libc++ headers

2024-08-09 Thread Aaron Merey
(elfutils-devel CC'ed) On Fri, Aug 9, 2024 at 10:32 AM Tristan ross wrote: > > The Gentoo patch looks essentially the same as what we started with which > might bring that warning back. It also uses `-iquote .` but from what I've > seen, no files in src import with quotes. But that patch will w

Re: [PATCH] Prevent binaries in src from colliding with libc++ headers

2024-08-09 Thread Aaron Merey
Hi Tristan, (elfutils-devel CC'ed) On Thu, Aug 8, 2024 at 6:09 PM Tristan ross wrote: > > > Can you also provide a reproducer for the error you are seeing? > > I think this can be reproduced if you build elfutils with Clang and Clang is > using libc++ (LLVM's C++ implementation). Build with lik