Re: [Doxygen-develop] Problems running dot. Check your installation!
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-12-30 19:53:58
|
On Tue, Dec 30, 2003 at 06:55:31PM +0100, Stefan Kost wrote: > Hi Dimitri, > > recently when running doxygen(1.3.5) it display this message : > > Generating graph info page... > Problems running dot. Check your installation! > > dot is from graphviz-1.7.15. > any ideas? couldn't you pass through the message you received from running dot > (or alternatively send it e.g. to /tmp/doxygen.log). Try running "dot -V" from the command-line. If that works it should be ok. If not try graphviz-1.10, since older versions may not support .png output out of the box. I currently only check the exit code of the program, so I cannot easily pass on a message I receive from dot. Regards, Dimitri |