I've just installed version 1.5.1-p1 on a Windows Xp SP2 machine. The first time I run it I receive the following error:
Problems running dot. Check your installation!
*** Doxygen has finished
Is it really a problem with my installation? I have reinstalled, but the problem persists.
There are numerous informational messages that proceed this error message, some of which appear below along with the error message for context.
Finding anchors and sections in the documentation...
Generating index page...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating group documentation...
Generating group index...
Generating class documentation...
Generating annotated compound index...
Generating hierarchical class index...
Generating member index...
Generating graphical class hierarchy...
Generating namespace index...
Generating namespace member index...
Generating graph info page...
Generating file index...
Generating example index...
Generating file member index...
Generating page index...
Problems running dot. Check your installation!
*** Doxygen has finished
Any suggestions would be appreciated.
Thanks,
Bob
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Also, you may need to tell Doxygen where to find GraphViz. On my system it is installed in C:\Program Files\ATT\bin. You can set this in Doxygen's DOT_PATH setting.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just installed version 1.5.1-p1 on a Windows Xp SP2 machine. The first time I run it I receive the following error:
Problems running dot. Check your installation!
*** Doxygen has finished
Is it really a problem with my installation? I have reinstalled, but the problem persists.
There are numerous informational messages that proceed this error message, some of which appear below along with the error message for context.
Finding anchors and sections in the documentation...
Generating index page...
Generating example documentation...
Generating file sources...
Generating file documentation...
Generating page documentation...
Generating group documentation...
Generating group index...
Generating class documentation...
Generating annotated compound index...
Generating hierarchical class index...
Generating member index...
Generating graphical class hierarchy...
Generating namespace index...
Generating namespace member index...
Generating graph info page...
Generating file index...
Generating example index...
Generating file member index...
Generating page index...
Problems running dot. Check your installation!
*** Doxygen has finished
Any suggestions would be appreciated.
Thanks,
Bob
Dot is a part of GraphViz. You need to install GraphViz on your system. You can get GraphViz here: http://www.graphviz.org/Download_windows.php
Also, you may need to tell Doxygen where to find GraphViz. On my system it is installed in C:\Program Files\ATT\bin. You can set this in Doxygen's DOT_PATH setting.