You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev
Hi all, I recently tried building V8 on macOS 13.6 and got this error
In file included from ../../src/inspector/v8-string-conversions.cc:5: ../../src/inspector/v8-string-conversions.h:8:10: fatal error: 'uchar.h' file not found 8 | #include <uchar.h> | ^~~~~~~~~ 1 error generated.
Apparently this issue was already discussed and fixed (see https://groups.google.com/g/v8-dev/c/nsbshwlmP3c) but it seems like the include was removed at that time and this was enough to fix the issue. Apparently it was reintroduced in the branch 11.8. Is it a mistake?