Re: [Doxygen-users] Doxygen can't find dot
Brought to you by:
dimitri
From: Emil M. <mx...@se...> - 2006-06-16 15:57:26
|
One more idea ... from where do you run Doxygen? Do you run Doxygen from (Windows) command line directly or from another tool? E.g. Microsoft Visual Studio (I have version 6 installed) uses its own individual PATH processing, and changes made to the system PATH does not automatically update paths to executables inside Microsoft Visual Studio (I learned it after some similar path problems, when I tried to run some newly added tools in custom build step)... there might be some other developer environment etc., from which you can run Doxygen and which handles paths by itself ... => if you can run dot.exe from command line (without symlink in %windir%\system32 directly from path), then it would be very very strange if you then run doxygen from command line (in the same command line box) and doxygen couldn't find dot.exe ... Marinna Lee wrote: > It is in the PATH. I checked the first time I had issues last week. > It was at the end of the PATH, so I moved it to the front to give it > priority. I enclosed the path in quotes, I removed the quotes. Like I > said in my original post, my PATH is fine and points to the Graphviz bin > directory. In fact, I have been able to run dot fine from the command > line. Only Doxygen has issues. I actually have to use a script to > compile the dot files that Doxygen generates because Doxygen produces > them, but it doesn't manage to produce the images for some reason. > > ~ Marinna Lee > |