Skip to content
Advertisement

glfw makefile fails upon “generating html documentation” on Ubuntu

I am trying to compile and install glfw 3.1.1 for Ubuntu 14.10. The cmake finished successfully, however, when I go to execute the makefile through make it fails at the following:

JavaScript

At first I thought that it is failing an optional step but then I realized that I can’t compile my test project as it complains about the glfw header:

JavaScript

Thanks

Advertisement

Answer

Found the answer! I had to disable the “build documentation” option in the cmake gui.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement