RoboGrammar icon indicating copy to clipboard operation
RoboGrammar copied to clipboard

CMAKE Error fix

Open matteoguarrera opened this issue 2 years ago • 0 comments

If you encounter this error:

CMake Error at extern/glfw/CMakeLists.txt:210 (message):
  The RandR headers were not found


-- Configuring incomplete, errors occurred!
See also "/home/matteogu/Documents/RoboGrammar/build/CMakeFiles/CMakeOutput.log".
See also "/home/matteogu/Documents/RoboGrammar/build/CMakeFiles/CMakeError.log".

Use this fix: sudo apt-get install xorg-dev libglu1-mesa-dev

matteoguarrera avatar May 24 '23 21:05 matteoguarrera