Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building fails due to missing dependencies #222

Closed
thirdknife opened this issue Sep 7, 2018 · 2 comments
Closed

Building fails due to missing dependencies #222

thirdknife opened this issue Sep 7, 2018 · 2 comments

Comments

@thirdknife
Copy link

Describe the bug
Unable to completely run ./build.sh -j release

To Reproduce
Steps to reproduce the behavior:

  1. Install clang 6.0
  2. Install Ninja

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
b29b724ac30abb724d563a5591389d4e

Desktop (please complete the following information):

  • OS: Ubuntu 16.04.4 LTS Mate Dektop
  • GPU: GeForce GTX 1050
  • Backend: OpenGL/Vulkan

Additional context
It fails because it can't locate a header file. Is there something missing that needs to be installed?

@romainguy
Copy link
Collaborator

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

@karjonas
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants