I downloaded the source code of mesa to try to fix the problem by myself, but I can't generate the documentation : make doxygen main.doxy make: doxygen: Command not found Makefile:7: recipe for target 'main.tag' failed make: *** [main.tag] Error 127 And it's quite difficult to see where shader output operations and swap buffers operation are performed in all this code without documentation. :/
> make: doxygen: Command not found The obvious question for any "Command not found" output is: Do you have doxygen installed? Which version? In which path?
Ah this is something I have to install apart. Ok I've installed doxygen and now it worked.
But the link is not correct, this gives me an url not found error : https://www.mesa3d.org/doxygen/main/index.html
If some incorrect link is given somewhere please explain where that incorrect link is given. Nobody can fix something without clear steps to reproduce...
Here : https://www.mesa3d.org/sourcedocs.html
Thanks a lot for the clarification! Confirming.
The sentence starts with "If you're reading this page from your local copy of Mesa, [...]", which is evidently not true when not reading it from your local copy but from the website instead.
Ok but there isn't any source documentation generated in the mesa folder when I run doxygen command is it normal ? It seems it only point to links for reading the documentation.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.