0

I am trying to generate a dependency graph for my .c and .h files written by c programming using Doxygen and .dot file inside Graphviz I have Graphviz 2.44.1 and Doxygen version 1.8.18
This error occurs and I have no idea what is wrong, I checked that the .dot file is installed correctly using the cmd command line and added it to the path variables, I also added dot path in Doxygen, Any Help? Note: I am using Doxywizard

Running dot for graph 31/38
Running dot for graph 32/38
Running dot for graph 33/38
Running dot for graph 34/38
Running dot for graph 35/38
Running dot for graph 36/38
Running dot for graph 37/38
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8c__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8c__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8h__dep__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8h__dep__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/main_8c__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/main_8c__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8h__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/interrupts_8h__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8h__dep__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8h__dep__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8c__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8c__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8h__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/seven__segments_8h__incl.pdf"'
error: Problems running dot: exit code=1, command='C:\Program Files\Graphviz 2.44.1\bin\dot', arguments='"C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/std__types_8h__dep__incl.dot" -Tpdf -o "C:/Users/Eng-Nour/Desktop/DOXY TRY/latex/std__types_8h__dep__incl.pdf"'
4
  • Which version of doxygen are you using? What is the result of doxygen -d extcmd? Note when rerunning, IN THIS CASE doxygen to remove the latex directory or at least the *.md5 files in that directory!. Commented Oct 5, 2020 at 13:32
  • Please also publish one of the dot files in the question. Commented Oct 5, 2020 at 13:36
  • Doxygen version 1.8.18 Commented Oct 5, 2020 at 13:47
  • Using the doxygen wizard should not be a problem, but for debugging it is a bit troublesome. Commented Oct 5, 2020 at 14:01

1 Answer 1

0

Solved The problem was in the Graphviz version, I used Graphviz2.38 instead of Graphviz 2.44.1 and it worked :).

Sign up to request clarification or add additional context in comments.

1 Comment

Make sure you installed stable windows package .msi

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.