Gentlemen,
here are some lines of the doxygen log file, any help would be appreciated.
*****************************************************************************************************************************************
Error opening map file class_v_s_l_i_b_1_1c_v_s_data_type__coll__graph.map
for inclusion in the docs!
Problems running dot: exit code=-1, command='dot',
arguments='"graph_legend.dot" -Tpng -o "graph_legend.png"'
*****************************************************************************************************************************************
I get a lot of these map file related errors when running doxygen and the
dot related errors are just at the end.
I am running windows XP pro and here are settings related to the dot tool
from the doxygen config file.
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
MSCGEN_PATH =
HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
GROUP_GRAPHS = YES
UML_LOOK = NO
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
CALL_GRAPH = NO
CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
DOT_PATH = C:/Program Files/ATT/Graphviz/bin
DOTFILE_DIRS =
DOT_GRAPH_MAX_NODES = 100
DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = NO
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
Thanks,
Anup.
|