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
Thanks for the report! This is actually documented in README.md, you also need to install libc++-dev and libc++abi-dev. See this section: https://github.com/google/filament#linux
This bug is still present for me and probably for everyone running Ubuntu 16.04, but I found a workaround from here. By adding -DCMAKE_CXX_FLAGS="-I/usr/include/libcxxabi/" to cmake it works.
Describe the bug
Unable to completely run
./build.sh -j release
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
Additional context
It fails because it can't locate a header file. Is there something missing that needs to be installed?
The text was updated successfully, but these errors were encountered: