[Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>"

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 24 Oct 2024 13:00:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279692

--- Comment #19 from Dimitry Andric <dim@FreeBSD.org> ---
For any other people running into this issue, try deleting the following files
manually (backing them up if you are paranoid):

/usr/include/c++/v1/limits.h
/usr/include/c++/v1/setjmp.h

This should solve the problem. You can also delete these files manually from a
poudriere jail, if necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.