易截截图软件、单文件、免安装、纯绿色、仅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环境下gethostbyname函数问题 - C/C++ / C语言

写了个测试程序如下
   
  struct hostent *hp; 
char AlarmDevIP[20];  
  int x2;

hp = gethostbyname("www.google.com");
if (hp)
{ ......

是选win2008还是suse linux、redhat、centos,犹豫中

引用内容vsking 2009-12-25 22:56:52
现在是win2008和iis8的时代了,不要还停留在iis5时代,win2008被评为十佳操作系统之首不是偶然的,你要是..
我的问题是:
最近想买个服务器,看了dell上的系统定制选择,一些 ......

linux如何限制指定进程的内存使用量?

大家好!
我使用的系统是open suse 11.2, 在做程序的编译和链接时,发现当开始链接时,系统反应变得很慢,其它进程就像被卡住了似的。使用top查看,发现2G内存几乎被用光了,只剩下45M,虚拟内存也被用的2G,我已经 ......

linux里时间管理的编程

我最近需要将ecos下的程序进行uclinu的移植,碰到时间管理的问题。
有如下一段代码:
cyg_clock_to_counter(cyg_real_time_clock(), &gs_rekey_counterH);
cyg_alarm_create(gs_rekey_counterH,ciplus_re ......

Linux下静态路由问题

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