With MacOS Ventura, using VSC, Clang compiles, but GCC does not. Compile Error: wchar.h: No such file or directory

44 Views Asked by At

Clang Compiles, but GCC does not.

/usr/local/Cellar/gcc/12.2.0/include/c++/12/cwchar:44:10: fatal error: wchar.h: No such file or directory
       44 | #include <wchar.h>
0

There are 0 best solutions below