【发布时间】:2012-02-05 07:56:06
【问题描述】:
我已经在我的 mac(运行 Lion OS)上成功安装了 Doxygen 和 GraphViz,但是当我使用 graphViz 运行 doxygen 时,我收到以下错误消息:
1) sh: dot: command not found
2) Problems running dot: exit code=127, command='dot', arguments='"/Users/../xxx.dot" -Tpdf -o
3) error: problems opening map file /Users/.../xxx_graph.map for inclusion in the docs!
If you installed Graphviz/dot after a previous failing run,
try deleting the output directory and rerun doxygen.
这一定是我的Graphviz/dot 路径有问题,但我不知道如何解决。
我已经使用 MacPorts 安装了 Graphviz,但我仍然收到相同的错误消息。
我能做些什么来解决这个问题?提前致谢!
【问题讨论】: