[Bug 279692] '#include <csetjmp>' is broken: error: "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <setjmp.h>"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 13:21:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279692 --- Comment #26 from bagas <bagas1983@mail.ru> --- host system # ls -l /usr/include/c++/v1/{setjmp.h,limits.h} ls: /usr/include/c++/v1/limits.h: No such file or directory ls: /usr/include/c++/v1/setjmp.h: No such file or directory jail (vps server) # ls -l /usr/include/c++/v1/{setjmp.h,limits.h} -r--r--r-- 1 root wheel 1627 Oct 5 09:55 /usr/include/c++/v1/limits.h -r--r--r-- 1 root wheel 847 Oct 5 09:55 /usr/include/c++/v1/setjmp.h # ls -l /usr/ | grep include lrwxr-xr-x 1 root wheel 21 Jan 13 2024 include -> /basejail/usr/include -- You are receiving this mail because: You are the assignee for the bug.