You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After download this project, I got a compiling error:
/usr/local/Cellar/llvm@4/4.0.1/bin/../include/c++/v1/wchar.h:119:15: fatal error: 'wchar.h' file not found
#include_next <wchar.h>
^~~~~~~~~
1 error generated.
The current compiling path cannot find wchar.h, or get wrong path.
My work environment is MacOS Catalina v10.15.7,I try many times, but the issue still exists
The text was updated successfully, but these errors were encountered:
According to the above solution, add below line into compile-android-j4a.sh:
export CPLUS_INCLUDE_PATH=/usr/local/opt/llvm/include/c++/v1:/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include
(you can modify "MacOSX10.15.sdk" with your own folder)
After download this project, I got a compiling error:
/usr/local/Cellar/llvm@4/4.0.1/bin/../include/c++/v1/wchar.h:119:15: fatal error: 'wchar.h' file not found
#include_next <wchar.h>
^~~~~~~~~
1 error generated.
The current compiling path cannot find wchar.h, or get wrong path.
My work environment is MacOS Catalina v10.15.7,I try many times, but the issue still exists
The text was updated successfully, but these errors were encountered: