Re: [Doxygen-users] Unknown Error
Brought to you by:
dimitri
From: Kjkazinski <kjk...@ya...> - 2014-01-17 18:08:21
|
Art, You can download Doxygen from the web site, both the binaries or the source. Hope that helps Sent from my ASUS Pad Arthur Schwarz <asc...@at...> wrote: ><!--a:link {mso-style-priority:99;} span.MSOHYPERLINK {mso-style-priority:99;} a:visited {mso-style-priority:99;} span.MSOHYPERLINKFOLLOWED {mso-style-priority:99;} p.MSOACETATE {mso-style-priority:99;} li.MSOACETATE {mso-style-priority:99;} div.MSOACETATE {mso-style-priority:99;} span.BALLOONTEXTCHAR {mso-style-priority:99;} /* Font Definitions */ @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:blue; text-decoration:underline;} p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {margin:0in; margin-bottom:.0001pt; font-size:8.0pt; font-family:Tahoma;} span.BalloonTextChar {font-family:Tahoma;} span.EmailStyle19 {mso-style-type:personal; font-family:Arial; color:navy;} span.EmailStyle20 {mso-style-type:personal; font-family:Calibri; color:#1F497D;} span.EmailStyle21 {mso-style-type:personal-reply; font-family:Arial; color:navy;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> > > > >Well, I’ve given this some thought. Dmitri said that there are path issues when doxygen is compiled for unix and graphviz is compiled for Windows. That is (sigh and unfortunately) my issue. So, I am using Graphviz 2.30 for windows and doxygen 1.8.6 for cygwin. The paths are different, in particular, the paths used by doxygen are absolute (/cygdrive/…) and graphviz expects something like ‘C:/’. I don’t think that using backward slashes or forward slashes is an issue any more. The Windows gods seem to have given in to the inevitable and accepted forward slashes in paths. > > > >Anyone know where I can get a cygwin graphviz or a Windows doxygen? > > > >art > >From: Stefan Kraxberger [mailto:ste...@nx...] >Sent: Friday, January 17, 2014 1:28 AM >To: asc...@at...; kjk...@ya... >Cc: dox...@li... >Subject: RE: [Doxygen-users] Unknown Error > > > >Hi, > > > >I had the same problem. It happened when the amount of files exceeds the limit allowed by the OS (in my caseWindows). Because the DOT tool is generating new files at some point it is unable to create a new file in the folder due to this limitation and then you see this error. This was at least the cause in my situation. You can config doxygen to generate subfolders and then it will work again. > > > >Hope it helps, > > >Stefan > > > >From: Arthur Schwarz [mailto:asc...@at...] >Sent: Donnerstag, 16. Jänner 2014 18:18 >To: 'Ken Kazinski' >Cc: dox...@li... >Subject: Re: [Doxygen-users] Unknown Error > > > >I do have DOT installed and it does work. I do generate an output HTML file with my documentation, but the file is incomplete. It does not contain all of my classes in the inheritance graph (showing all of my classes) and some of the individual classes do not have an inheritance graph when they should. I believe that the files which have failed are all those created in the last few months, but I’m not sure. In any case, I think the fault is with me, not doxygen, but I don’t know how to proceed to find it. In a word, I’m stumped. > > > >The eventual product will be public domain (if I finish it in my lifetime). It’s available for anyone that wants to have a look. It consists of about 100 total files in a single directory, and about 18 – 19k lines of code with maybe 300 pages of documentation (unedited) embedded in the files. > > > >From: Ken Kazinski [mailto:kjk...@ya...] >Sent: Thursday, January 16, 2014 9:08 AM >To: Arthur Schwarz >Cc: dox...@li... >Subject: Re: [Doxygen-users] Unknown Error > > > >Art, > > > >It looks like DOT errors. Do you have Dot installed? Is it in your path or in the doxyfile? > >Sent from my iPhone > > >On Jan 16, 2014, at 11:29, Arthur Schwarz <asc...@at...> wrote: > >Win 7 > >Doxygen 1.8.6 (cygwin) > > > >I have errors generated by Doxygen and don't know how to fix them. Before I ran doxygen I deleted all generated subdirectories (rm -rf *). So execution ran on a clean slate. The errors seem to be generated by interface programs that Doxygen uses. > > > >Thanks > >art > > > >Here is a sample of each error. > > > >Error: dot: can't open ReferenceManual/ReferenceManual/dd/d93/_slip_8_bison_8hpp__dep__incl.dot > > > >error: Problems running dot: exit code=2, command='dot', arguments='"ReferenceManual/latex/d8/d77/position_8hh__dep__incl.dot" -Tpdf -o "ReferenceManual/latex/d8/d77/position_8hh__dep__incl.pdf"' > > > > > >Error: dot: can't open ReferenceManual/latex/d0/d85/_slip_8h__dep__incl.dot > > > >error: Problems running dot: exit code=2, command='dot', arguments='"ReferenceManual/latex/d0/d85/_slip_8h__dep__incl.dot" -Tpdf -o "ReferenceManual/latex/d0/d85/_slip_8h__dep__incl.pdf"' > > > > > >Error: dot: can't open ReferenceManual/ReferenceManual/graph_legend.dot > > >error: Problems running dot: exit code=2, command='dot', arguments='"ReferenceManual/ReferenceManual/graph_legend.dot" -Tpng -o "ReferenceManual/ReferenceManual/graph_legend.png"' > >------------------------------------------------------------------------------ >CenturyLink Cloud: The Leader in Enterprise Cloud Services. >Learn Why More Businesses Are Choosing CenturyLink Cloud For >Critical Workloads, Development Environments & Everything In Between. >Get a Quote or Start a Free Trial Today. >http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > >_______________________________________________ >Doxygen-users mailing list >Dox...@li... >https://lists.sourceforge.net/lists/listinfo/doxygen-users > |