当前位置: 技术问答>linux和unix
linux下doxygen使用过程中碰到的问题
来源: 互联网 发布时间:2016-11-01
本文导语: linux下doxygen使用过程中碰到的问题 安装过程没有任何问题,就是在最后使用的时候会报一个错误,因为这个错误没有生产任何图表,只有简单的文字和源代码。 Format: "png" not recognized. Use one of: canon cmap cmapx cma...
linux下doxygen使用过程中碰到的问题
安装过程没有任何问题,就是在最后使用的时候会报一个错误,因为这个错误没有生产任何图表,只有简单的文字和源代码。
Format: "png" not recognized. Use one of: canon cmap cmapx cmapx_np dot fig gd gif hpgl imap imap_np ismap mif mp pcl pic plain plain-ext ps ps2 svg vml vtx wbmp xdot
Problems running dot: exit code=1, command='dot', arguments='"/home/payment/documents/doxygen-1.6.2/examples/diagrams/html/class_e__coll__graph.dot" -Tpng -o "/home/payment/documents/doxygen-1.6.2/examples/diagrams/html/class_e__coll__graph.png"'
上面那段就是报的错.
想请教下各位大侠怎么解决这个问题。
补充说明:我的程序是c语言写的。配置文件设置是参考网上一位前辈写的c配置文件模板.
安装过程没有任何问题,就是在最后使用的时候会报一个错误,因为这个错误没有生产任何图表,只有简单的文字和源代码。
Format: "png" not recognized. Use one of: canon cmap cmapx cmapx_np dot fig gd gif hpgl imap imap_np ismap mif mp pcl pic plain plain-ext ps ps2 svg vml vtx wbmp xdot
Problems running dot: exit code=1, command='dot', arguments='"/home/payment/documents/doxygen-1.6.2/examples/diagrams/html/class_e__coll__graph.dot" -Tpng -o "/home/payment/documents/doxygen-1.6.2/examples/diagrams/html/class_e__coll__graph.png"'
上面那段就是报的错.
想请教下各位大侠怎么解决这个问题。
补充说明:我的程序是c语言写的。配置文件设置是参考网上一位前辈写的c配置文件模板.
|
把配置文件的png改成gif。就会出现那个dot转png找不到了
|
This is a dot installation issue. Recent version of Graphviz/dot
load everything as plugins at runtime. If you compiled dot yourself
make sure you have all the required packages installed (such as
libpng) and install
Graphviz before using it. In particular the file INSTALL_DIR/lib/
graphviz/config in important
for dot.
If nothing works try an older version from
http://www.graphviz.org/pub/graphviz/ARCHIVE/
I use 2.14 on my Mac and 2.12 on Linux at the moment.
Regards,
Dimitri
=================
http://old.nabble.com/Failed-to-get-callgraphs-td21757451.html
还是一个安装的问题。
load everything as plugins at runtime. If you compiled dot yourself
make sure you have all the required packages installed (such as
libpng) and install
Graphviz before using it. In particular the file INSTALL_DIR/lib/
graphviz/config in important
for dot.
If nothing works try an older version from
http://www.graphviz.org/pub/graphviz/ARCHIVE/
I use 2.14 on my Mac and 2.12 on Linux at the moment.
Regards,
Dimitri
=================
http://old.nabble.com/Failed-to-get-callgraphs-td21757451.html
还是一个安装的问题。
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。