易截截图软件、单文件、免安装、纯绿色、仅160KB

linux下doxygen使用过程中碰到的问题

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配置文件模板.
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


相关问答:

linux下C语言开发oracle的问题。

两个文件1.PC,1.inc
1.PC有操作oracle数据库的 ,1.inc也有操作oracle数据库 
在其他数据中如informix 中$include 1.inc就可以使用了
在ORACLE数据库重 $include 1.inc不可用 EXEC SQL include 1.inc也不可 ......

请问linux下c++该如何自学

搞c++ 一年半了,平时都是在windows上开发,偶尔会在ubuntu上开发(很少),现在想学linux下的开发,之前学会了如何在linux编译和调试一些简单的程序。现在看到有一些库,像gtk或者qt之类的。接下来我该如何学习?请 ......

c语言实现linux time相关函数 - C/C++ / C语言

现在需要在一个嵌入式系统中实现时间函数,编译器未提供time库函数,请问大家如何用c语言实现时间函数啊?
年月日时分秒 到 整数秒(从1970年开始) 之间的相关转换啊
类似mktime 和localtime的功能,谢谢
mktime ......

Linux下静态路由问题

这段时间在研究Linux平台下静态路由添加的问题,目前在我们平台上添加静态路由是通过route add命令来实现的,在使用route add时发现了一些问题,请大家帮忙一起看一下
环境如下:
假设PC1有一张网卡,IP为192.168. ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号