I recently upgraded from Doxygen 1.8.4 and GraphViz 2.36 where I had no problems generating graphs to Doxygen 1.8.7 and GraphViz 2.38 and cannot now get graphs.
During the build I get large numbers of errors of the form
error: Problems running dot: exit code=-1, command='dot' arguements="myfile.dot" -Tpng -O "myfile.png"
I have downgraded to GraphViz 2.36 and the problem has disappeared. NOTE - I have tried to run 2.36 with DOT_PATH empty and GraphViz added to path but this doesn't work either.
Only working solution at present is 2.36 with DOT_PATH defined.
Can you please check the compatibily issue and advise.
GraphViz\bin
directory, the application isdot.exe
. In thec:\Program Files\dotnet
directory, I copieddotnet.exe
todot.exe
. I don't get any Doxygen errors about not finding the DOT tool, but I don't get any drawings in the HTML output either. :-( – Thomas Matthews