2015-02-15 16:50 GMT+01:00 Mateusz Łukasik <mat...@linuxmint.pl>:

> sh: 1: dot: not found
> error: Problems running dot: exit code=127, command='dot',
> arguments='"/«PKGBUILDDIR»/docs/html/group__pubdir50.dot" -Tpng -o
> "/«PKGBUILDDIR»/docs/html/group__pubdir50.png"'
>

Does this have any negative effects on the generated documentation, such as
broken images?

I'm asking since the doxygen documentation [1,2] claims that:

Doxygen has built-in support to generate inheritance diagrams for C++
classes.
Doxygen can use the "dot" tool from graphviz to generate more advanced
diagrams and graphs.
If you have the "dot" tool in the path, you can set HAVE_DOT to YES in the
configuration file to let doxygen use it.
The default value is: NO.

So it seems like these should be innocent warnings, since docs/Doxyfile.in
does not specity HAVE_DOT.

I would have no problems adding a build-dep if HAVE_DOT was explicitly set
to YES. But currently using dot is just an implementation detail of
doxygen, so I'm reluctant do add it to build-dependencies if dot is not
even mentioned anywhere in libgadu source.

Marcin

[1] http://www.stack.nl/~dimitri/doxygen/manual/diagrams.html
[2] http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_have_dot

Reply via email to