Re: [Doxygen-users] Doxygen can't find dot
Brought to you by:
dimitri
From: Emil M. <mx...@se...> - 2006-06-16 07:29:26
|
Then the behaviour you describe is very strange. I've just downloaded GraphViz from http://graphviz.org/Download_windows.php (version 2.8), installed and tried to generate inheritance diagrams using dot. And all is running fine. I even didn't need to update path manually, GraphViz installer does it by itself. (before I've installed the GraphViz and tried to generate the documentation, I've reached the error messages you describe, but after installed, all is running fine, I have correct inheritance diagrams) - I use Doxygen 1.4.6-NO. Marinna Lee wrote: > It is in the PATH. I checked the first time I had issues last week. > It was at the end of the PATH, so I moved it to the front to give it > priority. I enclosed the path in quotes, I removed the quotes. Like I > said in my original post, my PATH is fine and points to the Graphviz bin > directory. In fact, I have been able to run dot fine from the command > line. Only Doxygen has issues. I actually have to use a script to > compile the dot files that Doxygen generates because Doxygen produces > them, but it doesn't manage to produce the images for some reason. > > ~ Marinna Lee > |