Menu

Error when trying to generate graphs

Nikola
2014-09-19
2018-12-05
  • Nikola

    Nikola - 2014-09-19

    Hello

    I recieve a errors when i am trying to generate graph for header files.

    Runtml/dir_3184c3441c6e64668d14c53c887e6828_dep.png"'
    error: Problems running dot: exit code=-1, command='dot', arguments='"C:/nic/projects/eclipse/Doxygen/CPM/latex/dir_73486b87e805e90c675e7162bb258213_dep.dot" -Tpdf -o "C:/nic/projects/eclipse/Doxygen/CPM/latex/dir_73486b87e805e90c675e7162bb258213_dep.pdf"'
    error: Problems running dot: exit code=-1, command='dot', arguments='"C:/nic/projects/eclipse/Doxygen/CPM/html/dir_501ec5225984f45d6ccd5186e70bc12e_dep.dot" -Tpng -o "C:/nic/projects/eclipse/Doxygen/CPM/html/dir_501ec5225984f45d6ccd5186e70bc12e_dep.png"'
    error: Problems running dot: exit code=-1, command='dot',

    I am set to "YES" HAVE_DOTS ,INCLUDE_GRAPH, DIRECTORY_GRAPH ,GENERATE_LEGEND ,DOT_CLEANUP.

     
  • Andy Dent

    Andy Dent - 2014-09-19

    Do you have Graphviz installed and on your PATH?

    Go into a command line window and try
    dot -V

    You should see a result like this:
    dot - graphviz version 2.36.0 (20140111.2315)

    If you have installed Graphviz and don't want it on your PATH for some reason, you can still explicitly specify the path to the dot executable in your Doxygen config file.

    See
    http://www.stack.nl/~dimitri/doxygen/manual/config.html#cfg_dot_path

     
  • Nathan Holder

    Nathan Holder - 2018-12-05

    I'm getting the same error, I have set the env path, have set the dot path in the doxygen DOT PATH.
    CMD "dot -V" output: dot - graphviz version 2.38.0 (20140413.2041)
    I tried all the recommends all over stackoverflow and other forums.
    BUT THE FIX WAS JUST TO RESTART ECLIPSE.
    I GUESS ECLIPSE DOES NOT GET THE UPDATED INFORMATION LIKE SYSTEM PATH UNTIL AFTER A RESTART.

     

    Last edit: Nathan Holder 2018-12-05

Log in to post a comment.