Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error during generating the Doxygen document

Tags:

doxygen

I got this problem during generating the Doxygen document:

Problems running dot: exit code=127, command='dot', arguments='"/home/AAA/src/html/ABC_8hpp__incl.dot" -Tpng -o "/home/AAA/src/html/ABC_8hpp__incl.png" -Tcmapx -o "/home/AAA/src/html/ABC_8hpp__incl.map"'
sh: dot: not found

Gave the output is like this for the constructor:

{
  namespace applicationTest
  {   

Has anyone had this problem before?

like image 566
olidev Avatar asked Apr 01 '26 01:04

olidev


1 Answers

Do you have dot installed on the machine? Do you want to use it to generate the graphs?

If not, set the HAVE_DOT option to "no".

If yes, make sure dot is in the path, or set its location with the DOT_PATH option.

like image 171
Éric Malenfant Avatar answered Apr 03 '26 17:04

Éric Malenfant



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!