Closed jessecrossen closed 9 years ago
Hi @jessecrossen,
Yes you're right - when NTK is built with --enable-gl, the headers must be in place. Given that Fabla doesn't directly include GL itself, and doesn't require NTK to be built with GL enabled, I'm not sure its needed to be listed as a dep of Fabla though?
Thanks for posting this as an issue though - in future if anybody searches the error, then they'll see this and see your fix:
sudo apt-get install mesa-common-dev
Thanks, -Harry
I got the following when compiling on Ubuntu 15.04:
This is resolved by running
sudo apt-get install mesa-common-dev
, but I think it should be mentioned as a dependency. I see the relevant file is in the ntk headers, but ntk installed fine without opengl, so maybe the dependency should be mentioned in this project's docs.