[Doxygen-users] [ENHANCEMENT] Remove path dependencies from graphviz

2014-01-17 Thread Arthur Schwarz
Dmitri; It might be possible to remove the current path issues with the use of graphviz. If the dot interface was encapsulated in a class, then when doxygen is run it can determine which path format is used by dot and which is native to the invoking shell/system. Using the appropriate class ob

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Stefan Pendl
Am 17.01.2014 19:03, schrieb Arthur Schwarz: > Dmitri; > > The issue is as you expected. I have a cygwin/unix doxygen and a Windows > graphviz (2.30). The absolute paths (/cygdrive/...) sent to graphviz are > rejected. Since I can't download a linux version of graphviz to a Windows > system, is the

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Kjkazinski
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 wrote: > > >  > >Well, I’ve given this some thought. Dmitri said that there are path issues >when doxygen is compiled for unix and graphviz is compiled f

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
Thanks; I've ignored common sense and relied on the cygwin release instead of going to sourceforge.net or doxygen.org. art _ From: Ron Wilson [mailto:ronw.m...@gmail.com] Sent: Friday, January 17, 2014 9:55 AM To: doxygen-users Subject: Re: [Doxygen-users] Unknown Error O

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
Dmitri; The issue is as you expected. I have a cygwin/unix doxygen and a Windows graphviz (2.30). The absolute paths (/cygdrive/...) sent to graphviz are rejected. Since I can't download a linux version of graphviz to a Windows system, is there a Windows version of doxygen lying around? I have ex

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Ron Wilson
On Fri, Jan 17, 2014 at 12:10 PM, < doxygen-users-requ...@lists.sourceforge.net> wrote: > Date: Fri, 17 Jan 2014 09:09:53 -0800 > From: "Arthur Schwarz" > > Well, I?ve given this some thought. Dmitri said that there are path issues > when doxygen is compiled for unix and graphviz is compiled fo

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
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 particu

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Arthur Schwarz
Any idea what option to use to change subfolders? I’ve searched my doxyfile for folders and used the doxywizard tool with little success. I did make a ‘typo’ in my problem. It appears that no graphic information appears. No inheritance class nor anything else. Sigh. I’m a dead dude. art

Re: [Doxygen-users] Unknown Error

2014-01-17 Thread Stefan Kraxberger
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 le