Closed changh95 closed 4 months ago
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
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.
sudo apt-get install libxcb-glx0-dev
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.