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
When I run a normal file with g++ or gcc it runs. This means that gcc is able to access the include files. But ./waf build gives following error: warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
Can someone resolve this issue ASAP?
The text was updated successfully, but these errors were encountered:
When I run a normal file with g++ or gcc it runs. This means that gcc is able to access the include files. But
./waf build
gives following error:warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
Can someone resolve this issue ASAP?
The text was updated successfully, but these errors were encountered: