GNOME Bugzilla – Bug 755786
fatal: Cannot open 'graph_legend': No such file or directory
Last modified: 2015-12-30 10:20:05 UTC
Created attachment 312358 [details] Example project I get a "fatal: Cannot open 'graph_legend': No such file or directory" error when I run doxygen. Output however seems to be generated OK. I work in a Git workspace and have set FILE_VERSION_FILTER = "git hash-object" Whithout FILE_VERSION_FILTER there is no problem. When I set QUIET = NO, it becomes clear that the error occurs when trying to get the version of 'graph_legend'. For reproducing; unzip the attachment and run 'doxygen' in a bash script in the examples directory (with Git installed)
Problem occurs with all commands used for FILE_VERSION_FILTER, graph_legend is a generated files and should be excluded from the filter process. I've just pushed a proposed solution to github (pull request 399)
Thanks, I've merged the pull request
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).