facebookresearch / ocean

Ocean is the in-house framework for Computer Vision (CV) and Augmented Reality (AR) applications at Meta. It is platform independent and is mainly implemented in C/C++.
https://facebookresearch.github.io/ocean/
MIT License
642 stars 58 forks source link

xcb/glx.h no such file or directories #19

Closed changh95 closed 4 months ago

changh95 commented 4 months ago

Instructions to reproduce the problem:

When building thirdparty dependencies on Ubuntu 22.04 using the instructions provided here, the following error can occur when building OpenXR.

xcb/glx.h no such file or directories

Expected behavior:

This should not happen, since the automated script should take care of all the dependencies.

This issue can be solved by installing the glx headers under xcb by using sudo apt-get install libxcb-glx0-dev on terminal.